Uses of Interface
org.camunda.bpm.scenario.act.Action
-
Packages that use Action Package Description org.camunda.bpm.scenario.act org.camunda.bpm.scenario.impl org.camunda.bpm.scenario.impl.waitstate -
-
Uses of Action in org.camunda.bpm.scenario.act
Subinterfaces of Action in org.camunda.bpm.scenario.act Modifier and Type Interface Description interfaceBusinessRuleTaskActioninterfaceConditionalIntermediateEventActioninterfaceEventBasedGatewayActioninterfaceMessageEndEventActioninterfaceMessageIntermediateCatchEventActioninterfaceMessageIntermediateThrowEventActioninterfaceMockedCallActivityActioninterfaceReceiveTaskActioninterfaceSendTaskActioninterfaceServiceTaskActioninterfaceSignalIntermediateCatchEventActioninterfaceTimerIntermediateEventActioninterfaceUserTaskAction -
Uses of Action in org.camunda.bpm.scenario.impl
Methods in org.camunda.bpm.scenario.impl that return Action Modifier and Type Method Description protected ActionWaitstateExecutable. action()protected abstract ActionWaitstateExecutable. action(ProcessScenario scenario) -
Uses of Action in org.camunda.bpm.scenario.impl.waitstate
Methods in org.camunda.bpm.scenario.impl.waitstate that return Action Modifier and Type Method Description protected ActionBusinessRuleTaskExecutable. action(ProcessScenario scenario)protected Action<ProcessInstanceDelegate>CallActivityExecutable. action(ProcessScenario scenario)protected ActionConditionalIntermediateEventExecutable. action(ProcessScenario scenario)protected Action<EventBasedGatewayDelegate>EventBasedGatewayExecutable. action(ProcessScenario scenario)protected Action<IgnoredExecutable>IgnoredExecutable. action(ProcessScenario scenario)protected Action<ExternalTaskDelegate>MessageEndEventExecutable. action(ProcessScenario scenario)protected Action<EventSubscriptionDelegate>MessageIntermediateCatchEventExecutable. action(ProcessScenario scenario)protected Action<ExternalTaskDelegate>MessageIntermediateThrowEventExecutable. action(ProcessScenario scenario)protected Action<EventSubscriptionDelegate>ReceiveTaskExecutable. action(ProcessScenario scenario)protected ActionSendTaskExecutable. action(ProcessScenario scenario)protected ActionServiceTaskExecutable. action(ProcessScenario scenario)protected Action<EventSubscriptionDelegate>SignalIntermediateCatchEventExecutable. action(ProcessScenario scenario)protected ActionTimerIntermediateEventExecutable. action(ProcessScenario scenario)protected ActionUserTaskExecutable. action(ProcessScenario scenario)
-