Uses of Interface
org.camunda.bpm.scenario.delegate.EventBasedGatewayDelegate
-
Packages that use EventBasedGatewayDelegate Package Description org.camunda.bpm.scenario.act org.camunda.bpm.scenario.impl.waitstate -
-
Uses of EventBasedGatewayDelegate in org.camunda.bpm.scenario.act
Methods in org.camunda.bpm.scenario.act with parameters of type EventBasedGatewayDelegate Modifier and Type Method Description voidEventBasedGatewayAction. execute(EventBasedGatewayDelegate gateway)Implement this action with custom code to be executed when the process instance arrives at an event based gateway. -
Uses of EventBasedGatewayDelegate in org.camunda.bpm.scenario.impl.waitstate
Classes in org.camunda.bpm.scenario.impl.waitstate that implement EventBasedGatewayDelegate Modifier and Type Class Description classEventBasedGatewayExecutableMethods in org.camunda.bpm.scenario.impl.waitstate that return EventBasedGatewayDelegate Modifier and Type Method Description protected EventBasedGatewayDelegateEventBasedGatewayExecutable. getDelegate()Methods in org.camunda.bpm.scenario.impl.waitstate that return types with arguments of type EventBasedGatewayDelegate Modifier and Type Method Description protected Action<EventBasedGatewayDelegate>EventBasedGatewayExecutable. action(ProcessScenario scenario)
-