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 Summary
Fields Modifier and Type Field Description static HalRelationREL_ASSIGNEEstatic HalRelationREL_CASE_DEFINITIONstatic HalRelationREL_CASE_EXECUTIONstatic HalRelationREL_CASE_INSTANCEstatic HalRelationREL_EXECUTIONstatic HalRelationREL_IDENTITY_LINKSstatic HalRelationREL_OWNERstatic HalRelationREL_PARENT_TASKstatic HalRelationREL_PROCESS_DEFINITIONstatic HalRelationREL_PROCESS_INSTANCEstatic HalRelationREL_SELF-
Fields inherited from class org.camunda.bpm.engine.rest.hal.HalResource
_embedded, _links, linker
-
-
Constructor Summary
Constructors Constructor Description HalTask()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static HalTaskfromTask(Task task)static HalTaskgenerate(Task task, ProcessEngine engine)StringgetAssignee()CamundaFormRefgetCamundaFormRef()StringgetCaseDefinitionId()StringgetCaseExecutionId()StringgetCaseInstanceId()DategetCreated()DelegationStategetDelegationState()StringgetDescription()DategetDue()StringgetExecutionId()DategetFollowUp()StringgetFormKey()StringgetId()StringgetName()StringgetOwner()StringgetParentTaskId()intgetPriority()StringgetProcessDefinitionId()StringgetProcessInstanceId()StringgetTaskDefinitionKey()StringgetTenantId()booleanisSuspended()-
Methods inherited from class org.camunda.bpm.engine.rest.hal.HalResource
addEmbedded, addEmbedded, addLink, addLink, embed, get_embedded, get_links, getEmbedded
-
-
-
-
Field Detail
-
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
-
REL_IDENTITY_LINKS
public static HalRelation REL_IDENTITY_LINKS
-
-
Method Detail
-
generate
public static HalTask generate(Task task, ProcessEngine engine)
-
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()
-
-