org.camunda.bpm.engine.rest.hal.task
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
HalTask
public HalTask()
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()
getTenantId
public String getTenantId()
Copyright © 2016 camunda services GmbH. All rights reserved.