Uses of Class
org.camunda.bpm.engine.impl.cmd.AbstractPatchVariablesCmd
-
Packages that use AbstractPatchVariablesCmd Package Description org.camunda.bpm.engine.impl.cmd -
-
Uses of AbstractPatchVariablesCmd in org.camunda.bpm.engine.impl.cmd
Subclasses of AbstractPatchVariablesCmd in org.camunda.bpm.engine.impl.cmd Modifier and Type Class Description class
PatchExecutionVariablesCmd
Patches execution variables: First, applies modifications to existing variables and then deletes specified variables.class
PatchTaskVariablesCmd
Patches task variables: First, applies modifications to existing variables and then deletes specified variables.
-