Class DropFlowElement
-
- All Implemented Interfaces:
Serializable
public class DropFlowElement extends AbstractFlowElement
The DropFlow element denotes that a certain flow was dropped (removed from the active flows stack) normally. It contains information about the dropped flow.
-
-
Constructor Summary
Constructors Constructor Description DropFlowElement(ActiveFlow _currentFlow, ScriptEnvironmentI _scriptEnv)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getType()
boolean
isAborted()
boolean
isStuck()
-
Methods inherited from class AbstractFlowElement
getDescription, getFlowFolder, getFlowId, getFlowInstanceId, getFlowName, getName, getVertexId, getVertexName, toString
-
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
-
isStuck
public boolean isStuck()
-
isAborted
public boolean isAborted()
-
-