Class HalTask

java.lang.Object
org.camunda.bpm.engine.rest.hal.HalResource<HalTask>
org.camunda.bpm.engine.rest.hal.task.HalTask

public class HalTask extends HalResource<HalTask>
Author:
Daniel Meyer
  • Field Details

    • REL_SELF

      public static HalRelation REL_SELF
    • REL_ASSIGNEE

      public static HalRelation REL_ASSIGNEE
    • REL_OWNER

      public static HalRelation REL_OWNER
    • 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
  • Constructor Details

    • HalTask

      public HalTask()
  • Method Details

    • generate

      public static HalTask generate(Task task, ProcessEngine engine)
    • 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()
    • getDelegationState

      public DelegationState getDelegationState()
    • 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()
    • getCamundaFormRef

      public CamundaFormRef getCamundaFormRef()
    • getTenantId

      public String getTenantId()