Package org.activiti.api.task.model
Interface Task
- All Superinterfaces:
org.activiti.api.model.shared.model.ApplicationElement
public interface Task
extends org.activiti.api.model.shared.model.ApplicationElement
-
Method Details
-
getId
String getId() -
getOwner
String getOwner() -
getAssignee
String getAssignee() -
getName
String getName() -
getDescription
String getDescription() -
getCreatedDate
Date getCreatedDate() -
getClaimedDate
Date getClaimedDate() -
getDueDate
Date getDueDate() -
getPriority
int getPriority() -
getProcessDefinitionId
String getProcessDefinitionId() -
getProcessInstanceId
String getProcessInstanceId() -
getTaskProcessRootProcessInstanceId
String getTaskProcessRootProcessInstanceId() -
getParentTaskId
String getParentTaskId() -
getStatus
Task.TaskStatus getStatus() -
getFormKey
String getFormKey() -
getCompletedDate
Date getCompletedDate() -
getDuration
Long getDuration() -
getProcessDefinitionVersion
Integer getProcessDefinitionVersion() -
getBusinessKey
String getBusinessKey() -
isStandalone
boolean isStandalone() -
getTaskDefinitionKey
String getTaskDefinitionKey() -
getCandidateUsers
-
getCandidateGroups
-
getCompletedBy
String getCompletedBy()
-