Interface TransitionParameters


public interface TransitionParameters
Common parameter for workflow transitions.
Since:
4.0.120
See Also:
  • Method Details

    • getTransition

      @Nullable @Nullable Transition getTransition()
      Return selected transition.
      Since:
      4.0.120
      See Also:
    • setTransition

      void setTransition(Transition transition)
      Set target transition.
      Parameters:
      transition - the Transition
      Since:
      4.0.120
      See Also:
    • getDueDate

      @Nullable @Nullable Date getDueDate()
      Get due date.
      Since:
      4.0.120
    • setDueDate

      void setDueDate(Date dueDate)
      Set due date.
      Since:
      4.0.120
    • getPriority

      @NotNull Task.Priority getPriority()
      Get task priority.
      Since:
      4.0.120
      See Also:
    • setPriority

      void setPriority(Task.Priority priority)
      Set priority.
      Since:
      4.0.120
      See Also:
    • getCustomFormData

      FormData getCustomFormData()
      Returns the custom form data of this task or null if the belonging workflow has no form definition.
      Since:
      5.0.207
      See Also:
    • setCustomFormData

      void setCustomFormData(FormData customFormData)
      Sets the custom form data for this task.
      Since:
      5.0.207
      See Also:
    • getCustomData

      @Nullable @Deprecated @Nullable Data getCustomData()
      Deprecated.
      since 5.0.207 use getCustomFormData()
      Get task custom data.
      Since:
      4.0.120
    • setCustomData

      @Deprecated void setCustomData(Data customData)
      Deprecated.
      since 5.0.207 use setCustomFormData(FormData)
      Set custom data.
      Since:
      4.0.120
    • getComment

      @Nullable @Nullable String getComment()
      Get task comment.
      Since:
      4.0.120
    • setComment

      void setComment(String comment)
      Set comment
      Since:
      4.0.120
    • getEditors

      @NotNull @NotNull List<Principal> getEditors()
      Get task editors.
      Since:
      4.0.120
      See Also:
    • setEditors

      void setEditors(List<Principal> editors)
      Set editors.
      Since:
      4.0.120
      See Also: