Uses of Interface
org.camunda.bpm.engine.history.SetRemovalTimeToHistoricBatchesBuilder
-
Uses of SetRemovalTimeToHistoricBatchesBuilder in org.camunda.bpm.engine.history
Modifier and TypeInterfaceDescriptioninterface
Fluent builder to select the mode to set the removal time for historic batches.Modifier and TypeMethodDescriptionSetRemovalTimeSelectModeForHistoricBatchesBuilder.absoluteRemovalTime
(Date removalTime) Sets the removal time to an absolute date.Selects historic batches by the given ids.SetRemovalTimeToHistoricBatchesBuilder.byQuery
(HistoricBatchQuery historicBatchQuery) Selects historic batches by the given query.SetRemovalTimeSelectModeForHistoricBatchesBuilder.calculatedRemovalTime()
Calculates the removal time dynamically based on the time to live of the respective batch and the engine's removal time strategy.SetRemovalTimeSelectModeForHistoricBatchesBuilder.clearedRemovalTime()
Sets the removal time tonull
. -
Uses of SetRemovalTimeToHistoricBatchesBuilder in org.camunda.bpm.engine.impl.history
Modifier and TypeMethodDescriptionSetRemovalTimeToHistoricBatchesBuilderImpl.absoluteRemovalTime
(Date removalTime) SetRemovalTimeToHistoricBatchesBuilderImpl.byQuery
(HistoricBatchQuery query) SetRemovalTimeToHistoricBatchesBuilderImpl.calculatedRemovalTime()
SetRemovalTimeToHistoricBatchesBuilderImpl.clearedRemovalTime()