org.camunda.bpm.engine.rest.hal.task
Class HalTask

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

public class HalTask
extends HalResource<HalTask>

Author:
Daniel Meyer

Field Summary
static HalRelation REL_ASSIGNEE
           
static HalRelation REL_CASE_DEFINITION
           
static HalRelation REL_CASE_EXECUTION
           
static HalRelation REL_CASE_INSTANCE
           
static HalRelation REL_EXECUTION
           
static HalRelation REL_IDENTITY_LINKS
           
static HalRelation REL_OWNER
           
static HalRelation REL_PARENT_TASK
           
static HalRelation REL_PROCESS_DEFINITION
           
static HalRelation REL_PROCESS_INSTANCE
           
static HalRelation REL_SELF
           
 
Fields inherited from class org.camunda.bpm.engine.rest.hal.HalResource
_embedded, _links, linker
 
Constructor Summary
HalTask()
           
 
Method Summary
static HalTask fromTask(Task task)
           
static HalTask generate(Task task, ProcessEngine engine)
           
 String getAssignee()
           
 String getCaseDefinitionId()
           
 String getCaseExecutionId()
           
 String getCaseInstanceId()
           
 Date getCreated()
           
 DelegationState getDelegationState()
           
 String getDescription()
           
 Date getDue()
           
 String getExecutionId()
           
 Date getFollowUp()
           
 String getFormKey()
           
 String getId()
           
 String getName()
           
 String getOwner()
           
 String getParentTaskId()
           
 int getPriority()
           
 String getProcessDefinitionId()
           
 String getProcessInstanceId()
           
 String getTaskDefinitionKey()
           
 String getTenantId()
           
 boolean isSuspended()
           
 
Methods inherited from class org.camunda.bpm.engine.rest.hal.HalResource
addEmbedded, addEmbedded, addLink, addLink, embed, get_embedded, get_links, getEmbedded
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

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
Constructor Detail

HalTask

public HalTask()
Method Detail

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.