Class HalTask

    • Field Detail

      • REL_EXECUTION

        public static HalRelation REL_EXECUTION
      • REL_PARENT_TASK

        public static HalRelation REL_PARENT_TASK
      • REL_PROCESS_DEFINITION

        public static HalRelation REL_PROCESS_DEFINITION
      • REL_PROCESS_INSTANCE

        public static HalRelation REL_PROCESS_INSTANCE
      • REL_CASE_INSTANCE

        public static HalRelation REL_CASE_INSTANCE
      • REL_CASE_EXECUTION

        public static HalRelation REL_CASE_EXECUTION
      • REL_CASE_DEFINITION

        public static HalRelation REL_CASE_DEFINITION
      • REL_IDENTITY_LINKS

        public static HalRelation REL_IDENTITY_LINKS
    • Constructor Detail

      • HalTask

        public HalTask()
    • Method Detail

      • fromTask

        public static HalTask fromTask​(Task task)
      • getId

        public String getId()
      • getName

        public String getName()
      • getAssignee

        public String getAssignee()
      • getCreated

        public Date getCreated()
      • getDue

        public Date getDue()
      • getDescription

        public String getDescription()
      • getExecutionId

        public String getExecutionId()
      • getOwner

        public String getOwner()
      • getParentTaskId

        public String getParentTaskId()
      • getPriority

        public int getPriority()
      • getProcessDefinitionId

        public String getProcessDefinitionId()
      • getProcessInstanceId

        public String getProcessInstanceId()
      • getTaskDefinitionKey

        public String getTaskDefinitionKey()
      • getFollowUp

        public Date getFollowUp()
      • getCaseDefinitionId

        public String getCaseDefinitionId()
      • getCaseExecutionId

        public String getCaseExecutionId()
      • getCaseInstanceId

        public String getCaseInstanceId()
      • isSuspended

        public boolean isSuspended()
      • getFormKey

        public String getFormKey()
      • getTenantId

        public String getTenantId()