Package | Description |
---|---|
org.camunda.bpm.engine.history |
Classes related to the
HistoryService . |
org.camunda.bpm.engine.impl.history |
Modifier and Type | Interface and Description |
---|---|
interface |
SetRemovalTimeSelectModeForHistoricBatchesBuilder
Fluent builder to select the mode to set the removal time for historic batches.
|
Modifier and Type | Method and 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 to
null . |
Modifier and Type | Class and Description |
---|---|
class |
SetRemovalTimeToHistoricBatchesBuilderImpl |
Modifier and Type | Method and Description |
---|---|
SetRemovalTimeToHistoricBatchesBuilder |
SetRemovalTimeToHistoricBatchesBuilderImpl.absoluteRemovalTime(Date removalTime) |
SetRemovalTimeToHistoricBatchesBuilder |
SetRemovalTimeToHistoricBatchesBuilderImpl.byIds(String... ids) |
SetRemovalTimeToHistoricBatchesBuilder |
SetRemovalTimeToHistoricBatchesBuilderImpl.byQuery(HistoricBatchQuery query) |
SetRemovalTimeToHistoricBatchesBuilder |
SetRemovalTimeToHistoricBatchesBuilderImpl.calculatedRemovalTime() |
SetRemovalTimeToHistoricBatchesBuilder |
SetRemovalTimeToHistoricBatchesBuilderImpl.clearedRemovalTime() |
Copyright © 2022. All rights reserved.