Uses of Interface
org.flowable.eventsubscription.service.EventSubscriptionService
Packages that use EventSubscriptionService
Package
Description
-
Uses of EventSubscriptionService in org.flowable.cmmn.engine.impl.cmd
Methods in org.flowable.cmmn.engine.impl.cmd that return EventSubscriptionServiceModifier and TypeMethodDescriptionprotected EventSubscriptionService
AbstractCaseStartEventSubscriptionCmd.getEventSubscriptionService
(CommandContext commandContext) -
Uses of EventSubscriptionService in org.flowable.cmmn.engine.impl.util
Methods in org.flowable.cmmn.engine.impl.util that return EventSubscriptionServiceModifier and TypeMethodDescriptionstatic EventSubscriptionService
CommandContextUtil.getEventSubscriptionService()
static EventSubscriptionService
CommandContextUtil.getEventSubscriptionService
(CommandContext commandContext) -
Uses of EventSubscriptionService in org.flowable.engine.impl.cmd
Methods in org.flowable.engine.impl.cmd that return EventSubscriptionServiceModifier and TypeMethodDescriptionprotected EventSubscriptionService
AbstractProcessStartEventSubscriptionCmd.getEventSubscriptionService
(CommandContext commandContext) -
Uses of EventSubscriptionService in org.flowable.engine.impl.util
Methods in org.flowable.engine.impl.util that return EventSubscriptionServiceModifier and TypeMethodDescriptionstatic EventSubscriptionService
CommandContextUtil.getEventSubscriptionService()
static EventSubscriptionService
CommandContextUtil.getEventSubscriptionService
(CommandContext commandContext) -
Uses of EventSubscriptionService in org.flowable.eventsubscription.service
Fields in org.flowable.eventsubscription.service declared as EventSubscriptionServiceModifier and TypeFieldDescriptionprotected EventSubscriptionService
EventSubscriptionServiceConfiguration.eventSubscriptionService
Methods in org.flowable.eventsubscription.service that return EventSubscriptionServiceModifier and TypeMethodDescriptionEventSubscriptionServiceConfiguration.getEventSubscriptionService()
Methods in org.flowable.eventsubscription.service with parameters of type EventSubscriptionServiceModifier and TypeMethodDescriptionEventSubscriptionServiceConfiguration.setEventSubscriptionService
(EventSubscriptionService eventSubscriptionService) -
Uses of EventSubscriptionService in org.flowable.eventsubscription.service.impl
Classes in org.flowable.eventsubscription.service.impl that implement EventSubscriptionService