Package org.flowable.engine.impl
Class ProcessInstanceHistoryLogQueryImpl
java.lang.Object
org.flowable.engine.impl.ProcessInstanceHistoryLogQueryImpl
- All Implemented Interfaces:
org.flowable.common.engine.impl.interceptor.Command<ProcessInstanceHistoryLog>
,ProcessInstanceHistoryLogQuery
public class ProcessInstanceHistoryLogQueryImpl
extends Object
implements ProcessInstanceHistoryLogQuery, org.flowable.common.engine.impl.interceptor.Command<ProcessInstanceHistoryLog>
- Author:
- Joram Barrez
-
Field Summary
Modifier and TypeFieldDescriptionprotected org.flowable.common.engine.impl.interceptor.CommandExecutor
protected boolean
protected boolean
protected boolean
protected boolean
protected boolean
protected boolean
protected org.flowable.engine.impl.cfg.ProcessEngineConfigurationImpl
protected String
-
Constructor Summary
ConstructorDescriptionProcessInstanceHistoryLogQueryImpl
(org.flowable.common.engine.impl.interceptor.CommandExecutor commandExecutor, String processInstanceId, org.flowable.engine.impl.cfg.ProcessEngineConfigurationImpl processEngineConfiguration) -
Method Summary
Modifier and TypeMethodDescriptionexecute
(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) TheProcessInstanceHistoryLog
will contain theHistoricActivityInstance
instances.TheProcessInstanceHistoryLog
will contain theComment
instances.TheProcessInstanceHistoryLog
will contain theHistoricFormProperty
instances.TheProcessInstanceHistoryLog
will contain theHistoricTaskInstance
instances.TheProcessInstanceHistoryLog
will contain theHistoricVariableInstance
instances.TheProcessInstanceHistoryLog
will contain theHistoricVariableUpdate
instances.boolean
boolean
boolean
boolean
boolean
boolean
Executes the query.
-
Field Details
-
commandExecutor
protected org.flowable.common.engine.impl.interceptor.CommandExecutor commandExecutor -
processEngineConfiguration
protected org.flowable.engine.impl.cfg.ProcessEngineConfigurationImpl processEngineConfiguration -
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 Details
-
ProcessInstanceHistoryLogQueryImpl
public ProcessInstanceHistoryLogQueryImpl(org.flowable.common.engine.impl.interceptor.CommandExecutor commandExecutor, String processInstanceId, org.flowable.engine.impl.cfg.ProcessEngineConfigurationImpl processEngineConfiguration)
-
-
Method Details
-
includeTasks
Description copied from interface:ProcessInstanceHistoryLogQuery
TheProcessInstanceHistoryLog
will contain theHistoricTaskInstance
instances.- Specified by:
includeTasks
in interfaceProcessInstanceHistoryLogQuery
-
includeComments
Description copied from interface:ProcessInstanceHistoryLogQuery
TheProcessInstanceHistoryLog
will contain theComment
instances.- Specified by:
includeComments
in interfaceProcessInstanceHistoryLogQuery
-
includeActivities
Description copied from interface:ProcessInstanceHistoryLogQuery
TheProcessInstanceHistoryLog
will contain theHistoricActivityInstance
instances.- Specified by:
includeActivities
in interfaceProcessInstanceHistoryLogQuery
-
includeVariables
Description copied from interface:ProcessInstanceHistoryLogQuery
TheProcessInstanceHistoryLog
will contain theHistoricVariableInstance
instances.- Specified by:
includeVariables
in interfaceProcessInstanceHistoryLogQuery
-
includeVariableUpdates
Description copied from interface:ProcessInstanceHistoryLogQuery
TheProcessInstanceHistoryLog
will contain theHistoricVariableUpdate
instances.- Specified by:
includeVariableUpdates
in interfaceProcessInstanceHistoryLogQuery
-
includeFormProperties
Description copied from interface:ProcessInstanceHistoryLogQuery
TheProcessInstanceHistoryLog
will contain theHistoricFormProperty
instances.- Specified by:
includeFormProperties
in interfaceProcessInstanceHistoryLogQuery
-
getProcessInstanceId
-
isIncludeTasks
public boolean isIncludeTasks() -
isIncludeActivities
public boolean isIncludeActivities() -
isIncludeVariables
public boolean isIncludeVariables() -
isIncludeComments
public boolean isIncludeComments() -
isIncludeVariableUpdates
public boolean isIncludeVariableUpdates() -
isIncludeFormProperties
public boolean isIncludeFormProperties() -
singleResult
Description copied from interface:ProcessInstanceHistoryLogQuery
Executes the query.- Specified by:
singleResult
in interfaceProcessInstanceHistoryLogQuery
-
execute
public ProcessInstanceHistoryLog execute(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) - Specified by:
execute
in interfaceorg.flowable.common.engine.impl.interceptor.Command<ProcessInstanceHistoryLog>
-