public class DelegateExpressionCollectionHandler extends Object implements FlowableCollectionHandler
| Modifier and Type | Field and Description |
|---|---|
protected DelegateExecution |
execution |
protected Expression |
expression |
| Constructor and Description |
|---|
DelegateExpressionCollectionHandler(DelegateExecution execution,
Expression expression) |
| Modifier and Type | Method and Description |
|---|---|
protected FlowableCollectionHandler |
getCollectionHandlerInstance(DelegateExecution execution) |
Collection |
resolveCollection(Object collectionValue,
DelegateExecution execution) |
protected DelegateExecution execution
protected Expression expression
public DelegateExpressionCollectionHandler(DelegateExecution execution, Expression expression)
public Collection resolveCollection(Object collectionValue, DelegateExecution execution)
resolveCollection in interface FlowableCollectionHandlerprotected FlowableCollectionHandler getCollectionHandlerInstance(DelegateExecution execution)
Copyright © 2020 Flowable. All rights reserved.