Class ContinueFlowElement
-
- All Implemented Interfaces:
Serializable
public class ContinueFlowElement extends AbstractFlowElement
The ContinueFlow element denotes a certain flow was resumed after waiting for new user input.
-
-
Constructor Summary
Constructors Constructor Description ContinueFlowElement(ActiveFlow _currentFlow, ScriptEnvironmentI _scriptEnv)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getType()
-
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
-
-