Package org.activiti.engine.impl
Class ProcessInstanceHistoryLogQueryImpl
- java.lang.Object
-
- org.activiti.engine.impl.ProcessInstanceHistoryLogQueryImpl
-
- All Implemented Interfaces:
ProcessInstanceHistoryLogQuery,Command<ProcessInstanceHistoryLog>
public class ProcessInstanceHistoryLogQueryImpl extends java.lang.Object implements ProcessInstanceHistoryLogQuery, Command<ProcessInstanceHistoryLog>
-
-
Field Summary
Fields Modifier and Type Field Description protected CommandExecutorcommandExecutorprotected booleanincludeActivitiesprotected booleanincludeCommentsprotected booleanincludeFormPropertiesprotected booleanincludeTasksprotected booleanincludeVariablesprotected booleanincludeVariableUpdatesprotected java.lang.StringprocessInstanceId
-
Constructor Summary
Constructors Constructor Description ProcessInstanceHistoryLogQueryImpl(CommandExecutor commandExecutor, java.lang.String processInstanceId)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ProcessInstanceHistoryLogexecute(CommandContext commandContext)ProcessInstanceHistoryLogQueryincludeActivities()TheProcessInstanceHistoryLogwill contain theHistoricActivityInstanceinstances.ProcessInstanceHistoryLogQueryincludeComments()TheProcessInstanceHistoryLogwill contain theCommentinstances.ProcessInstanceHistoryLogQueryincludeFormProperties()TheProcessInstanceHistoryLogwill contain theHistoricFormPropertyinstances.ProcessInstanceHistoryLogQueryincludeTasks()TheProcessInstanceHistoryLogwill contain theHistoricTaskInstanceinstances.ProcessInstanceHistoryLogQueryincludeVariables()TheProcessInstanceHistoryLogwill contain theHistoricVariableInstanceinstances.ProcessInstanceHistoryLogQueryincludeVariableUpdates()TheProcessInstanceHistoryLogwill contain theHistoricVariableUpdateinstances.ProcessInstanceHistoryLogsingleResult()Executes the query.
-
-
-
Field Detail
-
commandExecutor
protected CommandExecutor commandExecutor
-
processInstanceId
protected java.lang.String processInstanceId
-
includeTasks
protected boolean includeTasks
-
includeActivities
protected boolean includeActivities
-
includeVariables
protected boolean includeVariables
-
includeComments
protected boolean includeComments
-
includeVariableUpdates
protected boolean includeVariableUpdates
-
includeFormProperties
protected boolean includeFormProperties
-
-
Constructor Detail
-
ProcessInstanceHistoryLogQueryImpl
public ProcessInstanceHistoryLogQueryImpl(CommandExecutor commandExecutor, java.lang.String processInstanceId)
-
-
Method Detail
-
includeTasks
public ProcessInstanceHistoryLogQuery includeTasks()
Description copied from interface:ProcessInstanceHistoryLogQueryTheProcessInstanceHistoryLogwill contain theHistoricTaskInstanceinstances.- Specified by:
includeTasksin interfaceProcessInstanceHistoryLogQuery
-
includeComments
public ProcessInstanceHistoryLogQuery includeComments()
Description copied from interface:ProcessInstanceHistoryLogQueryTheProcessInstanceHistoryLogwill contain theCommentinstances.- Specified by:
includeCommentsin interfaceProcessInstanceHistoryLogQuery
-
includeActivities
public ProcessInstanceHistoryLogQuery includeActivities()
Description copied from interface:ProcessInstanceHistoryLogQueryTheProcessInstanceHistoryLogwill contain theHistoricActivityInstanceinstances.- Specified by:
includeActivitiesin interfaceProcessInstanceHistoryLogQuery
-
includeVariables
public ProcessInstanceHistoryLogQuery includeVariables()
Description copied from interface:ProcessInstanceHistoryLogQueryTheProcessInstanceHistoryLogwill contain theHistoricVariableInstanceinstances.- Specified by:
includeVariablesin interfaceProcessInstanceHistoryLogQuery
-
includeVariableUpdates
public ProcessInstanceHistoryLogQuery includeVariableUpdates()
Description copied from interface:ProcessInstanceHistoryLogQueryTheProcessInstanceHistoryLogwill contain theHistoricVariableUpdateinstances.- Specified by:
includeVariableUpdatesin interfaceProcessInstanceHistoryLogQuery
-
includeFormProperties
public ProcessInstanceHistoryLogQuery includeFormProperties()
Description copied from interface:ProcessInstanceHistoryLogQueryTheProcessInstanceHistoryLogwill contain theHistoricFormPropertyinstances.- Specified by:
includeFormPropertiesin interfaceProcessInstanceHistoryLogQuery
-
singleResult
public ProcessInstanceHistoryLog singleResult()
Description copied from interface:ProcessInstanceHistoryLogQueryExecutes the query.- Specified by:
singleResultin interfaceProcessInstanceHistoryLogQuery
-
execute
public ProcessInstanceHistoryLog execute(CommandContext commandContext)
- Specified by:
executein interfaceCommand<ProcessInstanceHistoryLog>
-
-