public interface HistoricTaskInstance extends TaskInfo, HistoricData
Modifier and Type | Method and Description |
---|---|
Date |
getClaimTime()
Time when the task was claimed.
|
String |
getDeleteReason()
The reason why this task was deleted {'completed' | 'deleted' | any other user defined string }.
|
Long |
getDurationInMillis()
Difference between
getEndTime() and getStartTime() in milliseconds. |
Date |
getEndTime()
Time when the task was deleted or completed.
|
Date |
getStartTime()
Time when the task started.
|
Long |
getWorkTimeInMillis()
Difference between
getEndTime() and getClaimTime() in milliseconds. |
getAssignee, getCategory, getCreateTime, getDescription, getDueDate, getExecutionId, getFormKey, getId, getName, getOwner, getParentTaskId, getPriority, getProcessDefinitionId, getProcessInstanceId, getProcessVariables, getTaskDefinitionKey, getTaskLocalVariables, getTenantId
getTime
String getDeleteReason()
Date getStartTime()
Date getEndTime()
Long getDurationInMillis()
getEndTime()
and getStartTime()
in milliseconds.Long getWorkTimeInMillis()
getEndTime()
and getClaimTime()
in milliseconds.Date getClaimTime()
getClaimTime
in interface TaskInfo
Copyright © 2017 Alfresco. All rights reserved.