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 interfaceSetRemovalTimeSelectModeForHistoricBatchesBuilderFluent 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 SetRemovalTimeToHistoricBatchesBuilderSetRemovalTimeSelectModeForHistoricBatchesBuilder. absoluteRemovalTime(java.util.Date removalTime)Sets the removal time to an absolute date.SetRemovalTimeToHistoricBatchesBuilderSetRemovalTimeToHistoricBatchesBuilder. byIds(java.lang.String... historicBatchIds)Selects historic batches by the given ids.SetRemovalTimeToHistoricBatchesBuilderSetRemovalTimeToHistoricBatchesBuilder. byQuery(HistoricBatchQuery historicBatchQuery)Selects historic batches by the given query.SetRemovalTimeToHistoricBatchesBuilderSetRemovalTimeSelectModeForHistoricBatchesBuilder. calculatedRemovalTime()Calculates the removal time dynamically based on the time to live of the respective batch and the engine's removal time strategy.SetRemovalTimeToHistoricBatchesBuilderSetRemovalTimeSelectModeForHistoricBatchesBuilder. 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 classSetRemovalTimeToHistoricBatchesBuilderImplMethods in org.camunda.bpm.engine.impl.history that return SetRemovalTimeToHistoricBatchesBuilder Modifier and Type Method Description SetRemovalTimeToHistoricBatchesBuilderSetRemovalTimeToHistoricBatchesBuilderImpl. absoluteRemovalTime(java.util.Date removalTime)SetRemovalTimeToHistoricBatchesBuilderSetRemovalTimeToHistoricBatchesBuilderImpl. byIds(java.lang.String... ids)SetRemovalTimeToHistoricBatchesBuilderSetRemovalTimeToHistoricBatchesBuilderImpl. byQuery(HistoricBatchQuery query)SetRemovalTimeToHistoricBatchesBuilderSetRemovalTimeToHistoricBatchesBuilderImpl. calculatedRemovalTime()SetRemovalTimeToHistoricBatchesBuilderSetRemovalTimeToHistoricBatchesBuilderImpl. clearedRemovalTime()
-