-
-
Constructor Summary
Constructors
-
Method Summary
fromTask(org.camunda.bpm.engine.task.Task task)
generate(org.camunda.bpm.engine.task.Task task,
org.camunda.bpm.engine.ProcessEngine engine)
org.camunda.bpm.engine.form.CamundaFormRef
org.camunda.bpm.engine.task.DelegationState
int
boolean
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
-
Method Details
-
generate
public static HalTask generate(org.camunda.bpm.engine.task.Task task,
org.camunda.bpm.engine.ProcessEngine engine)
-
fromTask
public static HalTask fromTask(org.camunda.bpm.engine.task.Task task)
-
-
-
-
-
-
getDelegationState
public org.camunda.bpm.engine.task.DelegationState getDelegationState()
-
getDescription
public String getDescription()
-
getExecutionId
public String getExecutionId()
-
-
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()
-
-
-