public interface ProcessInstanceHistoryLog
| Modifier and Type | Method and Description | 
|---|---|
| String | getBusinessKey()The user provided unique reference to this process instance. | 
| String | getDeleteReason()Obtains the reason for the process instance's deletion. | 
| Long | getDurationInMillis()The difference between  getEndTime()andgetStartTime(). | 
| Date | getEndTime()The time the process was ended. | 
| List<HistoricData> | getHistoricData()The trail of data, ordered by date (ascending). | 
| String | getId()The process instance id (== as the id for the runtime  process instance). | 
| String | getProcessDefinitionId()The process definition reference. | 
| String | getStartActivityId()The start activity. | 
| Date | getStartTime()The time the process was started. | 
| String | getStartUserId()The authenticated user that started this process instance. | 
| String | getSuperProcessInstanceId()The process instance id of a potential super process instance or null if no super process instance exists | 
| String | getTenantId()The tenant identifier for the process instance. | 
String getId()
process instance).String getBusinessKey()
String getProcessDefinitionId()
Date getStartTime()
Date getEndTime()
Long getDurationInMillis()
getEndTime() and getStartTime() .String getStartUserId()
String getStartActivityId()
String getDeleteReason()
String getSuperProcessInstanceId()
String getTenantId()
List<HistoricData> getHistoricData()
Copyright © 2016 Alfresco. All rights reserved.