A B C D E F G H I J L M N O P R S T U V W
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- AbstractDelegate<D> - Class in org.camunda.bpm.scenario.impl.delegate
- AbstractDelegate(D) - Constructor for class org.camunda.bpm.scenario.impl.delegate.AbstractDelegate
- AbstractEventSubscriptionDelegate - Class in org.camunda.bpm.scenario.impl.delegate
- AbstractEventSubscriptionDelegate(ProcessRunnerImpl, HistoricActivityInstance) - Constructor for class org.camunda.bpm.scenario.impl.delegate.AbstractEventSubscriptionDelegate
- AbstractExecutable<I> - Class in org.camunda.bpm.scenario.impl
- AbstractExecutable(ProcessRunnerImpl) - Constructor for class org.camunda.bpm.scenario.impl.AbstractExecutable
- AbstractExternalTaskDelegate - Class in org.camunda.bpm.scenario.impl.delegate
- AbstractExternalTaskDelegate(ProcessRunnerImpl, HistoricActivityInstance) - Constructor for class org.camunda.bpm.scenario.impl.delegate.AbstractExternalTaskDelegate
- AbstractProcessEngineServicesDelegate - Class in org.camunda.bpm.scenario.impl.delegate
- AbstractProcessEngineServicesDelegate(ProcessEngine) - Constructor for class org.camunda.bpm.scenario.impl.delegate.AbstractProcessEngineServicesDelegate
- AbstractProcessInstanceDelegate - Class in org.camunda.bpm.scenario.impl.delegate
- AbstractProcessInstanceDelegate(ProcessRunnerImpl, HistoricActivityInstance) - Constructor for class org.camunda.bpm.scenario.impl.delegate.AbstractProcessInstanceDelegate
- AbstractRunner - Class in org.camunda.bpm.scenario.impl
- AbstractRunner() - Constructor for class org.camunda.bpm.scenario.impl.AbstractRunner
- AbstractTaskDelegate - Class in org.camunda.bpm.scenario.impl.delegate
- AbstractTaskDelegate(ProcessRunnerImpl, HistoricActivityInstance) - Constructor for class org.camunda.bpm.scenario.impl.delegate.AbstractTaskDelegate
- ActingOn - org.camunda.bpm.scenario.impl.util.Log.Action
- action() - Method in class org.camunda.bpm.scenario.impl.WaitstateExecutable
- action(ProcessScenario) - Method in class org.camunda.bpm.scenario.impl.waitstate.BusinessRuleTaskExecutable
- action(ProcessScenario) - Method in class org.camunda.bpm.scenario.impl.waitstate.CallActivityExecutable
- action(ProcessScenario) - Method in class org.camunda.bpm.scenario.impl.waitstate.ConditionalIntermediateEventExecutable
- action(ProcessScenario) - Method in class org.camunda.bpm.scenario.impl.waitstate.EventBasedGatewayExecutable
- action(ProcessScenario) - Method in class org.camunda.bpm.scenario.impl.waitstate.IgnoredExecutable
- action(ProcessScenario) - Method in class org.camunda.bpm.scenario.impl.waitstate.MessageEndEventExecutable
- action(ProcessScenario) - Method in class org.camunda.bpm.scenario.impl.waitstate.MessageIntermediateCatchEventExecutable
- action(ProcessScenario) - Method in class org.camunda.bpm.scenario.impl.waitstate.MessageIntermediateThrowEventExecutable
- action(ProcessScenario) - Method in class org.camunda.bpm.scenario.impl.waitstate.ReceiveTaskExecutable
- action(ProcessScenario) - Method in class org.camunda.bpm.scenario.impl.waitstate.SendTaskExecutable
- action(ProcessScenario) - Method in class org.camunda.bpm.scenario.impl.waitstate.ServiceTaskExecutable
- action(ProcessScenario) - Method in class org.camunda.bpm.scenario.impl.waitstate.SignalIntermediateCatchEventExecutable
- action(ProcessScenario) - Method in class org.camunda.bpm.scenario.impl.waitstate.TimerIntermediateEventExecutable
- action(ProcessScenario) - Method in class org.camunda.bpm.scenario.impl.waitstate.UserTaskExecutable
- action(ProcessScenario) - Method in class org.camunda.bpm.scenario.impl.WaitstateExecutable
- Action<D> - Interface in org.camunda.bpm.scenario.act
- Api - Class in org.camunda.bpm.scenario.impl.util
B
- BusinessRuleTaskAction - Interface in org.camunda.bpm.scenario.act
- BusinessRuleTaskExecutable - Class in org.camunda.bpm.scenario.impl.waitstate
- BusinessRuleTaskExecutable(ProcessRunnerImpl, HistoricActivityInstance) - Constructor for class org.camunda.bpm.scenario.impl.waitstate.BusinessRuleTaskExecutable
C
- CallActivityExecutable - Class in org.camunda.bpm.scenario.impl.waitstate
- CallActivityExecutable(ProcessRunnerImpl, HistoricActivityInstance) - Constructor for class org.camunda.bpm.scenario.impl.waitstate.CallActivityExecutable
- Canceled - org.camunda.bpm.scenario.impl.util.Log.Action
- cleanup() - Method in class org.camunda.bpm.scenario.impl.ScenarioImpl
- compare(String, String) - Method in class org.camunda.bpm.scenario.impl.util.IdComparator
- compareTo(AbstractExecutable) - Method in class org.camunda.bpm.scenario.impl.AbstractExecutable
- compareTo(AbstractExecutable) - Method in class org.camunda.bpm.scenario.impl.DeferredExecutable
- compareTo(AbstractExecutable) - Method in class org.camunda.bpm.scenario.impl.JobExecutable
- compareTo(AbstractExecutable) - Method in class org.camunda.bpm.scenario.impl.WaitstateExecutable
- complete() - Method in interface org.camunda.bpm.scenario.delegate.ExternalTaskDelegate
-
Complete this external task.
- complete() - Method in interface org.camunda.bpm.scenario.delegate.TaskDelegate
-
Complete this user task.
- complete() - Method in class org.camunda.bpm.scenario.impl.waitstate.BusinessRuleTaskExecutable
- complete() - Method in class org.camunda.bpm.scenario.impl.waitstate.MessageEndEventExecutable
- complete() - Method in class org.camunda.bpm.scenario.impl.waitstate.MessageIntermediateThrowEventExecutable
- complete() - Method in class org.camunda.bpm.scenario.impl.waitstate.SendTaskExecutable
- complete() - Method in class org.camunda.bpm.scenario.impl.waitstate.ServiceTaskExecutable
- complete() - Method in class org.camunda.bpm.scenario.impl.waitstate.UserTaskExecutable
- complete(Map<String, Object>) - Method in interface org.camunda.bpm.scenario.delegate.ExternalTaskDelegate
-
Complete this external task and deliver a map of additional information created by the external worker and to be stored as process instance variables.
- complete(Map<String, Object>) - Method in interface org.camunda.bpm.scenario.delegate.TaskDelegate
-
Complete this user task and deliver a map of additional information created by the human user (e.g.
- complete(Map<String, Object>) - Method in class org.camunda.bpm.scenario.impl.waitstate.BusinessRuleTaskExecutable
- complete(Map<String, Object>) - Method in class org.camunda.bpm.scenario.impl.waitstate.MessageEndEventExecutable
- complete(Map<String, Object>) - Method in class org.camunda.bpm.scenario.impl.waitstate.MessageIntermediateThrowEventExecutable
- complete(Map<String, Object>) - Method in class org.camunda.bpm.scenario.impl.waitstate.SendTaskExecutable
- complete(Map<String, Object>) - Method in class org.camunda.bpm.scenario.impl.waitstate.ServiceTaskExecutable
- complete(Map<String, Object>) - Method in class org.camunda.bpm.scenario.impl.waitstate.UserTaskExecutable
- Completed - org.camunda.bpm.scenario.impl.util.Log.Action
- ConditionalIntermediateEventAction - Interface in org.camunda.bpm.scenario.act
- ConditionalIntermediateEventExecutable - Class in org.camunda.bpm.scenario.impl.waitstate
- ConditionalIntermediateEventExecutable(ProcessRunnerImpl, HistoricActivityInstance) - Constructor for class org.camunda.bpm.scenario.impl.waitstate.ConditionalIntermediateEventExecutable
- ContinuationExecutable - Class in org.camunda.bpm.scenario.impl.job
- ContinuationExecutable(ProcessRunnerImpl, Job) - Constructor for class org.camunda.bpm.scenario.impl.job.ContinuationExecutable
- correct(Date) - Static method in class org.camunda.bpm.scenario.impl.util.Time
D
- dateAfter(String) - Static method in class org.camunda.bpm.scenario.impl.util.Time
- defer(String, Deferred) - Method in interface org.camunda.bpm.scenario.defer.Deferrable
-
Defer a certain action for a certain period of time until it is executed.
- defer(String, Deferred) - Method in class org.camunda.bpm.scenario.impl.delegate.EventSubscriptionDelegateImpl
- defer(String, Deferred) - Method in class org.camunda.bpm.scenario.impl.delegate.ProcessInstanceDelegateImpl
- defer(String, Deferred) - Method in class org.camunda.bpm.scenario.impl.WaitstateExecutable
- Deferrable - Interface in org.camunda.bpm.scenario.defer
- Deferred - Interface in org.camunda.bpm.scenario.defer
- DeferredExecutable - Class in org.camunda.bpm.scenario.impl
- DeferredExecutable(ProcessRunnerImpl, HistoricActivityInstance, String, Deferred) - Constructor for class org.camunda.bpm.scenario.impl.DeferredExecutable
- Deferreds() - Constructor for class org.camunda.bpm.scenario.impl.Executable.Deferreds
- Deferring_Action - org.camunda.bpm.scenario.impl.util.Log.Action
- delegate - Variable in class org.camunda.bpm.scenario.impl.AbstractExecutable
- delegate - Variable in class org.camunda.bpm.scenario.impl.delegate.AbstractDelegate
- delegate(String) - Method in class org.camunda.bpm.scenario.impl.delegate.AbstractTaskDelegate
E
- engine() - Method in class org.camunda.bpm.scenario.impl.ProcessRunnerImpl
- engine(ProcessEngine) - 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.Helpers - Class in org.camunda.bpm.scenario.impl
- Executable.Jobs - Class in org.camunda.bpm.scenario.impl
- Executable.Waitstates - Class in org.camunda.bpm.scenario.impl
- 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.ConditionalIntermediateEventExecutable
- 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.
- execute(D) - Method in interface org.camunda.bpm.scenario.act.Action
- 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(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(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(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(ExternalTaskDelegate) - Method in interface org.camunda.bpm.scenario.act.MessageEndEventAction
-
Implement this action with custom code to be executed when the process instance arrives at a message end event (external task waitstate).
- 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(ExternalTaskDelegate) - Method in interface org.camunda.bpm.scenario.act.MockedCallActivityAction
-
Implement this action with custom code to be executed when the process instance arrives at a mocked call activity.
- 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(ProcessInstanceDelegate) - Method in interface org.camunda.bpm.scenario.act.ConditionalIntermediateEventAction
-
Implement this action with custom code to be executed when the process instance arrives at a conditional intermediate 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.
- executeJob() - Method in class org.camunda.bpm.scenario.impl.job.TimerJobExecutable
- executeJob() - Method in class org.camunda.bpm.scenario.impl.JobExecutable
- Executing_Action - org.camunda.bpm.scenario.impl.util.Log.Action
- Executing_Job - org.camunda.bpm.scenario.impl.util.Log.Action
- ExternalTaskDelegate - Interface in org.camunda.bpm.scenario.delegate
F
- fail() - Method in class org.camunda.bpm.scenario.impl.util.Api
- fail(String) - Method in class org.camunda.bpm.scenario.impl.util.Api
- FastForward - org.camunda.bpm.scenario.impl.util.Log.Action
- feature(String) - Static method in class org.camunda.bpm.scenario.impl.util.Api
- feature(String, String, Class<?>...) - Static method in class org.camunda.bpm.scenario.impl.util.Api
- fetchAndLock() - Method in class org.camunda.bpm.scenario.impl.waitstate.ServiceTaskExecutable
- Finished - org.camunda.bpm.scenario.impl.util.Log.Action
- FinishingAt - org.camunda.bpm.scenario.impl.util.Log.Action
- fromAfter(String) - Method in class org.camunda.bpm.scenario.impl.ProcessRunnerImpl
- fromAfter(String) - Method in interface org.camunda.bpm.scenario.run.ProcessRunner.ExecutableRunner.StartingByKey
-
Run the new process instance not from its beginning, but just from after the activity id provided as parameter.
- fromBefore(String) - Method in class org.camunda.bpm.scenario.impl.ProcessRunnerImpl
- fromBefore(String) - Method in interface org.camunda.bpm.scenario.run.ProcessRunner.ExecutableRunner.StartingByKey
-
Run the new process instance not from its beginning, but just from before the activity id provided as parameter.
G
- get() - Static method in class org.camunda.bpm.scenario.impl.util.Time
- getActivityId() - Method in class org.camunda.bpm.scenario.impl.delegate.EventSubscriptionDelegateImpl
- getActivityId() - Method in class org.camunda.bpm.scenario.impl.WaitstateExecutable
- getActivityInstanceId() - Method in class org.camunda.bpm.scenario.impl.delegate.AbstractExternalTaskDelegate
- getAssignee() - Method in class org.camunda.bpm.scenario.impl.delegate.AbstractTaskDelegate
- getAuthorizationService() - Method in class org.camunda.bpm.scenario.impl.delegate.AbstractProcessEngineServicesDelegate
- getBusinessKey() - Method in class org.camunda.bpm.scenario.impl.delegate.AbstractProcessInstanceDelegate
- getBusinessKey() - Method in class org.camunda.bpm.scenario.impl.delegate.ProcessInstanceDelegateImpl
- getBusinessKey() - Method in class org.camunda.bpm.scenario.impl.waitstate.ServiceTaskExecutable
- getCaseDefinitionId() - Method in class org.camunda.bpm.scenario.impl.delegate.AbstractTaskDelegate
- getCaseExecutionId() - Method in class org.camunda.bpm.scenario.impl.delegate.AbstractTaskDelegate
- getCaseInstanceId() - Method in class org.camunda.bpm.scenario.impl.delegate.AbstractProcessInstanceDelegate
- getCaseInstanceId() - Method in class org.camunda.bpm.scenario.impl.delegate.AbstractTaskDelegate
- getCaseInstanceId() - Method in class org.camunda.bpm.scenario.impl.delegate.ProcessInstanceDelegateImpl
- getCaseService() - Method in class org.camunda.bpm.scenario.impl.delegate.AbstractProcessEngineServicesDelegate
- getCreated() - Method in class org.camunda.bpm.scenario.impl.delegate.AbstractEventSubscriptionDelegate
- getCreated() - Method in class org.camunda.bpm.scenario.impl.delegate.EventSubscriptionDelegateImpl
- getCreated() - Method in class org.camunda.bpm.scenario.impl.waitstate.ReceiveTaskExecutable
- getCreateTime() - Method in class org.camunda.bpm.scenario.impl.delegate.AbstractTaskDelegate
- getDecisionService() - Method in class org.camunda.bpm.scenario.impl.delegate.AbstractProcessEngineServicesDelegate
- getDelegate() - Method in class org.camunda.bpm.scenario.impl.AbstractExecutable
- getDelegate() - Method in class org.camunda.bpm.scenario.impl.DeferredExecutable
- getDelegate() - Method in class org.camunda.bpm.scenario.impl.JobExecutable
- getDelegate() - Method in class org.camunda.bpm.scenario.impl.waitstate.CallActivityExecutable
- getDelegate() - Method in class org.camunda.bpm.scenario.impl.waitstate.ConditionalIntermediateEventExecutable
- getDelegate() - Method in class org.camunda.bpm.scenario.impl.waitstate.EventBasedGatewayExecutable
- getDelegate() - Method in class org.camunda.bpm.scenario.impl.waitstate.IgnoredExecutable
- getDelegate() - Method in class org.camunda.bpm.scenario.impl.waitstate.MessageIntermediateCatchEventExecutable
- getDelegate() - Method in class org.camunda.bpm.scenario.impl.waitstate.ReceiveTaskExecutable
- getDelegate() - Method in class org.camunda.bpm.scenario.impl.waitstate.ServiceTaskExecutable
- getDelegate() - Method in class org.camunda.bpm.scenario.impl.waitstate.SignalIntermediateCatchEventExecutable
- getDelegate() - Method in class org.camunda.bpm.scenario.impl.waitstate.TimerIntermediateEventExecutable
- getDelegate() - Method in class org.camunda.bpm.scenario.impl.waitstate.UserTaskExecutable
- getDelegationState() - Method in class org.camunda.bpm.scenario.impl.delegate.AbstractTaskDelegate
- getDescription() - Method in class org.camunda.bpm.scenario.impl.delegate.AbstractTaskDelegate
- getDueDate() - Method in class org.camunda.bpm.scenario.impl.delegate.AbstractTaskDelegate
- getErrorMessage() - Method in class org.camunda.bpm.scenario.impl.delegate.AbstractExternalTaskDelegate
- getEventName() - Method in class org.camunda.bpm.scenario.impl.delegate.AbstractEventSubscriptionDelegate
- getEventName() - Method in class org.camunda.bpm.scenario.impl.delegate.EventSubscriptionDelegateImpl
- getEventName() - Method in class org.camunda.bpm.scenario.impl.waitstate.ReceiveTaskExecutable
- getEventSubscription() - Method in interface org.camunda.bpm.scenario.delegate.EventBasedGatewayDelegate
-
Get the one and only event subscriptions defined for this event based gateway.
- getEventSubscription() - Method in class org.camunda.bpm.scenario.impl.waitstate.EventBasedGatewayExecutable
- getEventSubscription(String) - Method in interface org.camunda.bpm.scenario.delegate.EventBasedGatewayDelegate
-
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.
- getEventSubscription(String) - Method in class org.camunda.bpm.scenario.impl.waitstate.EventBasedGatewayExecutable
- getEventSubscriptions() - Method in interface org.camunda.bpm.scenario.delegate.EventBasedGatewayDelegate
-
Get all the event subscriptions defined for this event based gateway.
- getEventSubscriptions() - Method in class org.camunda.bpm.scenario.impl.waitstate.EventBasedGatewayExecutable
- getEventType() - Method in class org.camunda.bpm.scenario.impl.delegate.AbstractEventSubscriptionDelegate
- getEventType() - Method in class org.camunda.bpm.scenario.impl.delegate.EventSubscriptionDelegateImpl
- getEventType() - Method in class org.camunda.bpm.scenario.impl.waitstate.ReceiveTaskExecutable
- getExecutionId() - Method in class org.camunda.bpm.scenario.impl.AbstractExecutable
- getExecutionId() - Method in class org.camunda.bpm.scenario.impl.DeferredExecutable
- getExecutionId() - Method in class org.camunda.bpm.scenario.impl.delegate.EventSubscriptionDelegateImpl
- getExecutionId() - Method in class org.camunda.bpm.scenario.impl.JobExecutable
- getExecutionId() - Method in class org.camunda.bpm.scenario.impl.WaitstateExecutable
- getExtensionProperties() - Method in class org.camunda.bpm.scenario.impl.delegate.AbstractExternalTaskDelegate
- getExternalTaskService() - Method in class org.camunda.bpm.scenario.impl.delegate.AbstractProcessEngineServicesDelegate
- getFilterService() - Method in class org.camunda.bpm.scenario.impl.delegate.AbstractProcessEngineServicesDelegate
- getFollowUpDate() - Method in class org.camunda.bpm.scenario.impl.delegate.AbstractTaskDelegate
- getFormKey() - Method in class org.camunda.bpm.scenario.impl.delegate.AbstractTaskDelegate
- getFormService() - Method in class org.camunda.bpm.scenario.impl.delegate.AbstractProcessEngineServicesDelegate
- getHistoryService() - Method in class org.camunda.bpm.scenario.impl.delegate.AbstractProcessEngineServicesDelegate
- getId() - Method in class org.camunda.bpm.scenario.impl.delegate.AbstractEventSubscriptionDelegate
- getId() - Method in class org.camunda.bpm.scenario.impl.delegate.AbstractExternalTaskDelegate
- getId() - Method in class org.camunda.bpm.scenario.impl.delegate.AbstractProcessInstanceDelegate
- getId() - Method in class org.camunda.bpm.scenario.impl.delegate.AbstractTaskDelegate
- getId() - Method in class org.camunda.bpm.scenario.impl.delegate.EventSubscriptionDelegateImpl
- getId() - Method in class org.camunda.bpm.scenario.impl.delegate.ProcessInstanceDelegateImpl
- getId() - Method in class org.camunda.bpm.scenario.impl.waitstate.ReceiveTaskExecutable
- getIdentityService() - Method in class org.camunda.bpm.scenario.impl.delegate.AbstractProcessEngineServicesDelegate
- getLockExpirationTime() - Method in class org.camunda.bpm.scenario.impl.delegate.AbstractExternalTaskDelegate
- getManagementService() - Method in class org.camunda.bpm.scenario.impl.delegate.AbstractProcessEngineServicesDelegate
- getName() - Method in class org.camunda.bpm.scenario.impl.delegate.AbstractTaskDelegate
- getOwner() - Method in class org.camunda.bpm.scenario.impl.delegate.AbstractTaskDelegate
- getParentTaskId() - Method in class org.camunda.bpm.scenario.impl.delegate.AbstractTaskDelegate
- getPriority() - Method in class org.camunda.bpm.scenario.impl.delegate.AbstractExternalTaskDelegate
- getPriority() - Method in class org.camunda.bpm.scenario.impl.delegate.AbstractTaskDelegate
- getProcessDefinitionId() - Method in class org.camunda.bpm.scenario.impl.delegate.AbstractExternalTaskDelegate
- getProcessDefinitionId() - Method in class org.camunda.bpm.scenario.impl.delegate.AbstractProcessInstanceDelegate
- getProcessDefinitionId() - Method in class org.camunda.bpm.scenario.impl.delegate.AbstractTaskDelegate
- getProcessDefinitionId() - Method in class org.camunda.bpm.scenario.impl.delegate.ProcessInstanceDelegateImpl
- getProcessDefinitionKey() - Method in class org.camunda.bpm.scenario.impl.delegate.AbstractExternalTaskDelegate
- getProcessDefinitionKey() - Method in class org.camunda.bpm.scenario.impl.ProcessRunnerImpl
- getProcessDefinitionVersionTag() - Method in class org.camunda.bpm.scenario.impl.waitstate.ServiceTaskExecutable
- getProcessEngine() - Method in class org.camunda.bpm.scenario.impl.delegate.AbstractProcessEngineServicesDelegate
- getProcessInstance() - Method in interface org.camunda.bpm.scenario.delegate.ProcessInstanceAwareDelegate
-
Get the process instance this object is associated to.
- getProcessInstance() - Method in class org.camunda.bpm.scenario.impl.delegate.EventSubscriptionDelegateImpl
- getProcessInstance() - Method in class org.camunda.bpm.scenario.impl.WaitstateExecutable
- getProcessInstanceId() - Method in class org.camunda.bpm.scenario.impl.delegate.AbstractEventSubscriptionDelegate
- getProcessInstanceId() - Method in class org.camunda.bpm.scenario.impl.delegate.AbstractExternalTaskDelegate
- getProcessInstanceId() - Method in class org.camunda.bpm.scenario.impl.delegate.AbstractProcessInstanceDelegate
- getProcessInstanceId() - Method in class org.camunda.bpm.scenario.impl.delegate.AbstractTaskDelegate
- getProcessInstanceId() - Method in class org.camunda.bpm.scenario.impl.delegate.EventSubscriptionDelegateImpl
- getProcessInstanceId() - Method in class org.camunda.bpm.scenario.impl.delegate.ProcessInstanceDelegateImpl
- getProcessInstanceId() - Method in class org.camunda.bpm.scenario.impl.waitstate.ReceiveTaskExecutable
- getRepositoryService() - Method in class org.camunda.bpm.scenario.impl.delegate.AbstractProcessEngineServicesDelegate
- getRetries() - Method in class org.camunda.bpm.scenario.impl.delegate.AbstractExternalTaskDelegate
- getRootProcessInstanceId() - Method in class org.camunda.bpm.scenario.impl.delegate.ProcessInstanceDelegateImpl
- getRootProcessInstanceId() - Method in class org.camunda.bpm.scenario.impl.waitstate.CallActivityExecutable
- getRootProcessInstanceId() - Method in class org.camunda.bpm.scenario.impl.waitstate.ConditionalIntermediateEventExecutable
- getRootProcessInstanceId() - Method in class org.camunda.bpm.scenario.impl.waitstate.TimerIntermediateEventExecutable
- getRuntimeService() - Method in class org.camunda.bpm.scenario.impl.delegate.AbstractProcessEngineServicesDelegate
- getTaskDefinitionKey() - Method in class org.camunda.bpm.scenario.impl.delegate.AbstractTaskDelegate
- getTaskService() - Method in class org.camunda.bpm.scenario.impl.delegate.AbstractProcessEngineServicesDelegate
- getTenantId() - Method in class org.camunda.bpm.scenario.impl.delegate.AbstractEventSubscriptionDelegate
- getTenantId() - Method in class org.camunda.bpm.scenario.impl.delegate.AbstractExternalTaskDelegate
- getTenantId() - Method in class org.camunda.bpm.scenario.impl.delegate.AbstractProcessInstanceDelegate
- getTenantId() - Method in class org.camunda.bpm.scenario.impl.delegate.AbstractTaskDelegate
- getTenantId() - Method in class org.camunda.bpm.scenario.impl.delegate.EventSubscriptionDelegateImpl
- getTenantId() - Method in class org.camunda.bpm.scenario.impl.delegate.ProcessInstanceDelegateImpl
- getTenantId() - Method in class org.camunda.bpm.scenario.impl.waitstate.ReceiveTaskExecutable
- getTopicName() - Method in class org.camunda.bpm.scenario.impl.delegate.AbstractExternalTaskDelegate
- getWorkerId() - Method in class org.camunda.bpm.scenario.impl.delegate.AbstractExternalTaskDelegate
H
- handleBpmnError(String) - Method in interface org.camunda.bpm.scenario.delegate.ExternalTaskDelegate
-
Handle a BPMN Error raised by the external worker.
- handleBpmnError(String) - Method in interface org.camunda.bpm.scenario.delegate.TaskDelegate
-
Handle a BPMN Error occurring with or raised by the human user.
- handleBpmnError(String) - Method in class org.camunda.bpm.scenario.impl.waitstate.BusinessRuleTaskExecutable
- handleBpmnError(String) - Method in class org.camunda.bpm.scenario.impl.waitstate.MessageEndEventExecutable
- handleBpmnError(String) - Method in class org.camunda.bpm.scenario.impl.waitstate.MessageIntermediateThrowEventExecutable
- handleBpmnError(String) - Method in class org.camunda.bpm.scenario.impl.waitstate.SendTaskExecutable
- handleBpmnError(String) - Method in class org.camunda.bpm.scenario.impl.waitstate.ServiceTaskExecutable
- handleBpmnError(String) - Method in class org.camunda.bpm.scenario.impl.waitstate.UserTaskExecutable
- handleBpmnError(String, Map<String, Object>) - Method in interface org.camunda.bpm.scenario.delegate.ExternalTaskDelegate
-
Handle a BPMN Error occurring with or raised by the external worker and deliver a map of additional information to be stored as process instance variables.
- handleBpmnError(String, Map<String, Object>) - Method in interface org.camunda.bpm.scenario.delegate.TaskDelegate
-
Handle a BPMN Error occurring with or raised by the human user and deliver a map of additional information to be stored as process instance variables.
- handleBpmnError(String, Map<String, Object>) - Method in class org.camunda.bpm.scenario.impl.waitstate.BusinessRuleTaskExecutable
- handleBpmnError(String, Map<String, Object>) - Method in class org.camunda.bpm.scenario.impl.waitstate.MessageEndEventExecutable
- handleBpmnError(String, Map<String, Object>) - Method in class org.camunda.bpm.scenario.impl.waitstate.MessageIntermediateThrowEventExecutable
- handleBpmnError(String, Map<String, Object>) - Method in class org.camunda.bpm.scenario.impl.waitstate.SendTaskExecutable
- handleBpmnError(String, Map<String, Object>) - Method in class org.camunda.bpm.scenario.impl.waitstate.ServiceTaskExecutable
- handleBpmnError(String, Map<String, Object>) - Method in class org.camunda.bpm.scenario.impl.waitstate.UserTaskExecutable
- hasCanceled(String) - Method in interface org.camunda.bpm.scenario.run.Runnable
-
Callback method which is called during the scenario run when an activity instance of the given activity id has been (unsuccessfully) cancelled.
- hasCompleted(String) - Method in interface org.camunda.bpm.scenario.run.Runnable
-
Callback method which is called during the scenario run when an activity instance of the given activity id has been (successfully) completed.
- hasFinished(String) - Method in interface org.camunda.bpm.scenario.run.Runnable
-
Callback method which is called during the scenario run when an activity instance of the given activity id has been finished (in other words has been either completed or canceled).
- hasStarted(String) - Method in interface org.camunda.bpm.scenario.run.Runnable
-
Callback method which is called during the scenario run when an activity instance of the given activity id has been started.
- Helpers() - Constructor for class org.camunda.bpm.scenario.impl.Executable.Helpers
- historicDelegate - Variable in class org.camunda.bpm.scenario.impl.WaitstateExecutable
I
- idComparator - Static variable in class org.camunda.bpm.scenario.impl.AbstractExecutable
- IdComparator - Class in org.camunda.bpm.scenario.impl.util
- IdComparator() - Constructor for class org.camunda.bpm.scenario.impl.util.IdComparator
- IgnoredExecutable - Class in org.camunda.bpm.scenario.impl.waitstate
- IgnoredExecutable(ProcessRunnerImpl, HistoricActivityInstance) - Constructor for class org.camunda.bpm.scenario.impl.waitstate.IgnoredExecutable
- init() - Method in class org.camunda.bpm.scenario.impl.ScenarioImpl
- init() - Static method in class org.camunda.bpm.scenario.impl.util.Time
- init(ProcessEngine) - Method in class org.camunda.bpm.scenario.impl.ScenarioImpl
- instance(ProcessScenario) - Method in class org.camunda.bpm.scenario.impl.ScenarioImpl
- instance(ProcessScenario) - Method in class org.camunda.bpm.scenario.Scenario
-
Retrieve the process instance run by the scenario provided as parameter.
- instances(ProcessScenario) - Method in class org.camunda.bpm.scenario.impl.ScenarioImpl
- instances(ProcessScenario) - Method in class org.camunda.bpm.scenario.Scenario
-
Retrieve the process instances run by the scenario provided as parameter.
- isEnded() - Method in class org.camunda.bpm.scenario.impl.delegate.AbstractProcessInstanceDelegate
- isEnded() - Method in class org.camunda.bpm.scenario.impl.delegate.ProcessInstanceDelegateImpl
- isExecutableAt() - Method in class org.camunda.bpm.scenario.impl.AbstractExecutable
- isExecutableAt() - Method in class org.camunda.bpm.scenario.impl.DeferredExecutable
- isExecutableAt() - Method in class org.camunda.bpm.scenario.impl.job.ContinuationExecutable
- isExecutableAt() - Method in class org.camunda.bpm.scenario.impl.job.TimerJobExecutable
- isExecutableAt() - Method in class org.camunda.bpm.scenario.impl.waitstate.IgnoredExecutable
- isExecutableAt() - Method in class org.camunda.bpm.scenario.impl.WaitstateExecutable
- isExecuted(HistoricActivityInstance) - Method in class org.camunda.bpm.scenario.impl.ProcessRunnerImpl
- isSupported() - Method in class org.camunda.bpm.scenario.impl.util.Api
- isSuspended() - Method in class org.camunda.bpm.scenario.impl.delegate.AbstractExternalTaskDelegate
- isSuspended() - Method in class org.camunda.bpm.scenario.impl.delegate.AbstractProcessInstanceDelegate
- isSuspended() - Method in class org.camunda.bpm.scenario.impl.delegate.AbstractTaskDelegate
- isSuspended() - Method in class org.camunda.bpm.scenario.impl.delegate.ProcessInstanceDelegateImpl
J
- JobExecutable - Class in org.camunda.bpm.scenario.impl
- JobExecutable(ProcessRunnerImpl, Job) - Constructor for class org.camunda.bpm.scenario.impl.JobExecutable
- Jobs() - Constructor for class org.camunda.bpm.scenario.impl.Executable.Jobs
L
- leftpad(String, int) - Static method in class org.camunda.bpm.scenario.impl.util.Strings
- Log - Class in org.camunda.bpm.scenario.impl.util
- Log() - Constructor for class org.camunda.bpm.scenario.impl.util.Log
- Log.Action - Enum in org.camunda.bpm.scenario.impl.util
M
- MessageEndEventAction - Interface in org.camunda.bpm.scenario.act
- MessageEndEventExecutable - Class in org.camunda.bpm.scenario.impl.waitstate
- MessageEndEventExecutable(ProcessRunnerImpl, HistoricActivityInstance) - Constructor for class org.camunda.bpm.scenario.impl.waitstate.MessageEndEventExecutable
- MessageIntermediateCatchEventAction - Interface in org.camunda.bpm.scenario.act
- MessageIntermediateCatchEventExecutable - Class in org.camunda.bpm.scenario.impl.waitstate
- MessageIntermediateCatchEventExecutable(ProcessRunnerImpl, HistoricActivityInstance) - Constructor for class org.camunda.bpm.scenario.impl.waitstate.MessageIntermediateCatchEventExecutable
- MessageIntermediateThrowEventAction - Interface in org.camunda.bpm.scenario.act
- MessageIntermediateThrowEventExecutable - Class in org.camunda.bpm.scenario.impl.waitstate
- MessageIntermediateThrowEventExecutable(ProcessRunnerImpl, HistoricActivityInstance) - Constructor for class org.camunda.bpm.scenario.impl.waitstate.MessageIntermediateThrowEventExecutable
- MockedCallActivityAction - Interface in org.camunda.bpm.scenario.act
- MockedProcessRunnerImpl - Class in org.camunda.bpm.scenario.impl
- MockedProcessRunnerImpl(MockedCallActivityAction) - Constructor for class org.camunda.bpm.scenario.impl.MockedProcessRunnerImpl
N
- newInstance(ProcessRunnerImpl, HistoricActivityInstance, String, Deferred) - Static method in class org.camunda.bpm.scenario.impl.Executable.Deferreds
- newInstance(WaitstateExecutable, List<EventSubscription>) - Static method in class org.camunda.bpm.scenario.impl.delegate.EventSubscriptionDelegateImpl
- newInstance(WaitstateExecutable, EventSubscription) - Static method in class org.camunda.bpm.scenario.impl.delegate.EventSubscriptionDelegateImpl
- newInstance(WaitstateExecutable, ProcessInstance) - Static method in class org.camunda.bpm.scenario.impl.delegate.ProcessInstanceDelegateImpl
- next() - Method in class org.camunda.bpm.scenario.impl.AbstractRunner
- next() - Method in class org.camunda.bpm.scenario.impl.ProcessRunnerImpl
O
- org.camunda.bpm.scenario - package org.camunda.bpm.scenario
- org.camunda.bpm.scenario.act - package org.camunda.bpm.scenario.act
- org.camunda.bpm.scenario.defer - package org.camunda.bpm.scenario.defer
- org.camunda.bpm.scenario.delegate - package org.camunda.bpm.scenario.delegate
- org.camunda.bpm.scenario.impl - package org.camunda.bpm.scenario.impl
- org.camunda.bpm.scenario.impl.delegate - package org.camunda.bpm.scenario.impl.delegate
- org.camunda.bpm.scenario.impl.job - package org.camunda.bpm.scenario.impl.job
- org.camunda.bpm.scenario.impl.util - package org.camunda.bpm.scenario.impl.util
- org.camunda.bpm.scenario.impl.waitstate - package org.camunda.bpm.scenario.impl.waitstate
- org.camunda.bpm.scenario.run - package org.camunda.bpm.scenario.run
P
- processEngine - Variable in class org.camunda.bpm.scenario.impl.delegate.AbstractProcessEngineServicesDelegate
- ProcessInstanceAwareDelegate - Interface in org.camunda.bpm.scenario.delegate
- ProcessInstanceDelegate - Interface in org.camunda.bpm.scenario.delegate
- ProcessInstanceDelegateImpl - Class in org.camunda.bpm.scenario.impl.delegate
- ProcessInstanceDelegateImpl(WaitstateExecutable, ProcessInstance) - Constructor for class org.camunda.bpm.scenario.impl.delegate.ProcessInstanceDelegateImpl
- ProcessRunner - Interface in org.camunda.bpm.scenario.run
- ProcessRunner.ExecutableRunner - Interface in org.camunda.bpm.scenario.run
- ProcessRunner.ExecutableRunner.StartingByKey - Interface in org.camunda.bpm.scenario.run
- ProcessRunner.ExecutableRunner.StartingByMessage - Interface in org.camunda.bpm.scenario.run
- ProcessRunner.ExecutableRunner.StartingByStarter - Interface in org.camunda.bpm.scenario.run
- ProcessRunner.StartableRunner - Interface in org.camunda.bpm.scenario.run
- ProcessRunnerImpl - Class in org.camunda.bpm.scenario.impl
- ProcessRunnerImpl(ScenarioImpl, ProcessScenario) - Constructor for class org.camunda.bpm.scenario.impl.ProcessRunnerImpl
- ProcessScenario - Interface in org.camunda.bpm.scenario
- ProcessStarter - Interface in org.camunda.bpm.scenario.run
R
- receive() - Method in interface org.camunda.bpm.scenario.delegate.EventSubscriptionDelegate
-
Receive the event the event subscription is waiting for.
- receive() - Method in class org.camunda.bpm.scenario.impl.delegate.EventSubscriptionDelegateImpl
- receive() - Method in class org.camunda.bpm.scenario.impl.waitstate.MessageIntermediateCatchEventExecutable
- receive() - Method in class org.camunda.bpm.scenario.impl.waitstate.ReceiveTaskExecutable
- receive() - Method in class org.camunda.bpm.scenario.impl.waitstate.SignalIntermediateCatchEventExecutable
- receive(Map<String, Object>) - Method in interface org.camunda.bpm.scenario.delegate.EventSubscriptionDelegate
-
Receive the event the event subscription is waiting for and deliver a map of received information to be stored as process instance variables.
- receive(Map<String, Object>) - Method in class org.camunda.bpm.scenario.impl.delegate.EventSubscriptionDelegateImpl
- receive(Map<String, Object>) - Method in class org.camunda.bpm.scenario.impl.waitstate.MessageIntermediateCatchEventExecutable
- receive(Map<String, Object>) - Method in class org.camunda.bpm.scenario.impl.waitstate.ReceiveTaskExecutable
- receive(Map<String, Object>) - Method in class org.camunda.bpm.scenario.impl.waitstate.SignalIntermediateCatchEventExecutable
- ReceiveTaskAction - Interface in org.camunda.bpm.scenario.act
- ReceiveTaskExecutable - Class in org.camunda.bpm.scenario.impl.waitstate
- ReceiveTaskExecutable(ProcessRunnerImpl, HistoricActivityInstance) - Constructor for class org.camunda.bpm.scenario.impl.waitstate.ReceiveTaskExecutable
- reset() - Static method in class org.camunda.bpm.scenario.impl.util.Time
- rightpad(String, int) - Static method in class org.camunda.bpm.scenario.impl.util.Strings
- run() - Method in class org.camunda.bpm.scenario.impl.ProcessRunnerImpl
- run(ProcessScenario) - Method in class org.camunda.bpm.scenario.impl.ProcessRunnerImpl
- run(ProcessScenario) - Method in interface org.camunda.bpm.scenario.run.ProcessRunner.ExecutableRunner
-
Run another new process instance by means of the scenario interface provided as parameter.
- run(ProcessScenario) - Static method in class org.camunda.bpm.scenario.Scenario
-
Run a new process instance by means of the scenario interface provided as parameter.
- Runnable - Interface in org.camunda.bpm.scenario.run
- runner - Variable in class org.camunda.bpm.scenario.impl.AbstractExecutable
- Runner - Interface in org.camunda.bpm.scenario.run
- running(CallActivityExecutable) - Method in class org.camunda.bpm.scenario.impl.ProcessRunnerImpl
- runsCallActivity(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 runs the call activity with the activity id provided.
S
- Scenario - Class in org.camunda.bpm.scenario
- Scenario() - Constructor for class org.camunda.bpm.scenario.Scenario
- ScenarioImpl - Class in org.camunda.bpm.scenario.impl
- ScenarioImpl(ProcessScenario) - Constructor for class org.camunda.bpm.scenario.impl.ScenarioImpl
- SendTaskAction - Interface in org.camunda.bpm.scenario.act
- SendTaskExecutable - Class in org.camunda.bpm.scenario.impl.waitstate
- SendTaskExecutable(ProcessRunnerImpl, HistoricActivityInstance) - Constructor for class org.camunda.bpm.scenario.impl.waitstate.SendTaskExecutable
- ServiceTaskAction - Interface in org.camunda.bpm.scenario.act
- ServiceTaskExecutable - Class in org.camunda.bpm.scenario.impl.waitstate
- ServiceTaskExecutable(ProcessRunnerImpl, HistoricActivityInstance) - Constructor for class org.camunda.bpm.scenario.impl.waitstate.ServiceTaskExecutable
- set(Date) - Static method in class org.camunda.bpm.scenario.impl.util.Time
- setAssignee(String) - Method in class org.camunda.bpm.scenario.impl.delegate.AbstractTaskDelegate
- setCaseInstanceId(String) - Method in class org.camunda.bpm.scenario.impl.delegate.AbstractTaskDelegate
- setDelegationState(DelegationState) - Method in class org.camunda.bpm.scenario.impl.delegate.AbstractTaskDelegate
- setDescription(String) - Method in class org.camunda.bpm.scenario.impl.delegate.AbstractTaskDelegate
- setDueDate(Date) - Method in class org.camunda.bpm.scenario.impl.delegate.AbstractTaskDelegate
- setExecuted() - Method in class org.camunda.bpm.scenario.impl.MockedProcessRunnerImpl
- setExecuted() - Method in class org.camunda.bpm.scenario.impl.ProcessRunnerImpl
- setExecuted(WaitstateExecutable) - Method in class org.camunda.bpm.scenario.impl.ProcessRunnerImpl
- setFollowUpDate(Date) - Method in class org.camunda.bpm.scenario.impl.delegate.AbstractTaskDelegate
- setName(String) - Method in class org.camunda.bpm.scenario.impl.delegate.AbstractTaskDelegate
- setOwner(String) - Method in class org.camunda.bpm.scenario.impl.delegate.AbstractTaskDelegate
- setParentTaskId(String) - Method in class org.camunda.bpm.scenario.impl.delegate.AbstractTaskDelegate
- setPriority(int) - Method in class org.camunda.bpm.scenario.impl.delegate.AbstractTaskDelegate
- setTenantId(String) - Method in class org.camunda.bpm.scenario.impl.delegate.AbstractTaskDelegate
- SignalIntermediateCatchEventAction - Interface in org.camunda.bpm.scenario.act
- SignalIntermediateCatchEventExecutable - Class in org.camunda.bpm.scenario.impl.waitstate
- SignalIntermediateCatchEventExecutable(ProcessRunnerImpl, HistoricActivityInstance) - Constructor for class org.camunda.bpm.scenario.impl.waitstate.SignalIntermediateCatchEventExecutable
- start() - Method in interface org.camunda.bpm.scenario.run.ProcessStarter
-
Method to be implemented with custom code to start a process instance.
- startBy(ProcessStarter) - Method in class org.camunda.bpm.scenario.impl.ProcessRunnerImpl
- startBy(ProcessStarter) - Method in interface org.camunda.bpm.scenario.run.ProcessRunner.StartableRunner
-
Start the new process instance by means of custom code.
- startByKey(String) - Method in class org.camunda.bpm.scenario.impl.ProcessRunnerImpl
- startByKey(String) - Method in interface org.camunda.bpm.scenario.run.ProcessRunner.StartableRunner
-
Start the new process instance by providing a process definition key.
- startByKey(String, String) - Method in class org.camunda.bpm.scenario.impl.ProcessRunnerImpl
- startByKey(String, String) - Method in interface org.camunda.bpm.scenario.run.ProcessRunner.StartableRunner
-
Start the new process instance by providing a process definition key, business key and provide a few process instance variables.
- startByKey(String, String, Map<String, Object>) - Method in class org.camunda.bpm.scenario.impl.ProcessRunnerImpl
- startByKey(String, String, Map<String, Object>) - Method in interface org.camunda.bpm.scenario.run.ProcessRunner.StartableRunner
-
Start the new process instance by providing a process definition key, business key and provide a few process instance variables.
- startByKey(String, Map<String, Object>) - Method in class org.camunda.bpm.scenario.impl.ProcessRunnerImpl
- startByKey(String, Map<String, Object>) - Method in interface org.camunda.bpm.scenario.run.ProcessRunner.StartableRunner
-
Start the new process instance by providing a process definition key and provide a few process instance variables.
- startByMessage(String) - Method in class org.camunda.bpm.scenario.impl.ProcessRunnerImpl
- startByMessage(String) - Method in interface org.camunda.bpm.scenario.run.ProcessRunner.StartableRunner
-
Start the new process instance by providing a message name.
- startByMessage(String, Map<String, Object>) - Method in class org.camunda.bpm.scenario.impl.ProcessRunnerImpl
- startByMessage(String, Map<String, Object>) - Method in interface org.camunda.bpm.scenario.run.ProcessRunner.StartableRunner
-
Start the new process instance by providing a message name and provide a few process instance variables.
- Started - org.camunda.bpm.scenario.impl.util.Log.Action
- StartingAt - org.camunda.bpm.scenario.impl.util.Log.Action
- Strings - Class in org.camunda.bpm.scenario.impl.util
- Strings() - Constructor for class org.camunda.bpm.scenario.impl.util.Strings
T
- TaskDelegate - Interface in org.camunda.bpm.scenario.delegate
- Time - Class in org.camunda.bpm.scenario.impl.util
- Time() - Constructor for class org.camunda.bpm.scenario.impl.util.Time
- TimerIntermediateEventAction - Interface in org.camunda.bpm.scenario.act
- TimerIntermediateEventExecutable - Class in org.camunda.bpm.scenario.impl.waitstate
- TimerIntermediateEventExecutable(ProcessRunnerImpl, HistoricActivityInstance) - Constructor for class org.camunda.bpm.scenario.impl.waitstate.TimerIntermediateEventExecutable
- TimerJobExecutable - Class in org.camunda.bpm.scenario.impl.job
- TimerJobExecutable(ProcessRunnerImpl, Job) - Constructor for class org.camunda.bpm.scenario.impl.job.TimerJobExecutable
- toBeStartedBy() - Method in class org.camunda.bpm.scenario.impl.ScenarioImpl
- trimAll(String) - Static method in class org.camunda.bpm.scenario.impl.util.Strings
U
- use(ProcessScenario) - Static method in class org.camunda.bpm.scenario.Scenario
-
Integrate an existing process instance (e.g.
- UserTaskAction - Interface in org.camunda.bpm.scenario.act
- UserTaskExecutable - Class in org.camunda.bpm.scenario.impl.waitstate
- UserTaskExecutable(ProcessRunnerImpl, HistoricActivityInstance) - Constructor for class org.camunda.bpm.scenario.impl.waitstate.UserTaskExecutable
V
- valueOf(String) - Static method in enum org.camunda.bpm.scenario.impl.util.Log.Action
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum org.camunda.bpm.scenario.impl.util.Log.Action
-
Returns an array containing the constants of this enum type, in the order they are declared.
W
- 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.
- waitsAtConditionalIntermediateEvent(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 conditional intermediate event (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.
- waitsAtMessageEndEvent(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 end event (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.
- waitsAtMockedCallActivity(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 mocked call activity (wait state) 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
- Waitstates() - Constructor for class org.camunda.bpm.scenario.impl.Executable.Waitstates
- warn() - Method in class org.camunda.bpm.scenario.impl.util.Api
- warn(String) - Method in class org.camunda.bpm.scenario.impl.util.Api
- withMockedProcess(String) - Method in class org.camunda.bpm.scenario.impl.ProcessRunnerImpl
- withMockedProcess(String) - Method in interface org.camunda.bpm.scenario.run.ProcessRunner.StartableRunner
-
Mock the scenario by deploying a process with the given process definition key, but only a single wait state to interact with (internally implemented with an external task).
All Classes All Packages