Class FlowListenerElement
- Object
-
- PathElement
-
- AbstractElementWithSessionScripting
-
- AbstractListenerElement
-
- FlowListenerElement
-
- All Implemented Interfaces:
Serializable
public class FlowListenerElement extends AbstractListenerElement
Element that holds data of a matching flow listener.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<String,Object>
getChangedFlowVariables()
String
getListenerType()
String
toString()
-
Methods inherited from class AbstractListenerElement
getDescription, getExecutionOrder, getListenerId, getName, getType, getUsedWords
-
Methods inherited from class AbstractElementWithSessionScripting
getChangedSessionVariables
-
Methods inherited from class PathElement
getPropertyGetters
-
-
-
-
Method Detail
-
getListenerType
public String getListenerType()
- Specified by:
getListenerType
in classAbstractListenerElement
-
toString
public String toString()
- Overrides:
toString
in classAbstractListenerElement
-
-