Uses of Class
org.flowable.bpmn.model.CollectionHandler
Packages that use CollectionHandler
-
Uses of CollectionHandler in org.flowable.bpmn.model
Fields in org.flowable.bpmn.model declared as CollectionHandlerModifier and TypeFieldDescriptionprotected CollectionHandler
MultiInstanceLoopCharacteristics.collectionHandler
Methods in org.flowable.bpmn.model that return CollectionHandlerModifier and TypeMethodDescriptionCollectionHandler.clone()
MultiInstanceLoopCharacteristics.getHandler()
Methods in org.flowable.bpmn.model with parameters of type CollectionHandlerModifier and TypeMethodDescriptionvoid
MultiInstanceLoopCharacteristics.setHandler
(CollectionHandler collectionHandler) void
CollectionHandler.setValues
(CollectionHandler otherParser) -
Uses of CollectionHandler in org.flowable.engine.impl.bpmn.behavior
Fields in org.flowable.engine.impl.bpmn.behavior declared as CollectionHandlerModifier and TypeFieldDescriptionprotected CollectionHandler
MultiInstanceActivityBehavior.collectionHandler
Methods in org.flowable.engine.impl.bpmn.behavior that return CollectionHandlerMethods in org.flowable.engine.impl.bpmn.behavior with parameters of type CollectionHandlerModifier and TypeMethodDescriptionprotected FlowableCollectionHandler
MultiInstanceActivityBehavior.createFlowableCollectionHandler
(CollectionHandler handler, DelegateExecution execution) void
MultiInstanceActivityBehavior.setHandler
(CollectionHandler collectionHandler)