Class AbstractSkippedVertexElement
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
SkippedFlowNodeElement
,SkippedOutputElement
public abstract class AbstractSkippedVertexElement extends AbstractVertexElement
Abstract base class of elements for skipped vertices.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getSkipConditionDescription()
String
getSkipConditionName()
String
getSkipTargetId()
boolean
isSkipped()
String
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, getType
-
-
-
-
Method Detail
-
isSkipped
public boolean isSkipped()
-
getSkipConditionName
public String getSkipConditionName()
-
getSkipConditionDescription
public String getSkipConditionDescription()
-
getSkipTargetId
public String getSkipTargetId()
-
toString
public String toString()
- Overrides:
toString
in classAbstractVertexElement
-
-