Uses of Interface
org.camunda.bpm.engine.history.SetRemovalTimeToHistoricBatchesBuilder
-
Packages that use SetRemovalTimeToHistoricBatchesBuilder Package Description org.camunda.bpm.engine.history Classes related to theHistoryService
.org.camunda.bpm.engine.impl.history -
-
Uses of SetRemovalTimeToHistoricBatchesBuilder in org.camunda.bpm.engine.history
Subinterfaces of SetRemovalTimeToHistoricBatchesBuilder in org.camunda.bpm.engine.history Modifier and Type Interface Description interface
SetRemovalTimeSelectModeForHistoricBatchesBuilder
Fluent builder to select the mode to set the removal time for historic batches.Methods in org.camunda.bpm.engine.history that return SetRemovalTimeToHistoricBatchesBuilder Modifier and Type Method Description SetRemovalTimeToHistoricBatchesBuilder
SetRemovalTimeSelectModeForHistoricBatchesBuilder. absoluteRemovalTime(Date removalTime)
Sets the removal time to an absolute date.SetRemovalTimeToHistoricBatchesBuilder
SetRemovalTimeToHistoricBatchesBuilder. byIds(String... historicBatchIds)
Selects historic batches by the given ids.SetRemovalTimeToHistoricBatchesBuilder
SetRemovalTimeToHistoricBatchesBuilder. byQuery(HistoricBatchQuery historicBatchQuery)
Selects historic batches by the given query.SetRemovalTimeToHistoricBatchesBuilder
SetRemovalTimeSelectModeForHistoricBatchesBuilder. calculatedRemovalTime()
Calculates the removal time dynamically based on the time to live of the respective batch and the engine's removal time strategy.SetRemovalTimeToHistoricBatchesBuilder
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 SetRemovalTimeToHistoricBatchesBuilder Modifier and Type Class Description class
SetRemovalTimeToHistoricBatchesBuilderImpl
Methods in org.camunda.bpm.engine.impl.history that return SetRemovalTimeToHistoricBatchesBuilder Modifier and Type Method Description SetRemovalTimeToHistoricBatchesBuilder
SetRemovalTimeToHistoricBatchesBuilderImpl. absoluteRemovalTime(Date removalTime)
SetRemovalTimeToHistoricBatchesBuilder
SetRemovalTimeToHistoricBatchesBuilderImpl. byIds(String... ids)
SetRemovalTimeToHistoricBatchesBuilder
SetRemovalTimeToHistoricBatchesBuilderImpl. byQuery(HistoricBatchQuery query)
SetRemovalTimeToHistoricBatchesBuilder
SetRemovalTimeToHistoricBatchesBuilderImpl. calculatedRemovalTime()
SetRemovalTimeToHistoricBatchesBuilder
SetRemovalTimeToHistoricBatchesBuilderImpl. clearedRemovalTime()
-