public interface HistoricDetail
HistoricProcessInstance
or a HistoricActivityInstance
.Modifier and Type | Method and Description |
---|---|
String |
getActivityInstanceId()
The activity reference in case this detail is related to an activity instance.
|
String |
getCaseDefinitionId()
The case definition reference.
|
String |
getCaseDefinitionKey()
The case definition key reference.
|
String |
getCaseExecutionId()
The case execution reference.
|
String |
getCaseInstanceId()
The case instance reference.
|
String |
getExecutionId()
The identifier for the path of execution.
|
String |
getId()
The unique DB id for this historic detail
|
String |
getProcessDefinitionId()
The process definition reference.
|
String |
getProcessDefinitionKey()
The process definition key reference.
|
String |
getProcessInstanceId()
The process instance reference.
|
String |
getTaskId()
The identifier for the task.
|
String |
getTenantId()
The id of the tenant this historic detail belongs to.
|
Date |
getTime()
The time when this detail occurred
|
String |
getUserOperationId()
The id of operation.
|
String getId()
String getProcessDefinitionKey()
String getProcessDefinitionId()
String getProcessInstanceId()
String getActivityInstanceId()
String getExecutionId()
String getCaseDefinitionKey()
String getCaseDefinitionId()
String getCaseInstanceId()
String getCaseExecutionId()
String getTaskId()
Date getTime()
String getTenantId()
null
if the historic detail belongs to no single tenant.String getUserOperationId()
Copyright © 2017. All rights reserved.