Uses of Interface
org.camunda.bpm.scenario.delegate.EventSubscriptionDelegate
-
Packages that use EventSubscriptionDelegate Package Description org.camunda.bpm.scenario.act org.camunda.bpm.scenario.delegate org.camunda.bpm.scenario.impl.delegate org.camunda.bpm.scenario.impl.waitstate -
-
Uses of EventSubscriptionDelegate in org.camunda.bpm.scenario.act
Methods in org.camunda.bpm.scenario.act with parameters of type EventSubscriptionDelegate Modifier and Type Method Description voidMessageIntermediateCatchEventAction. execute(EventSubscriptionDelegate message)Implement this action with custom code to be executed when the process instance arrives at a message intermediate catch event.voidReceiveTaskAction. execute(EventSubscriptionDelegate message)Implement this action with custom code to be executed when the process instance arrives at a receive task.voidSignalIntermediateCatchEventAction. execute(EventSubscriptionDelegate signal)Implement this action with custom code to be executed when the process instance arrives at a signal intermediate catch event. -
Uses of EventSubscriptionDelegate in org.camunda.bpm.scenario.delegate
Methods in org.camunda.bpm.scenario.delegate that return EventSubscriptionDelegate Modifier and Type Method Description EventSubscriptionDelegateEventBasedGatewayDelegate. getEventSubscription()Get the one and only event subscriptions defined for this event based gateway.EventSubscriptionDelegateEventBasedGatewayDelegate. 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.Methods in org.camunda.bpm.scenario.delegate that return types with arguments of type EventSubscriptionDelegate Modifier and Type Method Description List<EventSubscriptionDelegate>EventBasedGatewayDelegate. getEventSubscriptions()Get all the event subscriptions defined for this event based gateway. -
Uses of EventSubscriptionDelegate in org.camunda.bpm.scenario.impl.delegate
Classes in org.camunda.bpm.scenario.impl.delegate that implement EventSubscriptionDelegate Modifier and Type Class Description classAbstractEventSubscriptionDelegateclassEventSubscriptionDelegateImplMethods in org.camunda.bpm.scenario.impl.delegate that return EventSubscriptionDelegate Modifier and Type Method Description static EventSubscriptionDelegateEventSubscriptionDelegateImpl. newInstance(WaitstateExecutable waitstate, org.camunda.bpm.engine.runtime.EventSubscription eventSubscription)Methods in org.camunda.bpm.scenario.impl.delegate that return types with arguments of type EventSubscriptionDelegate Modifier and Type Method Description static List<EventSubscriptionDelegate>EventSubscriptionDelegateImpl. newInstance(WaitstateExecutable waitstate, List<org.camunda.bpm.engine.runtime.EventSubscription> eventSubscriptions) -
Uses of EventSubscriptionDelegate in org.camunda.bpm.scenario.impl.waitstate
Classes in org.camunda.bpm.scenario.impl.waitstate that implement EventSubscriptionDelegate Modifier and Type Class Description classMessageIntermediateCatchEventExecutableclassReceiveTaskExecutableclassSignalIntermediateCatchEventExecutableMethods in org.camunda.bpm.scenario.impl.waitstate that return EventSubscriptionDelegate Modifier and Type Method Description EventSubscriptionDelegateEventBasedGatewayExecutable. getEventSubscription()EventSubscriptionDelegateEventBasedGatewayExecutable. getEventSubscription(String activityId)Methods in org.camunda.bpm.scenario.impl.waitstate that return types with arguments of type EventSubscriptionDelegate Modifier and Type Method Description protected Action<EventSubscriptionDelegate>MessageIntermediateCatchEventExecutable. action(ProcessScenario scenario)protected Action<EventSubscriptionDelegate>ReceiveTaskExecutable. action(ProcessScenario scenario)protected Action<EventSubscriptionDelegate>SignalIntermediateCatchEventExecutable. action(ProcessScenario scenario)List<EventSubscriptionDelegate>EventBasedGatewayExecutable. getEventSubscriptions()
-