public interface UserTaskInstanceDesc
Modifier and Type | Method and Description |
---|---|
Date |
getActivationTime()
Returns the user task instance activation time.
|
String |
getActualOwner()
Returns the user task actual owner.
|
String |
getCreatedBy()
Returns the user task instance created by.
|
Date |
getCreatedOn()
Returns the user task instance created on date.
|
String |
getDeploymentId()
Returns the user task deployment id.
|
String |
getDescription()
Returns the user task instance description.
|
Date |
getDueDate()
Returns the user task instance due date.
|
String |
getFormName()
Returns the user task form name.
|
String |
getName()
Returns the user task instance name.
|
Integer |
getPriority()
Returns the user task instance priority.
|
String |
getProcessId()
Returns the user task process id.
|
Long |
getProcessInstanceId()
Returns the user task instance process instance id.
|
Integer |
getSlaCompliance()
Returns the user task SLA compliance.
|
Date |
getSlaDueDate()
Returns the user task SLA due date.
|
String |
getStatus()
Returns the user task instance status.
|
Long |
getTaskId()
Returns the user task instance task id.
|
Long |
getWorkItemId()
Returns the user task workitem id.
|
Long getTaskId()
String getStatus()
Date getActivationTime()
String getName()
String getDescription()
Integer getPriority()
String getCreatedBy()
Date getCreatedOn()
Date getDueDate()
Long getProcessInstanceId()
String getProcessId()
String getActualOwner()
String getDeploymentId()
String getFormName()
Long getWorkItemId()
Integer getSlaCompliance()
Date getSlaDueDate()
Copyright © 2001–2019 JBoss by Red Hat. All rights reserved.