Class SetTaskDueDateCmd

java.lang.Object
org.camunda.bpm.engine.impl.cmd.AbstractSetTaskPropertyCmd<Date>
org.camunda.bpm.engine.impl.cmd.SetTaskDueDateCmd
All Implemented Interfaces:
Serializable, Command<Void>

public class SetTaskDueDateCmd extends AbstractSetTaskPropertyCmd<Date>
Command to change task priority to a new value.
See Also:
  • Constructor Details

    • SetTaskDueDateCmd

      public SetTaskDueDateCmd(String taskId, Date value)
      Public Constructor.
      Parameters:
      taskId - the id of the referenced task, non-null
      value - the task dueDate value to set, non-null
      Throws:
      NullValueException - in case the given taskId or the given dueDate value are null
  • Method Details