| Package | Description |
|---|---|
| org.camunda.bpm.scenario.act | |
| org.camunda.bpm.scenario.delegate | |
| org.camunda.bpm.scenario.impl.delegate | |
| org.camunda.bpm.scenario.impl.waitstate |
| Modifier and Type | Method and Description |
|---|---|
void |
ReceiveTaskAction.execute(EventSubscriptionDelegate message)
Implement this action with custom code to be executed when the
process instance arrives at a receive task.
|
void |
SignalIntermediateCatchEventAction.execute(EventSubscriptionDelegate signal)
Implement this action with custom code to be executed when the
process instance arrives at a signal intermediate catch event.
|
void |
MessageIntermediateCatchEventAction.execute(EventSubscriptionDelegate message)
Implement this action with custom code to be executed when the
process instance arrives at a message intermediate catch event.
|
| Modifier and Type | Method and Description |
|---|---|
EventSubscriptionDelegate |
EventBasedGatewayDelegate.getEventSubscription()
Get the one and only event subscriptions defined for this event
based gateway.
|
EventSubscriptionDelegate |
EventBasedGatewayDelegate.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.
|
| Modifier and Type | Method and Description |
|---|---|
List<EventSubscriptionDelegate> |
EventBasedGatewayDelegate.getEventSubscriptions()
Get all the event subscriptions defined for this event based gateway.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractEventSubscriptionDelegate |
class |
EventSubscriptionDelegateImpl |
| Modifier and Type | Method and Description |
|---|---|
static EventSubscriptionDelegate |
EventSubscriptionDelegateImpl.newInstance(WaitstateExecutable waitstate,
org.camunda.bpm.engine.runtime.EventSubscription eventSubscription) |
| Modifier and Type | Method and Description |
|---|---|
static List<EventSubscriptionDelegate> |
EventSubscriptionDelegateImpl.newInstance(WaitstateExecutable waitstate,
List<org.camunda.bpm.engine.runtime.EventSubscription> eventSubscriptions) |
| Modifier and Type | Class and Description |
|---|---|
class |
MessageIntermediateCatchEventExecutable |
class |
ReceiveTaskExecutable |
class |
SignalIntermediateCatchEventExecutable |
| Modifier and Type | Method and Description |
|---|---|
EventSubscriptionDelegate |
EventBasedGatewayExecutable.getEventSubscription() |
EventSubscriptionDelegate |
EventBasedGatewayExecutable.getEventSubscription(String activityId) |
| Modifier and Type | Method and Description |
|---|---|
protected Action<EventSubscriptionDelegate> |
SignalIntermediateCatchEventExecutable.action(ProcessScenario scenario) |
protected Action<EventSubscriptionDelegate> |
MessageIntermediateCatchEventExecutable.action(ProcessScenario scenario) |
List<EventSubscriptionDelegate> |
EventBasedGatewayExecutable.getEventSubscriptions() |
Copyright © 2016 plexiti GmbH. All rights reserved.