Class FlowTriggerElement
-
- All Implemented Interfaces:
Serializable
public class FlowTriggerElement extends AbstractElementWithScriptingAndMetadata
The FlowTrigger element denotes that a certain flow trigger has matched when testing user input. It contains flow data, as well as the id of the trigger.
-
-
Constructor Summary
Constructors Constructor Description FlowTriggerElement(ImmutableFlowTriggerI _trigger, ActiveFlow _currentFlow, ScriptEnvironmentI _scriptEnv)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getDescription()
String
getName()
String
getTriggerId()
String
getTriggerType()
String
getType()
String
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
-
-
-
-
Constructor Detail
-
FlowTriggerElement
public FlowTriggerElement(ImmutableFlowTriggerI _trigger, ActiveFlow _currentFlow, ScriptEnvironmentI _scriptEnv)
-
-
Method Detail
-
getName
public String getName()
- Specified by:
getName
in classPathElement
-
getDescription
public String getDescription()
- Specified by:
getDescription
in classPathElement
-
getType
public String getType()
- Specified by:
getType
in classPathElement
-
getTriggerType
public String getTriggerType()
-
getTriggerId
public String getTriggerId()
-
toString
public String toString()
- Overrides:
toString
in classAbstractElementWithScriptingAndMetadata
-
-