Package org.camunda.bpm.engine.impl.cmd
package org.camunda.bpm.engine.impl.cmd
-
ClassDescriptionAbstract class that modifies
AbstractSetTaskPropertyCmd
to customize validation & logging for Add Identity Link related Commands.Created by aakhmerov on 16.09.16.Abstract command class, meant to encapsulate boilerplate logic for concrete commands that wish to set a property on a task and inherit authorization, multi-tenancyCommand allowing to perform an authorization checkCommand to delete process definitions by ids.Command to delete process definitions by a given key.Read the already configured historyLevel from DB and map to given list of total levels.Evaluates the conditions to start processes by conditional start eventsRepresents a base class for the external task commands.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.Gives access to a deploy BPMN model instance which can be accessed by the BPMN model API.Gives access to a deployed process diagram, e.g., a PNG image, through a stream of bytes.Provides positions and dimensions of elements in a process diagram as provided byGetDeploymentProcessDiagramCmd
.Gives access to a deployed process model, e.g., a BPMN 2.0 XML file, through a stream of bytes.GetExecutionVariableTypedCmd<T extends TypedValue>Command for retrieving start or task form keys.Command to handle an external task BPMN error.Represents an abstract class for the handle of external task commands.Command to handle a task BPMN error.Command to handle a task escalation.Deprecated.Patches execution variables: First, applies modifications to existing variables and then deletes specified variables.Patches task variables: First, applies modifications to existing variables and then deletes specified variables.Purges the database and the deployment cache.Represents the command to set the priority of an existing external task.Command
that changes the process definition version of an existing process instance.Command which can be used for setting the value of a propertyCommand that changes the description of a task.Command to change task priority to a new value.Command to change task followUpDate to a new value.Command to change a Task's name to a new value.Command to change task priority to a new value.Deprecated.Command is empty The sending telemetry data feature is removed.Unlock job.Allows to unlock users.
false
The sending telemetry data feature is removed.