Class SetTaskFollowUpDateCmd

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

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

    • SetTaskFollowUpDateCmd

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