Class DelegateExpressionCollectionHandler
- java.lang.Object
-
- org.flowable.engine.impl.bpmn.helper.DelegateExpressionCollectionHandler
-
- All Implemented Interfaces:
Serializable,FlowableCollectionHandler
public class DelegateExpressionCollectionHandler extends Object implements FlowableCollectionHandler
- Author:
- Lori Small
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected DelegateExecutionexecutionprotected Expressionexpression
-
Constructor Summary
Constructors Constructor Description DelegateExpressionCollectionHandler(DelegateExecution execution, Expression expression)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected FlowableCollectionHandlergetCollectionHandlerInstance(DelegateExecution execution)CollectionresolveCollection(Object collectionValue, DelegateExecution execution)
-
-
-
Field Detail
-
execution
protected DelegateExecution execution
-
expression
protected Expression expression
-
-
Constructor Detail
-
DelegateExpressionCollectionHandler
public DelegateExpressionCollectionHandler(DelegateExecution execution, Expression expression)
-
-
Method Detail
-
resolveCollection
public Collection resolveCollection(Object collectionValue, DelegateExecution execution)
- Specified by:
resolveCollectionin interfaceFlowableCollectionHandler
-
getCollectionHandlerInstance
protected FlowableCollectionHandler getCollectionHandlerInstance(DelegateExecution execution)
-
-