Uses of Interface
org.flowable.engine.impl.delegate.FlowableCollectionHandler
-
Packages that use FlowableCollectionHandler Package Description org.flowable.engine.impl.bpmn.behavior org.flowable.engine.impl.bpmn.helper -
-
Uses of FlowableCollectionHandler in org.flowable.engine.impl.bpmn.behavior
Methods in org.flowable.engine.impl.bpmn.behavior that return FlowableCollectionHandler Modifier and Type Method Description protected FlowableCollectionHandlerMultiInstanceActivityBehavior. createFlowableCollectionHandler(org.flowable.bpmn.model.CollectionHandler handler, DelegateExecution execution) -
Uses of FlowableCollectionHandler in org.flowable.engine.impl.bpmn.helper
Classes in org.flowable.engine.impl.bpmn.helper that implement FlowableCollectionHandler Modifier and Type Class Description classClassDelegateCollectionHandlerHelper class for Collection handlers to allow class delegation.classDelegateExpressionCollectionHandlerMethods in org.flowable.engine.impl.bpmn.helper that return FlowableCollectionHandler Modifier and Type Method Description protected FlowableCollectionHandlerClassDelegateCollectionHandler. getCollectionHandlerInstance()protected FlowableCollectionHandlerDelegateExpressionCollectionHandler. getCollectionHandlerInstance(DelegateExecution execution)
-