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