Package org.flowable.engine.impl.cmd
package org.flowable.engine.impl.cmd
-
ClassDescriptionAbstractCustomSqlExecution<Mapper,
ResultType> An abstract command supporting functionality around identity link management for process instances.An abstract command with various common methods for the creation and modification of process start event subscriptions.Command that adds an event-listener to the process engine.Creates new task byTaskBuilder
This command either modifies event subscriptions with a process start event and optional correlation parameter values.Deprecated.Deprecated.DeployCmd<T>Command that dispatches an event.ExecuteCustomSqlCmd<Mapper,ResultType> 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.Command for retrieving start or task form keys.This command either modifies event subscriptions with a process start event and optional correlation parameter values.An abstract superclass forCommand
implementations that want to verify the provided task is always active (ie.This command creates and registers a new process start event subscription based on the provided builder information.Command that removes an event-listener from the process engine.Command to remove the current assignee from a process instance.Command to remove the current owner from a process instance.Command
that changes the process definition version of an existing process instance.Command to set a new assignee on a process instance and return the previous one, if any.Command
that changes the business key of an existing process instance.Command
that changes the business status of an existing process instance.Command to set a new owner on a process instance and return the previous one, if any.author martin.grofcik