public interface SetRemovalTimeSelectModeForHistoricDecisionInstancesBuilder extends SetRemovalTimeToHistoricDecisionInstancesBuilder
Modifier and Type | Method and Description |
---|---|
SetRemovalTimeToHistoricDecisionInstancesBuilder |
absoluteRemovalTime(Date removalTime)
Sets the removal time to an absolute date.
|
SetRemovalTimeToHistoricDecisionInstancesBuilder |
calculatedRemovalTime()
Calculates the removal time dynamically based on the respective decision definition time to
live and the engine's removal time strategy.
|
SetRemovalTimeToHistoricDecisionInstancesBuilder |
clearedRemovalTime()
Sets the removal time to
null . |
byIds, byQuery, executeAsync, hierarchical
SetRemovalTimeToHistoricDecisionInstancesBuilder absoluteRemovalTime(Date removalTime)
removalTime
- supposed to be set to historic entities.SetRemovalTimeToHistoricDecisionInstancesBuilder calculatedRemovalTime()
Calculates the removal time dynamically based on the respective decision definition time to live and the engine's removal time strategy.
In case SetRemovalTimeToHistoricDecisionInstancesBuilder.hierarchical()
is enabled, the removal time is being calculated
based on the base time and time to live of the historic root decision instance.
SetRemovalTimeToHistoricDecisionInstancesBuilder clearedRemovalTime()
Sets the removal time to null
.
Copyright © 2022. All rights reserved.