public interface EventBasedGatewayDelegate extends ProcessInstanceAwareDelegate, Deferrable
| Modifier and Type | Method and Description |
|---|---|
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.
|
getProcessInstancedeferList<EventSubscriptionDelegate> getEventSubscriptions()
EventSubscriptionDelegate getEventSubscription(String activityId)
activityId - the activity id of the requested event subscription's
event (or receive task) symbolEventSubscriptionDelegate getEventSubscription()
org.camunda.bpm.engine.ProcessEngineException - in case more
than one such event subscription is defined for this event based
gateway.Copyright © 2016 plexiti GmbH. All rights reserved.