Package org.camunda.bpm.engine.runtime
Classes related to the
RuntimeService
.-
Interface Summary Interface Description ActivityInstance An activity instance represents an instance of an activity.ActivityInstantiationBuilder<T extends ActivityInstantiationBuilder<T>> CaseExecution Represent a planned item in a case instance.CaseExecutionCommandBuilder A fluent builder for defining a command to execute for a case execution.CaseExecutionQuery CaseInstance CaseInstanceBuilder A fluent builder to create a new case instance.CaseInstanceQuery ConditionEvaluationBuilder A fluent builder for defining conditional start event correlationDeserializationTypeValidator Validate a type before deserializationEventSubscription A message event subscription exists, if anExecution
waits for an event like a message.EventSubscriptionQuery Allows querying of event subscriptions.Execution Represent a 'path of execution' in a process instance.ExecutionQuery Allows programmatic querying ofExecution
s.Incident AnIncident
represents a failure in the execution of a process instance.IncidentQuery InstantiationBuilder<T extends InstantiationBuilder<T>> Job Represents one job (timer, message, etc.).JobQuery Allows programmatic querying ofJob
s.MessageCorrelationAsyncBuilder A fluent builder for defining asynchronous message correlationMessageCorrelationBuilder A fluent builder for defining message correlationMessageCorrelationResult The result of a message correlation.MessageCorrelationResultWithVariables * The result of amessage correlation
containing the process variablesModificationBuilder NativeExecutionQuery Allows querying ofExecution
s via native (SQL) queriesNativeProcessInstanceQuery Allows querying ofProcessInstance
s via native (SQL) queriesProcessElementInstance A ProcessElementInstance is an instance of a process construct such as an Activity (seeActivityInstance
) or a transition (seeTransitionInstance
).ProcessInstance Represents one execution of aProcessDefinition
.ProcessInstanceModificationBuilder A fluent builder to specify a modification of process instance state in terms of cancellation of activity instances and instantiations of activities and sequence flows.ProcessInstanceModificationInstantiationBuilder ProcessInstanceQuery Allows programmatic querying ofProcessInstance
s.ProcessInstanceWithVariables Represents a process instance with the corresponding latest variables.ProcessInstantiationBuilder RestartProcessInstanceBuilder SignalEventReceivedBuilder Fluent builder to notify the process engine that a signal event has been received.TransitionInstance A transition instance represents an execution token that has just completed a transition (sequence flow in BPMN) or is about to take an outgoing transition.UpdateProcessInstancesRequest UpdateProcessInstancesSuspensionStateBuilder UpdateProcessInstanceSuspensionStateBuilder Fluent builder to update the suspension state of process instances.UpdateProcessInstanceSuspensionStateSelectBuilder Fluent builder to update the suspension state of process instances.UpdateProcessInstanceSuspensionStateTenantBuilder Fluent builder to update the suspension state of process instances.VariableInstance AVariableInstance
represents a variable in the execution of a process instance.VariableInstanceQuery WhitelistingDeserializationTypeValidator Validate a type before deserialization against a whitelist of allowed types -
Enum Summary Enum Description MessageCorrelationResultType The message correlation result type indicates which type of message correlation result is returned after a message correlation.