Class ExpressionCustomPropertiesResolver
java.lang.Object
org.activiti.engine.impl.bpmn.listener.ExpressionCustomPropertiesResolver
- All Implemented Interfaces:
CustomPropertiesResolver
An
CustomPropertiesResolver that evaluates a Expression when notified.-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetCustomPropertiesMap(DelegateExecution execution) returns the expression text for this execution listener.
-
Field Details
-
expression
-
-
Constructor Details
-
ExpressionCustomPropertiesResolver
-
-
Method Details
-
getCustomPropertiesMap
- Specified by:
getCustomPropertiesMapin interfaceCustomPropertiesResolver
-
getExpressionText
returns the expression text for this execution listener. Comes in handy if you want to check which listeners you already have.
-