Package org.activiti.api.task.model
Interface Task
- All Superinterfaces:
ApplicationElement
-
Nested Class Summary
Nested Classes -
Method Summary
Methods inherited from interface org.activiti.api.model.shared.model.ApplicationElement
getAppVersion
-
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() -
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()
-