Class DelegateExpressionCustomPropertiesResolver
- java.lang.Object
-
- org.activiti.engine.impl.bpmn.listener.DelegateExpressionCustomPropertiesResolver
-
- All Implemented Interfaces:
CustomPropertiesResolver
public class DelegateExpressionCustomPropertiesResolver extends java.lang.Object implements CustomPropertiesResolver
-
-
Field Summary
Fields Modifier and Type Field Description protected Expressionexpression
-
Constructor Summary
Constructors Constructor Description DelegateExpressionCustomPropertiesResolver(Expression expression)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Map<java.lang.String,java.lang.Object>getCustomPropertiesMap(DelegateExecution execution)java.lang.StringgetExpressionText()returns the expression text for this execution listener.
-
-
-
Field Detail
-
expression
protected Expression expression
-
-
Constructor Detail
-
DelegateExpressionCustomPropertiesResolver
public DelegateExpressionCustomPropertiesResolver(Expression expression)
-
-
Method Detail
-
getCustomPropertiesMap
public java.util.Map<java.lang.String,java.lang.Object> getCustomPropertiesMap(DelegateExecution execution)
- Specified by:
getCustomPropertiesMapin interfaceCustomPropertiesResolver
-
getExpressionText
public java.lang.String getExpressionText()
returns the expression text for this execution listener. Comes in handy if you want to check which listeners you already have.
-
-