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 Object
implements ProcessInstanceHistoryLogQuery, Command<ProcessInstanceHistoryLog>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected CommandExecutorprotected booleanprotected booleanprotected booleanprotected booleanprotected booleanprotected booleanprotected String -
Constructor Summary
ConstructorsConstructorDescriptionProcessInstanceHistoryLogQueryImpl(CommandExecutor commandExecutor, String processInstanceId) -
Method Summary
Modifier and TypeMethodDescriptionexecute(CommandContext commandContext) TheProcessInstanceHistoryLogwill contain theHistoricActivityInstanceinstances.TheProcessInstanceHistoryLogwill contain theCommentinstances.TheProcessInstanceHistoryLogwill contain theHistoricFormPropertyinstances.TheProcessInstanceHistoryLogwill contain theHistoricTaskInstanceinstances.TheProcessInstanceHistoryLogwill contain theHistoricVariableInstanceinstances.TheProcessInstanceHistoryLogwill contain theHistoricVariableUpdateinstances.Executes the query.
-
Field Details
-
commandExecutor
-
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(CommandExecutor commandExecutor, String processInstanceId)
-
-
Method Details
-
includeTasks
Description copied from interface:ProcessInstanceHistoryLogQueryTheProcessInstanceHistoryLogwill contain theHistoricTaskInstanceinstances.- Specified by:
includeTasksin interfaceProcessInstanceHistoryLogQuery
-
includeComments
Description copied from interface:ProcessInstanceHistoryLogQueryTheProcessInstanceHistoryLogwill contain theCommentinstances.- Specified by:
includeCommentsin interfaceProcessInstanceHistoryLogQuery
-
includeActivities
Description copied from interface:ProcessInstanceHistoryLogQueryTheProcessInstanceHistoryLogwill contain theHistoricActivityInstanceinstances.- Specified by:
includeActivitiesin interfaceProcessInstanceHistoryLogQuery
-
includeVariables
Description copied from interface:ProcessInstanceHistoryLogQueryTheProcessInstanceHistoryLogwill contain theHistoricVariableInstanceinstances.- Specified by:
includeVariablesin interfaceProcessInstanceHistoryLogQuery
-
includeVariableUpdates
Description copied from interface:ProcessInstanceHistoryLogQueryTheProcessInstanceHistoryLogwill contain theHistoricVariableUpdateinstances.- Specified by:
includeVariableUpdatesin interfaceProcessInstanceHistoryLogQuery
-
includeFormProperties
Description copied from interface:ProcessInstanceHistoryLogQueryTheProcessInstanceHistoryLogwill contain theHistoricFormPropertyinstances.- Specified by:
includeFormPropertiesin interfaceProcessInstanceHistoryLogQuery
-
singleResult
Description copied from interface:ProcessInstanceHistoryLogQueryExecutes the query.- Specified by:
singleResultin interfaceProcessInstanceHistoryLogQuery
-
execute
- Specified by:
executein interfaceCommand<ProcessInstanceHistoryLog>
-