public class EventBasedGatewayExecutable extends WaitstateExecutable<EventBasedGatewayDelegate> implements EventBasedGatewayDelegate
Executable.Deferreds, Executable.Helpers, Executable.Jobs, Executable.WaitstateshistoricDelegatedelegate, idComparator, runnerprocessEngine| Constructor and Description |
|---|
EventBasedGatewayExecutable(ProcessRunnerImpl runner,
org.camunda.bpm.engine.history.HistoricActivityInstance instance) |
| Modifier and Type | Method and Description |
|---|---|
protected Action<EventBasedGatewayDelegate> |
action(ProcessScenario scenario) |
protected EventBasedGatewayDelegate |
getDelegate() |
EventSubscriptionDelegate |
getEventSubscription()
Get the one and only event subscriptions defined for this event
based gateway.
|
EventSubscriptionDelegate |
getEventSubscription(String activityId)
Get the event subscriptions defined for this event based gateway
which is defined by the event (or receive task) symbol with the
activity id provided as parameter.
|
List<EventSubscriptionDelegate> |
getEventSubscriptions()
Get all the event subscriptions defined for this event based gateway.
|
action, compareTo, defer, execute, getActivityId, getExecutionId, getProcessInstance, isExecutableAtgetAuthorizationService, getCaseService, getDecisionService, getExternalTaskService, getFilterService, getFormService, getHistoryService, getIdentityService, getManagementService, getProcessEngine, getRepositoryService, getRuntimeService, getTaskServiceclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetProcessInstancedeferpublic EventBasedGatewayExecutable(ProcessRunnerImpl runner, org.camunda.bpm.engine.history.HistoricActivityInstance instance)
protected EventBasedGatewayDelegate getDelegate()
getDelegate in class AbstractExecutable<EventBasedGatewayDelegate>protected Action<EventBasedGatewayDelegate> action(ProcessScenario scenario)
action in class WaitstateExecutable<EventBasedGatewayDelegate>public List<EventSubscriptionDelegate> getEventSubscriptions()
EventBasedGatewayDelegategetEventSubscriptions in interface EventBasedGatewayDelegatepublic EventSubscriptionDelegate getEventSubscription(String activityId)
EventBasedGatewayDelegategetEventSubscription in interface EventBasedGatewayDelegateactivityId - the activity id of the requested event subscription's
event (or receive task) symbolpublic EventSubscriptionDelegate getEventSubscription()
EventBasedGatewayDelegategetEventSubscription in interface EventBasedGatewayDelegateCopyright © 2016 plexiti GmbH. All rights reserved.