| AbstractAddIdentityLinkCmd |
|
| AbstractCorrelateMessageCmd |
|
| AbstractDeleteProcessDefinitionCmd |
|
| AbstractDeleteProcessInstanceCmd |
Created by aakhmerov on 16.09.16.
|
| AbstractExecuteFilterCmd |
|
| AbstractGetDeployedFormCmd |
|
| AbstractGetFormVariablesCmd |
|
| AbstractInstanceCancellationCmd |
|
| AbstractInstantiationCmd |
|
| AbstractModificationCmd<T> |
|
| AbstractPatchVariablesCmd |
|
| AbstractProcessInstanceModificationCommand |
|
| AbstractRemoveVariableCmd |
|
| AbstractRestartProcessInstanceCmd<T> |
|
| AbstractSetBatchStateCmd |
|
| AbstractSetExternalTaskRetriesCmd<T> |
|
| AbstractSetJobDefinitionStateCmd |
|
| AbstractSetJobsRetriesBatchCmd |
|
| AbstractSetJobStateCmd |
|
| AbstractSetProcessDefinitionStateCmd |
|
| AbstractSetProcessInstanceStateCmd |
|
| AbstractSetStateCmd |
|
| AbstractSetTaskPropertyCmd<T> |
Abstract command class, meant to encapsulate boilerplate logic for concrete commands that wish to set a property
on a task and inherit authorization, multi-tenancy
|
| AbstractSetVariableCmd |
|
| AbstractUpdateProcessInstancesSuspendStateCmd<T> |
|
| AbstractVariableCmd |
|
| AbstractWritableIdentityServiceCmd<T> |
|
| AcquireJobsCmd |
|
| ActivateBatchCmd |
|
| ActivateJobCmd |
|
| ActivateJobDefinitionCmd |
|
| ActivateProcessDefinitionCmd |
|
| ActivateProcessInstanceCmd |
|
| ActivityAfterInstantiationCmd |
|
| ActivityBeforeInstantiationCmd |
|
| ActivityCancellationCmd |
|
| ActivityInstanceCancellationCmd |
|
| AddCommentCmd |
|
| AddGroupIdentityLinkCmd |
|
| AddIdentityLinkForProcessDefinitionCmd |
|
| AddUserIdentityLinkCmd |
|
| AssignTaskCmd |
|
| AuthorizationCheckCmd |
Command allowing to perform an authorization check
|
| CheckPassword |
|
| ClaimTaskCmd |
|
| CommandLogger |
|
| CompleteExternalTaskCmd |
|
| CompleteTaskCmd |
|
| CorrelateAllMessageCmd |
|
| CorrelateMessageCmd |
|
| CreateAttachmentCmd |
|
| CreateAuthorizationCommand |
|
| CreateFilterCmd |
|
| CreateGroupCmd |
|
| CreateGroupQueryCmd |
|
| CreateIncidentCmd |
|
| CreateMembershipCmd |
|
| CreateMigrationPlanCmd |
|
| CreateNativeUserQueryCmd |
|
| CreateTaskCmd |
|
| CreateTenantCmd |
|
| CreateTenantGroupMembershipCmd |
|
| CreateTenantQueryCmd |
|
| CreateTenantUserMembershipCmd |
|
| CreateUserCmd |
|
| CreateUserQueryCmd |
|
| DefaultJobRetryCmd |
|
| DelegateTaskCmd |
|
| DeleteAttachmentCmd |
|
| DeleteAuthorizationCmd |
|
| DeleteDeploymentCmd |
|
| DeleteFilterCmd |
|
| DeleteGroupCmd |
|
| DeleteGroupIdentityLinkCmd |
|
| DeleteHistoricCaseInstanceCmd |
|
| DeleteHistoricCaseInstancesBulkCmd |
|
| DeleteHistoricProcessInstancesCmd |
|
| DeleteHistoricTaskInstanceCmd |
|
| DeleteHistoricVariableInstanceCmd |
|
| DeleteHistoricVariableInstancesByProcessInstanceIdCmd |
|
| DeleteIdentityLinkCmd |
|
| DeleteIdentityLinkForProcessDefinitionCmd |
|
| DeleteJobCmd |
|
| DeleteJobsCmd |
|
| DeleteLicenseKeyCmd |
|
| DeleteMembershipCmd |
|
| DeleteMetricsCmd |
|
| DeleteProcessDefinitionsByIdsCmd |
Command to delete process definitions by ids.
|
| DeleteProcessDefinitionsByKeyCmd |
Command to delete process definitions by a given key.
|
| DeleteProcessInstanceCmd |
|
| DeleteProcessInstancesCmd |
|
| DeletePropertyCmd |
|
| DeleteTaskCmd |
|
| DeleteTaskMetricsCmd |
|
| 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.
|
| EvaluateStartConditionCmd |
Evaluates the conditions to start processes by conditional start events
|
| ExecuteFilterCountCmd |
|
| ExecuteFilterListCmd |
|
| ExecuteFilterListPageCmd |
|
| ExecuteFilterSingleResultCmd |
|
| ExecuteJobsCmd |
|
| ExtendLockOnExternalTaskCmd |
|
| ExternalTaskCmd |
Represents a base class for the external task commands.
|
| FetchExternalTasksCmd |
|
| FindActiveActivityIdsCmd |
|
| FindHistoryCleanupJobsCmd |
|
| 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 |
|
| GetCamundaFormDefinitionCmd |
|
| GetDeployedProcessDefinitionCmd |
|
| GetDeployedStartFormCmd |
|
| 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 |
|
| GetLicenseKeyCmd |
|
| GetNextIdBlockCmd |
|
| GetPasswordPolicyCmd |
|
| GetProcessApplicationForDeploymentCmd |
|
| GetProcessInstanceAttachmentsCmd |
|
| GetProcessInstanceCommentsCmd |
|
| GetPropertiesCmd |
|
| GetRenderedStartFormCmd |
|
| GetRenderedTaskFormCmd |
|
| GetStartFormCmd |
|
| GetStartFormVariablesCmd |
|
| GetStaticCalledProcessDefinitionCmd |
|
| GetSubTasksCmd |
|
| GetTableCountCmd |
|
| GetTableMetaDataCmd |
|
| GetTableNameCmd |
|
| GetTaskAttachmentCmd |
|
| GetTaskAttachmentContentCmd |
|
| GetTaskAttachmentsCmd |
|
| GetTaskCommentCmd |
|
| GetTaskCommentsCmd |
|
| GetTaskEventsCmd |
|
| GetTaskFormCmd |
|
| GetTaskFormVariablesCmd |
|
| GetTaskVariableCmd |
|
| GetTaskVariableCmdTyped |
|
| GetTaskVariablesCmd |
|
| GetTelemetryDataCmd |
|
| GetTopicNamesCmd |
|
| GetUniqueTaskWorkerCountCmd |
|
| 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 |
|
| HandleTaskBpmnErrorCmd |
Command to handle a task BPMN error.
|
| HandleTaskEscalationCmd |
Command to handle a task escalation.
|
| HistoryCleanupCmd |
|
| IsIdentityServiceReadOnlyCmd |
|
| IsTelemetryEnabledCmd |
|
| JobRetryCmd |
|
| LicenseCmd |
|
| LockExternalTaskCmd |
|
| MessageEventReceivedCmd |
|
| ModifyProcessInstanceAsyncCmd |
|
| 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.
|
| RecalculateJobDuedateCmd |
|
| RegisterDeploymentCmd |
|
| RegisterProcessApplicationCmd |
|
| RemoveExecutionVariablesCmd |
|
| RemoveTaskVariablesCmd |
|
| ReportDbMetricsCmd |
|
| ResolveIncidentCmd |
|
| ResolveTaskCmd |
|
| RestartProcessInstancesCmd |
|
| SaveAttachmentCmd |
|
| SaveAuthorizationCmd |
|
| SaveFilterCmd |
|
| SaveGroupCmd |
|
| SaveTaskCmd |
|
| SaveTenantCmd |
|
| SaveUserCmd |
|
| SetAnnotationForIncidentCmd |
|
| SetExecutionVariablesCmd |
|
| SetExternalTaskPriorityCmd |
Represents the command to set the priority of an existing external task.
|
| SetExternalTaskRetriesCmd |
|
| SetExternalTasksRetriesBatchCmd |
|
| SetExternalTasksRetriesCmd |
|
| SetJobDefinitionPriorityCmd |
|
| SetJobDuedateCmd |
|
| SetJobPriorityCmd |
|
| SetJobRetriesCmd |
|
| SetJobsRetriesBatchCmd |
|
| SetLicenseKeyCmd |
|
| 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
|
| SetTaskDescriptionCmd |
Command that changes the description of a task.
|
| SetTaskDueDateCmd |
Command to change task priority to a new value.
|
| SetTaskFollowUpDateCmd |
Command to change task followUpDate to a new value.
|
| SetTaskNameCmd |
Command to change a Task's name to a new value.
|
| SetTaskOwnerCmd |
|
| SetTaskPriorityCmd |
Command to change task priority to a new value.
|
| SetTaskVariablesCmd |
|
| SetUserInfoCmd |
|
| SetUserPictureCmd |
|
| SignalCmd |
|
| SignalEventReceivedCmd |
|
| StartProcessInstanceAtActivitiesCmd |
|
| StartProcessInstanceCmd |
|
| SubmitStartFormCmd |
|
| SubmitTaskFormCmd |
|
| SuspendBatchCmd |
|
| SuspendJobCmd |
|
| SuspendJobDefinitionCmd |
|
| SuspendProcessDefinitionCmd |
|
| SuspendProcessInstanceCmd |
|
| TelemetryConfigureCmd |
|
| TransitionInstanceCancellationCmd |
|
| TransitionInstantiationCmd |
|
| UnlockExternalTaskCmd |
|
| UnlockJobCmd |
Unlock job.
|
| UnlockUserCmd |
Allows to unlock users.
|
| UnregisterDeploymentCmd |
|
| UnregisterProcessApplicationCmd |
|
| UpdateDecisionDefinitionHistoryTimeToLiveCmd |
|
| UpdateExternalTaskRetriesBuilderImpl |
|
| UpdateProcessDefinitionHistoryTimeToLiveCmd |
|
| UpdateProcessInstancesSuspendStateBatchCmd |
|
| UpdateProcessInstancesSuspendStateCmd |
|