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:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionDelegateExpressionCollectionHandler
(DelegateExecution execution, Expression expression) -
Method Summary
Modifier and TypeMethodDescriptionprotected FlowableCollectionHandler
getCollectionHandlerInstance
(DelegateExecution execution) resolveCollection
(Object collectionValue, DelegateExecution execution)
-
Field Details
-
execution
-
expression
-
-
Constructor Details
-
DelegateExpressionCollectionHandler
-
-
Method Details
-
resolveCollection
- Specified by:
resolveCollection
in interfaceFlowableCollectionHandler
-
getCollectionHandlerInstance
-