A B C D E F G H I J M N O P R S T U W 

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
 
Action<D> - Interface in org.camunda.bpm.scenario.act
 
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.EventBasedGatewayExecutable
 
action(ProcessScenario) - Method in class org.camunda.bpm.scenario.impl.waitstate.IgnoredExecutable
 
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() - Method in class org.camunda.bpm.scenario.impl.WaitstateExecutable
 
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
 
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(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() - Method in interface org.camunda.bpm.scenario.delegate.TaskDelegate
Complete this user task.
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() - Method in class org.camunda.bpm.scenario.impl.waitstate.BusinessRuleTaskExecutable
 
complete(Map<String, Object>) - Method in class org.camunda.bpm.scenario.impl.waitstate.BusinessRuleTaskExecutable
 
complete() - Method in class org.camunda.bpm.scenario.impl.waitstate.MessageIntermediateThrowEventExecutable
 
complete(Map<String, Object>) - Method in class org.camunda.bpm.scenario.impl.waitstate.MessageIntermediateThrowEventExecutable
 
complete() - Method in class org.camunda.bpm.scenario.impl.waitstate.SendTaskExecutable
 
complete(Map<String, Object>) - Method in class org.camunda.bpm.scenario.impl.waitstate.SendTaskExecutable
 
complete() - Method in class org.camunda.bpm.scenario.impl.waitstate.ServiceTaskExecutable
 
complete(Map<String, Object>) - 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 class org.camunda.bpm.scenario.impl.waitstate.UserTaskExecutable
 
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
 
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(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
 

F

fail() - Method in class org.camunda.bpm.scenario.impl.util.Api
 
fail(String) - Method in class org.camunda.bpm.scenario.impl.util.Api
 
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
 
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

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
 
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.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(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() - Method in interface org.camunda.bpm.scenario.delegate.EventBasedGatewayDelegate
Get the one and only event subscriptions defined for this event based gateway.
getEventSubscription(String) - Method in class org.camunda.bpm.scenario.impl.waitstate.EventBasedGatewayExecutable
 
getEventSubscription() - 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
 
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
 
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
 
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 class org.camunda.bpm.scenario.impl.waitstate.BusinessRuleTaskExecutable
 
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
 
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.
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(ProcessEngine) - Method in class org.camunda.bpm.scenario.impl.ScenarioImpl
 
init() - Static method in class org.camunda.bpm.scenario.impl.util.Time
 
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
 

M

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
 

N

newInstance(WaitstateExecutable, EventSubscription) - Static method in class org.camunda.bpm.scenario.impl.delegate.EventSubscriptionDelegateImpl
 
newInstance(WaitstateExecutable, List<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
 
newInstance(ProcessRunnerImpl, HistoricActivityInstance, String, Deferred) - Static method in class org.camunda.bpm.scenario.impl.Executable.Deferreds
 
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(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() - Method in class org.camunda.bpm.scenario.impl.delegate.EventSubscriptionDelegateImpl
 
receive(Map<String, Object>) - Method in class org.camunda.bpm.scenario.impl.delegate.EventSubscriptionDelegateImpl
 
receive() - Method in class org.camunda.bpm.scenario.impl.waitstate.MessageIntermediateCatchEventExecutable
 
receive(Map<String, Object>) - Method in class org.camunda.bpm.scenario.impl.waitstate.MessageIntermediateCatchEventExecutable
 
receive() - Method in class org.camunda.bpm.scenario.impl.waitstate.ReceiveTaskExecutable
 
receive(Map<String, Object>) - 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 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
 
run(ProcessScenario) - Method in class org.camunda.bpm.scenario.impl.ProcessRunnerImpl
 
run() - 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.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, Map<String, Object>) - 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, 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, Map<String, Object>) - 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 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.

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
 

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
 

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.
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
 
A B C D E F G H I J M N O P R S T U W 

Copyright © 2016 plexiti GmbH. All rights reserved.