Uses of Class
org.flowable.bpmn.model.EventSubProcess
Packages that use EventSubProcess
Package
Description
Helper classes for testing processes.
-
Uses of EventSubProcess in org.flowable.engine.impl.agenda
Method parameters in org.flowable.engine.impl.agenda with type arguments of type EventSubProcessModifier and TypeMethodDescriptionprotected void
EvaluateConditionalEventsOperation.evaluateEventSubProcesses
(List<EventSubProcess> eventSubProcesses, ExecutionEntity parentExecution) -
Uses of EventSubProcess in org.flowable.engine.impl.bpmn.parser.factory
Methods in org.flowable.engine.impl.bpmn.parser.factory with parameters of type EventSubProcessModifier and TypeMethodDescriptionActivityBehaviorFactory.createEventSubprocessActivityBehavior
(EventSubProcess eventSubProcess) DefaultActivityBehaviorFactory.createEventSubprocessActivityBehavior
(EventSubProcess eventSubProcess) -
Uses of EventSubProcess in org.flowable.engine.impl.bpmn.parser.handler
Methods in org.flowable.engine.impl.bpmn.parser.handler with parameters of type EventSubProcessModifier and TypeMethodDescriptionprotected void
EventSubProcessParseHandler.executeParse
(BpmnParse bpmnParse, EventSubProcess eventSubProcess) -
Uses of EventSubProcess in org.flowable.engine.impl.dynamic
Methods in org.flowable.engine.impl.dynamic with parameters of type EventSubProcessModifier and TypeMethodDescriptionprotected void
AbstractDynamicStateManager.processCreatedEventSubProcess
(EventSubProcess eventSubProcess, ExecutionEntity eventSubProcessExecution, Set<String> movingExecutionIds, CommandContext commandContext) -
Uses of EventSubProcess in org.flowable.engine.impl.util
Methods in org.flowable.engine.impl.util with parameters of type EventSubProcessModifier and TypeMethodDescriptionvoid
ProcessInstanceHelper.processEventSubProcess
(ExecutionEntity parentExecution, EventSubProcess eventSubProcess, CommandContext commandContext) -
Uses of EventSubProcess in org.flowable.engine.test
Methods in org.flowable.engine.test with parameters of type EventSubProcessModifier and TypeMethodDescriptionTestActivityBehaviorFactory.createEventSubprocessActivityBehavior
(EventSubProcess eventSubProcess)