Class SetRemovalTimeToHistoricProcessInstancesBuilderImpl
java.lang.Object
org.camunda.bpm.engine.impl.history.SetRemovalTimeToHistoricProcessInstancesBuilderImpl
- All Implemented Interfaces:
SetRemovalTimeSelectModeForHistoricProcessInstancesBuilder,SetRemovalTimeToHistoricProcessInstancesBuilder
public class SetRemovalTimeToHistoricProcessInstancesBuilderImpl
extends Object
implements SetRemovalTimeSelectModeForHistoricProcessInstancesBuilder
- Author:
- Tassilo Weidner
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enum -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected CommandExecutorprotected booleanprotected HistoricProcessInstanceQueryprotected Date -
Constructor Summary
ConstructorsConstructorDescriptionSetRemovalTimeToHistoricProcessInstancesBuilderImpl(CommandExecutor commandExecutor) -
Method Summary
Modifier and TypeMethodDescriptionabsoluteRemovalTime(Date removalTime) Sets the removal time to an absolute date.Selects historic decision instances by the given ids.Selects historic process instances by the given query.Calculates the removal time dynamically based on the respective process definition time to live and the process engine's removal time strategy.Sets the removal time tonull.Sets the removal time asynchronously as batch.getIds()getMode()getQuery()Takes additionally those historic process instances into account that are part of the hierarchy of the given historic process instance.boolean
-
Field Details
-
query
-
ids
-
removalTime
-
mode
-
isHierarchical
protected boolean isHierarchical -
commandExecutor
-
-
Constructor Details
-
SetRemovalTimeToHistoricProcessInstancesBuilderImpl
-
-
Method Details
-
byQuery
Description copied from interface:SetRemovalTimeToHistoricProcessInstancesBuilderSelects historic process instances by the given query.- Specified by:
byQueryin interfaceSetRemovalTimeToHistoricProcessInstancesBuilder- Parameters:
query- to be evaluated.- Returns:
- the builder.
-
byIds
Description copied from interface:SetRemovalTimeToHistoricProcessInstancesBuilderSelects historic decision instances by the given ids.- Specified by:
byIdsin interfaceSetRemovalTimeToHistoricProcessInstancesBuilder- Parameters:
ids- supposed to be affected.- Returns:
- the builder.
-
absoluteRemovalTime
Description copied from interface:SetRemovalTimeSelectModeForHistoricProcessInstancesBuilderSets the removal time to an absolute date.- Specified by:
absoluteRemovalTimein interfaceSetRemovalTimeSelectModeForHistoricProcessInstancesBuilder- Parameters:
removalTime- supposed to be set to historic entities.- Returns:
- the builder.
-
calculatedRemovalTime
Description copied from interface:SetRemovalTimeSelectModeForHistoricProcessInstancesBuilderCalculates the removal time dynamically based on the respective process definition time to live and the process engine's removal time strategy.
In case
SetRemovalTimeToHistoricProcessInstancesBuilder.hierarchical()is enabled, the removal time is being calculated based on the base time and time to live of the historic root process instance.- Specified by:
calculatedRemovalTimein interfaceSetRemovalTimeSelectModeForHistoricProcessInstancesBuilder- Returns:
- the builder.
-
clearedRemovalTime
Description copied from interface:SetRemovalTimeSelectModeForHistoricProcessInstancesBuilderSets the removal time to
null.- Specified by:
clearedRemovalTimein interfaceSetRemovalTimeSelectModeForHistoricProcessInstancesBuilder- Returns:
- the builder.
-
hierarchical
Description copied from interface:SetRemovalTimeToHistoricProcessInstancesBuilderTakes additionally those historic process instances into account that are part of the hierarchy of the given historic process instance. If the root process instance id of the given historic process instance isnull, the hierarchy is ignored. This is the case for instances that were started with a version prior 7.10.- Specified by:
hierarchicalin interfaceSetRemovalTimeToHistoricProcessInstancesBuilder- Returns:
- the builder.
-
executeAsync
Description copied from interface:SetRemovalTimeToHistoricProcessInstancesBuilderSets the removal time asynchronously as batch. The returned batch can be used to track the progress of setting a removal time.- Specified by:
executeAsyncin interfaceSetRemovalTimeToHistoricProcessInstancesBuilder- Returns:
- the batch which sets the removal time asynchronously.
-
getQuery
-
getIds
-
getRemovalTime
-
getMode
-
isHierarchical
public boolean isHierarchical()
-