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.
|
String |
getSubject()
Returns task subject
|
Long |
getTaskId()
Returns the user task instance task id.
|
Long |
getWorkItemId()
Returns the user task workitem id.
|
void |
setSlaCompliance(Integer slaCompliance)
Set the user task SLA compliance.
|
void |
setSlaDueDate(Date slaDueDate)
Set the user task SLA due date.
|
void |
setSubject(String subject)
Set task subject
|
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()
void setSlaCompliance(Integer slaCompliance)
slaCompliance
- SLA compliance valuevoid setSlaDueDate(Date slaDueDate)
slaDueDate
- SLA due dateString getSubject()
void setSubject(String subject)
subject
- task subjectCopyright © 2001–2020 JBoss by Red Hat. All rights reserved.