Uses of Interface
org.camunda.bpm.engine.history.SetRemovalTimeToHistoricProcessInstancesBuilder
Packages that use SetRemovalTimeToHistoricProcessInstancesBuilder
-
Uses of SetRemovalTimeToHistoricProcessInstancesBuilder in org.camunda.bpm.engine.history
Subinterfaces of SetRemovalTimeToHistoricProcessInstancesBuilder in org.camunda.bpm.engine.historyModifier and TypeInterfaceDescriptioninterface
Fluent builder to select the mode to set the removal time for historic process instances.Methods in org.camunda.bpm.engine.history that return SetRemovalTimeToHistoricProcessInstancesBuilderModifier and TypeMethodDescriptionSetRemovalTimeSelectModeForHistoricProcessInstancesBuilder.absoluteRemovalTime
(Date removalTime) Sets the removal time to an absolute date.Selects historic decision instances by the given ids.SetRemovalTimeToHistoricProcessInstancesBuilder.byQuery
(HistoricProcessInstanceQuery historicProcessInstanceQuery) Selects historic process instances by the given query.SetRemovalTimeSelectModeForHistoricProcessInstancesBuilder.calculatedRemovalTime()
Calculates the removal time dynamically based on the respective process definition time to live and the process engine's removal time strategy.SetRemovalTimeToHistoricProcessInstancesBuilder.chunkSize
(int chunkSize) Defines the size of the chunks in which removal time updates are processed.SetRemovalTimeSelectModeForHistoricProcessInstancesBuilder.clearedRemovalTime()
Sets the removal time tonull
.SetRemovalTimeToHistoricProcessInstancesBuilder.hierarchical()
Takes additionally those historic process instances into account that are part of the hierarchy of the given historic process instance.SetRemovalTimeToHistoricProcessInstancesBuilder.updateInChunks()
Handles removal time updates in chunks, taking into account the defined size inremovalTimeUpdateChunkSize
in the process engine configuration. -
Uses of SetRemovalTimeToHistoricProcessInstancesBuilder in org.camunda.bpm.engine.impl.history
Classes in org.camunda.bpm.engine.impl.history that implement SetRemovalTimeToHistoricProcessInstancesBuilderMethods in org.camunda.bpm.engine.impl.history that return SetRemovalTimeToHistoricProcessInstancesBuilderModifier and TypeMethodDescriptionSetRemovalTimeToHistoricProcessInstancesBuilderImpl.absoluteRemovalTime
(Date removalTime) SetRemovalTimeToHistoricProcessInstancesBuilderImpl.byQuery
(HistoricProcessInstanceQuery query) SetRemovalTimeToHistoricProcessInstancesBuilderImpl.calculatedRemovalTime()
SetRemovalTimeToHistoricProcessInstancesBuilderImpl.chunkSize
(int chunkSize) SetRemovalTimeToHistoricProcessInstancesBuilderImpl.clearedRemovalTime()
SetRemovalTimeToHistoricProcessInstancesBuilderImpl.hierarchical()
SetRemovalTimeToHistoricProcessInstancesBuilderImpl.updateInChunks()