AbstractCorrelateMessageCmd |
|
AbstractDeleteProcessInstanceCmd |
Created by aakhmerov on 16.09.16.
|
AbstractExecuteFilterCmd |
|
AbstractGetFormVariablesCmd |
|
AbstractInstanceCancellationCmd |
|
AbstractInstantiationCmd |
|
AbstractModificationCmd<T> |
|
AbstractPatchVariablesCmd |
|
AbstractProcessInstanceModificationCommand |
|
AbstractRemoveVariableCmd |
|
AbstractRestartProcessInstanceCmd<T> |
|
AbstractSetBatchStateCmd |
|
AbstractSetExternalTaskRetriesCmd<T> |
|
AbstractSetJobDefinitionStateCmd |
|
AbstractSetJobRetriesCmd |
|
AbstractSetJobsRetriesBatchCmd |
|
AbstractSetJobStateCmd |
|
AbstractSetProcessDefinitionStateCmd |
|
AbstractSetProcessInstanceStateCmd |
|
AbstractSetStateCmd |
|
AbstractSetVariableCmd |
|
AbstractVariableCmd |
|
AbstractWritableIdentityServiceCmd<T> |
|
AcquireJobsCmd |
|
ActivateBatchCmd |
|
ActivateJobCmd |
|
ActivateJobDefinitionCmd |
|
ActivateProcessDefinitionCmd |
|
ActivateProcessInstanceCmd |
|
ActivityAfterInstantiationCmd |
|
ActivityBeforeInstantiationCmd |
|
ActivityCancellationCmd |
|
ActivityInstanceCancellationCmd |
|
AddCommentCmd |
|
AddGroupIdentityLinkCmd |
|
AddIdentityLinkCmd |
|
AddIdentityLinkForProcessDefinitionCmd |
|
AddUserIdentityLinkCmd |
|
AssignTaskCmd |
|
AuthorizationCheckCmd |
Command allowing to perform an authorization check
|
CheckPassword |
|
ClaimTaskCmd |
|
CommandLogger |
|
CompleteExternalTaskCmd |
|
CompleteTaskCmd |
|
CorrelateAllMessageCmd |
|
CorrelateMessageCmd |
|
CorrelateStartMessageCmd |
|
CreateAttachmentCmd |
|
CreateAuthorizationCommand |
|
CreateFilterCmd |
|
CreateGroupCmd |
|
CreateGroupQueryCmd |
|
CreateMembershipCmd |
|
CreateMigrationPlanCmd |
|
CreateNativeUserQueryCmd |
|
CreateTaskCmd |
|
CreateTenantCmd |
|
CreateTenantGroupMembershipCmd |
|
CreateTenantQueryCmd |
|
CreateTenantUserMembershipCmd |
|
CreateUserCmd |
|
CreateUserQueryCmd |
|
DecrementJobRetriesCmd |
|
DelegateTaskCmd |
|
DeleteAttachmentCmd |
|
DeleteAuthorizationCmd |
|
DeleteDeploymentCmd |
|
DeleteFilterCmd |
|
DeleteGroupCmd |
|
DeleteGroupIdentityLinkCmd |
|
DeleteHistoricCaseInstanceCmd |
|
DeleteHistoricCaseInstancesBulkCmd |
|
DeleteHistoricProcessInstancesCmd |
|
DeleteHistoricTaskInstanceCmd |
|
DeleteIdentityLinkCmd |
|
DeleteIdentityLinkForProcessDefinitionCmd |
|
DeleteJobCmd |
|
DeleteJobsCmd |
|
DeleteMembershipCmd |
|
DeleteMetricsCmd |
|
DeleteProcessDefinitionCmd |
Command to delete a process definition form a deployment.
|
DeleteProcessInstanceCmd |
|
DeleteProcessInstancesCmd |
|
DeletePropertyCmd |
|
DeleteTaskAttachmentCmd |
|
DeleteTaskCmd |
|
DeleteTenantCmd |
|
DeleteTenantGroupMembershipCmd |
|
DeleteTenantUserMembershipCmd |
|
DeleteUserCmd |
|
DeleteUserIdentityLinkCmd |
|
DeleteUserInfoCmd |
|
DeleteUserOperationLogEntryCmd |
|
DeleteUserPictureCmd |
|
DeployCmd |
|
DetermineHistoryLevelCmd |
Read the already configured historyLevel from DB and map to given list of total levels.
|
ExecuteFilterCountCmd |
|
ExecuteFilterListCmd |
|
ExecuteFilterListPageCmd |
|
ExecuteFilterSingleResultCmd |
|
ExecuteJobsCmd |
|
ExternalTaskCmd |
Represents a base class for the external task commands.
|
FetchExternalTasksCmd |
|
FindActiveActivityIdsCmd |
|
FindHistoryCleanupJobCmd |
|
FoxDeleteProcessInstanceCmd |
|
FoxJobRetryCmd |
|
GetActivityInstanceCmd |
Creates an activity instance tree according to the following strategy:
Event scope executions are not considered at all
For every leaf execution, generate an activity/transition instance;
the activity instance id is set in the leaf execution and the parent instance id is set in the parent execution
For every non-leaf scope execution, generate an activity instance;
the activity instance id is always set in the parent execution and the parent activity
instance id is always set in the parent's parent (because of tree compactation, we ensure
that an activity instance id for a scope activity is always stored in the corresponding scope execution's parent,
unless the execution is a leaf)
Compensation is an exception to the above procedure: A compensation throw event is not a scope, however the compensating executions
are added as child executions of the (probably non-scope) execution executing the throw event.
|
GetActivityInstanceCmd.ExecutionIdComparator |
|
GetAttachmentCmd |
|
GetAttachmentContentCmd |
|
GetDeployedProcessDefinitionCmd |
|
GetDeploymentBpmnModelInstanceCmd |
Gives access to a deploy BPMN model instance which can be accessed by
the BPMN model API.
|
GetDeploymentProcessDiagramCmd |
Gives access to a deployed process diagram, e.g., a PNG image, through a
stream of bytes.
|
GetDeploymentProcessDiagramLayoutCmd |
|
GetDeploymentProcessModelCmd |
Gives access to a deployed process model, e.g., a BPMN 2.0 XML file, through
a stream of bytes.
|
GetDeploymentResourceCmd |
|
GetDeploymentResourceForIdCmd |
|
GetDeploymentResourceNamesCmd |
|
GetDeploymentResourcesCmd |
|
GetExecutionVariableCmd |
|
GetExecutionVariablesCmd |
|
GetExecutionVariableTypedCmd<T extends org.camunda.bpm.engine.variable.value.TypedValue> |
|
GetExternalTaskErrorDetailsCmd |
|
GetFilterCmd |
|
GetFormKeyCmd |
Command for retrieving start or task form keys.
|
GetHistoricExternalTaskLogErrorDetailsCmd |
|
GetHistoricJobLogExceptionStacktraceCmd |
|
GetHistoryLevelCmd |
|
GetIdentityLinksForProcessDefinitionCmd |
|
GetIdentityLinksForTaskCmd |
|
GetJobExceptionStacktraceCmd |
|
GetNextIdBlockCmd |
|
GetProcessApplicationForDeploymentCmd |
|
GetProcessInstanceAttachmentsCmd |
|
GetProcessInstanceCommentsCmd |
|
GetPropertiesCmd |
|
GetRenderedStartFormCmd |
|
GetRenderedTaskFormCmd |
|
GetStartFormCmd |
|
GetStartFormVariablesCmd |
|
GetSubTasksCmd |
|
GetTableCountCmd |
|
GetTableMetaDataCmd |
|
GetTableNameCmd |
|
GetTaskAttachmentCmd |
|
GetTaskAttachmentContentCmd |
|
GetTaskAttachmentsCmd |
|
GetTaskCommentCmd |
|
GetTaskCommentsCmd |
|
GetTaskEventsCmd |
|
GetTaskFormCmd |
|
GetTaskFormVariablesCmd |
|
GetTaskVariableCmd |
|
GetTaskVariableCmdTyped |
|
GetTaskVariablesCmd |
|
GetUserAccountCmd |
|
GetUserInfoCmd |
|
GetUserInfoKeysCmd |
|
GetUserPictureCmd |
|
HandleExternalTaskBpmnErrorCmd |
Command to handle an external task BPMN error.
|
HandleExternalTaskCmd |
Represents an abstract class for the handle of external task commands.
|
HandleExternalTaskFailureCmd |
|
HistoryCleanupCmd |
|
IsIdentityServiceReadOnlyCmd |
|
JobRetryCmd |
|
MessageEventReceivedCmd |
|
ModifyProcessInstanceCmd |
|
PatchExecutionVariablesCmd |
Patches execution variables: First, applies modifications to existing variables and then deletes
specified variables.
|
PatchTaskVariablesCmd |
Patches task variables: First, applies modifications to existing variables and then deletes
specified variables.
|
ProcessInstanceModificationBatchCmd |
|
ProcessInstanceModificationCmd |
|
PurgeDatabaseAndCacheCmd |
Purges the database and the deployment cache.
|
RegisterDeploymentCmd |
|
RegisterProcessApplicationCmd |
|
RemoveExecutionVariablesCmd |
|
RemoveTaskVariablesCmd |
|
ReportDbMetricsCmd |
|
ResolveTaskCmd |
|
RestartProcessInstancesCmd |
|
SaveAttachmentCmd |
|
SaveAuthorizationCmd |
|
SaveFilterCmd |
|
SaveGroupCmd |
|
SaveTaskCmd |
|
SaveTenantCmd |
|
SaveUserCmd |
|
SetExecutionVariablesCmd |
|
SetExternalTaskPriorityCmd |
Represents the command to set the priority of an existing external task.
|
SetExternalTaskRetriesCmd |
|
SetExternalTasksRetriesBatchCmd |
|
SetExternalTasksRetriesCmd |
|
SetJobDefinitionPriorityCmd |
|
SetJobDuedateCmd |
|
SetJobPriorityCmd |
|
SetJobRetriesCmd |
|
SetJobsRetriesBatchCmd |
|
SetJobsRetriesCmd |
|
SetProcessDefinitionVersionCmd |
Command that changes the process definition version of an existing
process instance.
|
SetPropertyCmd |
Command which can be used for setting the value of a property
|
SetTaskOwnerCmd |
|
SetTaskPriorityCmd |
|
SetTaskVariablesCmd |
|
SetUserInfoCmd |
|
SetUserPictureCmd |
|
SignalCmd |
|
SignalEventReceivedCmd |
|
StartProcessInstanceAtActivitiesCmd |
|
StartProcessInstanceCmd |
|
SubmitStartFormCmd |
|
SubmitTaskFormCmd |
|
SuspendBatchCmd |
|
SuspendJobCmd |
|
SuspendJobDefinitionCmd |
|
SuspendProcessDefinitionCmd |
|
SuspendProcessInstanceCmd |
|
TransitionInstanceCancellationCmd |
|
TransitionInstantiationCmd |
|
UnlockExternalTaskCmd |
|
UnlockJobCmd |
Unlock job.
|
UnregisterDeploymentCmd |
|
UnregisterProcessApplicationCmd |
|
UpdateDecisionDefinitionHistoryTimeToLiveCmd |
|
UpdateProcessDefinitionHistoryTimeToLiveCmd |
|