Uses of Class
org.camunda.bpm.engine.impl.cmd.AbstractSetTaskPropertyCmd
-
Packages that use AbstractSetTaskPropertyCmd Package Description org.camunda.bpm.engine.impl.cmd -
-
Uses of AbstractSetTaskPropertyCmd in org.camunda.bpm.engine.impl.cmd
Subclasses of AbstractSetTaskPropertyCmd in org.camunda.bpm.engine.impl.cmd Modifier and Type Class Description classAbstractAddIdentityLinkCmdAbstract class that modifiesAbstractSetTaskPropertyCmdto customize validation & logging for Add Identity Link related Commands.classAddGroupIdentityLinkCmdclassAddUserIdentityLinkCmdclassAssignTaskCmdclassSetTaskDescriptionCmdCommand that changes the description of a task.classSetTaskDueDateCmdCommand to change task priority to a new value.classSetTaskFollowUpDateCmdCommand to change task followUpDate to a new value.classSetTaskNameCmdCommand to change a Task's name to a new value.classSetTaskOwnerCmdclassSetTaskPriorityCmdCommand to change task priority to a new value.
-