Class PreMatchingSessionScriptElement
- Object
-
- PathElement
-
- AbstractElementWithSessionScripting
-
- SessionScriptElement
-
- PreMatchingSessionScriptElement
-
- All Implemented Interfaces:
Serializable
public class PreMatchingSessionScriptElement extends SessionScriptElement
The PreMatchingSessionScriptElement element denotes that a the pre-matching script was executed.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<ChangedAnnotation>
getChangedAnnotations()
String
toString()
-
Methods inherited from class SessionScriptElement
getDescription, getName, getScriptEvent, getScriptId, getType
-
Methods inherited from class AbstractElementWithSessionScripting
getChangedSessionVariables
-
Methods inherited from class PathElement
getPropertyGetters
-
-
-
-
Method Detail
-
getChangedAnnotations
public List<ChangedAnnotation> getChangedAnnotations()
-
toString
public String toString()
- Overrides:
toString
in classAbstractElementWithSessionScripting
-
-