public interface ProcessInstanceHistoryLogQuery
ProcessInstanceHistoryLog for a process instance.
Note that every includeXXX() method below will lead to an additional query.
This class is actually a convenience on top of the other specific queries such
as HistoricTaskInstanceQuery, HistoricActivityInstanceQuery, ...
It will execute separate queries for each included type, order the
data according to the date (ascending) and wrap the results in the ProcessInstanceHistoryLog.| Modifier and Type | Method and Description |
|---|---|
ProcessInstanceHistoryLogQuery |
includeActivities()
The
ProcessInstanceHistoryLog will contain the HistoricActivityInstance instances. |
ProcessInstanceHistoryLogQuery |
includeComments()
The
ProcessInstanceHistoryLog will contain the Comment instances. |
ProcessInstanceHistoryLogQuery |
includeFormProperties()
The
ProcessInstanceHistoryLog will contain the HistoricFormProperty instances. |
ProcessInstanceHistoryLogQuery |
includeTasks()
The
ProcessInstanceHistoryLog will contain the HistoricTaskInstance instances. |
ProcessInstanceHistoryLogQuery |
includeVariables()
The
ProcessInstanceHistoryLog will contain the HistoricVariableInstance instances. |
ProcessInstanceHistoryLogQuery |
includeVariableUpdates()
The
ProcessInstanceHistoryLog will contain the HistoricVariableUpdate instances. |
ProcessInstanceHistoryLog |
singleResult()
Executes the query.
|
ProcessInstanceHistoryLogQuery includeTasks()
ProcessInstanceHistoryLog will contain the HistoricTaskInstance instances.ProcessInstanceHistoryLogQuery includeActivities()
ProcessInstanceHistoryLog will contain the HistoricActivityInstance instances.ProcessInstanceHistoryLogQuery includeVariables()
ProcessInstanceHistoryLog will contain the HistoricVariableInstance instances.ProcessInstanceHistoryLogQuery includeComments()
ProcessInstanceHistoryLog will contain the Comment instances.ProcessInstanceHistoryLogQuery includeVariableUpdates()
ProcessInstanceHistoryLog will contain the HistoricVariableUpdate instances.ProcessInstanceHistoryLogQuery includeFormProperties()
ProcessInstanceHistoryLog will contain the HistoricFormProperty instances.ProcessInstanceHistoryLog singleResult()
Copyright © 2016 Alfresco. All rights reserved.