Uses of Interface
org.camunda.bpm.engine.history.SetRemovalTimeToHistoricBatchesBuilder
Packages that use SetRemovalTimeToHistoricBatchesBuilder
-
Uses of SetRemovalTimeToHistoricBatchesBuilder in org.camunda.bpm.engine.history
Subinterfaces of SetRemovalTimeToHistoricBatchesBuilder in org.camunda.bpm.engine.historyModifier and TypeInterfaceDescriptioninterface
Fluent builder to select the mode to set the removal time for historic batches.Methods in org.camunda.bpm.engine.history that return SetRemovalTimeToHistoricBatchesBuilderModifier 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
Classes in org.camunda.bpm.engine.impl.history that implement SetRemovalTimeToHistoricBatchesBuilderMethods in org.camunda.bpm.engine.impl.history that return SetRemovalTimeToHistoricBatchesBuilderModifier and TypeMethodDescriptionSetRemovalTimeToHistoricBatchesBuilderImpl.absoluteRemovalTime
(Date removalTime) SetRemovalTimeToHistoricBatchesBuilderImpl.byQuery
(HistoricBatchQuery query) SetRemovalTimeToHistoricBatchesBuilderImpl.calculatedRemovalTime()
SetRemovalTimeToHistoricBatchesBuilderImpl.clearedRemovalTime()