Uses of Class
org.flowable.common.engine.impl.event.FlowableEventSupport
Packages that use FlowableEventSupport
Package
Description
-
Uses of FlowableEventSupport in org.flowable.common.engine.impl.event
Fields in org.flowable.common.engine.impl.event declared as FlowableEventSupportModifier and TypeFieldDescriptionprotected FlowableEventSupportFlowableEventDispatcherImpl.eventSupportMethods in org.flowable.common.engine.impl.event that return FlowableEventSupportMethods in org.flowable.common.engine.impl.event with parameters of type FlowableEventSupportModifier and TypeMethodDescriptionvoidEventDispatchAction.dispatchEvent(CommandContext commandContext, FlowableEventSupport eventSupport, FlowableEvent event) voidFlowableEventDispatcherImpl.setEventSupport(FlowableEventSupport eventSupport) -
Uses of FlowableEventSupport in org.flowable.engine.delegate.event.impl
Methods in org.flowable.engine.delegate.event.impl with parameters of type FlowableEventSupportModifier and TypeMethodDescriptionvoidBpmnModelEventDispatchAction.dispatchEvent(CommandContext commandContext, FlowableEventSupport eventSupport, FlowableEvent event) -
Uses of FlowableEventSupport in org.flowable.engine.impl.bpmn.parser.handler
Methods in org.flowable.engine.impl.bpmn.parser.handler that return FlowableEventSupportModifier and TypeMethodDescriptionprotected FlowableEventSupportProcessParseHandler.getEventSupport(BpmnModel bpmnModel)