Class SkippedFlowNodeElement
-
- All Implemented Interfaces:
Serializable
public class SkippedFlowNodeElement extends AbstractSkippedVertexElement
The flow node element denotes that a certain flow node has been skipped.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getType()
-
Methods inherited from class AbstractSkippedVertexElement
getSkipConditionDescription, getSkipConditionName, getSkipTargetId, isSkipped, toString
-
Methods inherited from class AbstractVertexElement
getDescription, getName, getVertexId
-
Methods inherited from class AbstractElementWithScriptingAndMetadata
getMetadata
-
Methods inherited from class AbstractElementWithScripting
getChangedFlowVariables
-
Methods inherited from class AbstractElementWithSessionScripting
getChangedSessionVariables
-
Methods inherited from class PathElement
getPropertyGetters
-
-
-
-
Method Detail
-
getType
public String getType()
- Specified by:
getType
in classPathElement
-
-