Class DataActionElement
- Object
-
- PathElement
-
- AbstractElementWithSessionScripting
-
- AbstractElementWithScripting
-
- DataActionElement
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
DataActionWithUsedWordsElement
public class DataActionElement extends AbstractElementWithScripting
The DataActionElement element denotes that a certain data action has been executed.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getDataActionId()
String
getDataActionType()
String
getDescription()
String
getName()
String
getParentId()
String
getParentType()
String
getType()
String
toString()
-
Methods inherited from class AbstractElementWithScripting
getChangedFlowVariables
-
Methods inherited from class AbstractElementWithSessionScripting
getChangedSessionVariables
-
Methods inherited from class PathElement
getPropertyGetters
-
-
-
-
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
-
getDataActionType
public String getDataActionType()
-
getDataActionId
public String getDataActionId()
-
getParentId
public String getParentId()
-
getParentType
public String getParentType()
-
toString
public String toString()
- Overrides:
toString
in classAbstractElementWithScripting
-
-