Class DelegateExpressionCustomPropertiesResolver
java.lang.Object
org.activiti.engine.impl.bpmn.listener.DelegateExpressionCustomPropertiesResolver
- All Implemented Interfaces:
CustomPropertiesResolver
public class DelegateExpressionCustomPropertiesResolver
extends Object
implements CustomPropertiesResolver
-
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
-
DelegateExpressionCustomPropertiesResolver
-
-
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.
-