- engine(ProcessEngine) - Method in class org.camunda.bpm.scenario.impl.ProcessRunnerImpl
-
- engine() - Method in class org.camunda.bpm.scenario.impl.ProcessRunnerImpl
-
- engine(ProcessEngine) - Method in interface org.camunda.bpm.scenario.run.ProcessRunner.ExecutableRunner
-
Provide a custom process engine to the scenario
run.
- EventBasedGatewayAction - Interface in org.camunda.bpm.scenario.act
-
- EventBasedGatewayDelegate - Interface in org.camunda.bpm.scenario.delegate
-
- EventBasedGatewayExecutable - Class in org.camunda.bpm.scenario.impl.waitstate
-
- EventBasedGatewayExecutable(ProcessRunnerImpl, HistoricActivityInstance) - Constructor for class org.camunda.bpm.scenario.impl.waitstate.EventBasedGatewayExecutable
-
- EventSubscriptionDelegate - Interface in org.camunda.bpm.scenario.delegate
-
- EventSubscriptionDelegateImpl - Class in org.camunda.bpm.scenario.impl.delegate
-
- EventSubscriptionDelegateImpl(WaitstateExecutable, EventSubscription) - Constructor for class org.camunda.bpm.scenario.impl.delegate.EventSubscriptionDelegateImpl
-
- Executable<S> - Interface in org.camunda.bpm.scenario.impl
-
- Executable.Deferreds - Class in org.camunda.bpm.scenario.impl
-
- Executable.Deferreds() - Constructor for class org.camunda.bpm.scenario.impl.Executable.Deferreds
-
- Executable.Helpers - Class in org.camunda.bpm.scenario.impl
-
- Executable.Helpers() - Constructor for class org.camunda.bpm.scenario.impl.Executable.Helpers
-
- Executable.Jobs - Class in org.camunda.bpm.scenario.impl
-
- Executable.Jobs() - Constructor for class org.camunda.bpm.scenario.impl.Executable.Jobs
-
- Executable.Waitstates - Class in org.camunda.bpm.scenario.impl
-
- Executable.Waitstates() - Constructor for class org.camunda.bpm.scenario.impl.Executable.Waitstates
-
- execute(D) - Method in interface org.camunda.bpm.scenario.act.Action
-
- execute(ExternalTaskDelegate) - Method in interface org.camunda.bpm.scenario.act.BusinessRuleTaskAction
-
Implement this action with custom code to be executed when the
process instance arrives at a business rule task (external task
waitstate).
- execute(EventBasedGatewayDelegate) - Method in interface org.camunda.bpm.scenario.act.EventBasedGatewayAction
-
Implement this action with custom code to be executed when the
process instance arrives at an event based gateway.
- execute(EventSubscriptionDelegate) - Method in interface org.camunda.bpm.scenario.act.MessageIntermediateCatchEventAction
-
Implement this action with custom code to be executed when the
process instance arrives at a message intermediate catch event.
- execute(ExternalTaskDelegate) - Method in interface org.camunda.bpm.scenario.act.MessageIntermediateThrowEventAction
-
Implement this action with custom code to be executed when the
process instance arrives at a message intermediate throw event
(external task waitstate).
- execute(EventSubscriptionDelegate) - Method in interface org.camunda.bpm.scenario.act.ReceiveTaskAction
-
Implement this action with custom code to be executed when the
process instance arrives at a receive task.
- execute(ExternalTaskDelegate) - Method in interface org.camunda.bpm.scenario.act.SendTaskAction
-
Implement this action with custom code to be executed when the
process instance arrives at a send task (external task waitstate).
- execute(ExternalTaskDelegate) - Method in interface org.camunda.bpm.scenario.act.ServiceTaskAction
-
Implement this action with custom code to be executed when the
process instance arrives at a service task (external task waitstate).
- execute(EventSubscriptionDelegate) - Method in interface org.camunda.bpm.scenario.act.SignalIntermediateCatchEventAction
-
Implement this action with custom code to be executed when the
process instance arrives at a signal intermediate catch event.
- execute(ProcessInstanceDelegate) - Method in interface org.camunda.bpm.scenario.act.TimerIntermediateEventAction
-
Implement this action with custom code to be executed when the
process instance arrives at a timer intermediate event.
- execute(TaskDelegate) - Method in interface org.camunda.bpm.scenario.act.UserTaskAction
-
Implement this action with custom code to be executed when the
process instance arrives at an user task.
- execute() - Method in interface org.camunda.bpm.scenario.defer.Deferred
-
Implement this method to define the action which should
be executed after a certain period of time.
- execute() - Method in class org.camunda.bpm.scenario.impl.DeferredExecutable
-
- execute() - Method in interface org.camunda.bpm.scenario.impl.Executable
-
- execute() - Method in class org.camunda.bpm.scenario.impl.JobExecutable
-
- execute() - Method in class org.camunda.bpm.scenario.impl.ProcessRunnerImpl
-
- execute() - Method in class org.camunda.bpm.scenario.impl.ScenarioImpl
-
- execute() - Method in class org.camunda.bpm.scenario.impl.waitstate.IgnoredExecutable
-
- execute() - Method in class org.camunda.bpm.scenario.impl.waitstate.TimerIntermediateEventExecutable
-
- execute() - Method in class org.camunda.bpm.scenario.impl.WaitstateExecutable
-
- execute() - Method in interface org.camunda.bpm.scenario.run.ProcessRunner.ExecutableRunner
-
Execute the fully defined scenario run.
- execute() - Method in interface org.camunda.bpm.scenario.run.ProcessRunner.ExecutableRunner.StartingByKey
-
Execute the fully defined scenario run.
- execute() - Method in interface org.camunda.bpm.scenario.run.ProcessRunner.ExecutableRunner.StartingByMessage
-
Execute the fully defined scenario run.
- execute() - Method in interface org.camunda.bpm.scenario.run.ProcessRunner.ExecutableRunner.StartingByStarter
-
Execute the fully defined scenario run.
- executeJob() - Method in class org.camunda.bpm.scenario.impl.job.TimerJobExecutable
-
- executeJob() - Method in class org.camunda.bpm.scenario.impl.JobExecutable
-
- ExternalTaskDelegate - Interface in org.camunda.bpm.scenario.delegate
-
- waitsAtBusinessRuleTask(String) - Method in interface org.camunda.bpm.scenario.ProcessScenario
-
By implementing - or stubbing/mocking - this method, you
define what should be done when the process reaches the
business rule task (waitstate) with the activity id provided.
- waitsAtEventBasedGateway(String) - Method in interface org.camunda.bpm.scenario.ProcessScenario
-
By implementing - or stubbing/mocking - this method, you
define what should be done when the process reaches the
event based gateway (waitstate) with the activity id provided.
- waitsAtMessageIntermediateCatchEvent(String) - Method in interface org.camunda.bpm.scenario.ProcessScenario
-
By implementing - or stubbing/mocking - this method, you
define what should be done when the process reaches the
message intermediate catch event (waitstate) with the
activity id provided.
- waitsAtMessageIntermediateThrowEvent(String) - Method in interface org.camunda.bpm.scenario.ProcessScenario
-
By implementing - or stubbing/mocking - this method, you
define what should be done when the process reaches the
message intermediate throw event (waitstate) with the
activity id provided.
- waitsAtReceiveTask(String) - Method in interface org.camunda.bpm.scenario.ProcessScenario
-
By implementing - or stubbing/mocking - this method, you
define what should be done when the process reaches the
receive task (waitstate) with the activity id provided.
- waitsAtSendTask(String) - Method in interface org.camunda.bpm.scenario.ProcessScenario
-
By implementing - or stubbing/mocking - this method, you
define what should be done when the process reaches the
send task (waitstate) with the activity id provided.
- waitsAtServiceTask(String) - Method in interface org.camunda.bpm.scenario.ProcessScenario
-
By implementing - or stubbing/mocking - this method, you
define what should be done when the process reaches the
service task (waitstate) with the activity id provided.
- waitsAtSignalIntermediateCatchEvent(String) - Method in interface org.camunda.bpm.scenario.ProcessScenario
-
By implementing - or stubbing/mocking - this method, you
define what should be done when the process reaches the
signal intermediate catch event (waitstate) with the
activity id provided.
- waitsAtTimerIntermediateEvent(String) - Method in interface org.camunda.bpm.scenario.ProcessScenario
-
By implementing - or stubbing/mocking - this method, you
define what should be done when the process reaches the
timer intermediate event (waitstate) with the activity id
provided.
- waitsAtUserTask(String) - Method in interface org.camunda.bpm.scenario.ProcessScenario
-
By implementing - or stubbing/mocking - this method, you
define what should be done when the process reaches the
user task (waitstate) with the activity id provided.
- WaitstateExecutable<I> - Class in org.camunda.bpm.scenario.impl
-
- WaitstateExecutable(ProcessRunnerImpl, HistoricActivityInstance) - Constructor for class org.camunda.bpm.scenario.impl.WaitstateExecutable
-
- warn() - Method in class org.camunda.bpm.scenario.impl.util.Api
-
- warn(String) - Method in class org.camunda.bpm.scenario.impl.util.Api
-