public interface SetRemovalTimeToHistoricProcessInstancesBuilder
Modifier and Type | Method and Description |
---|---|
SetRemovalTimeToHistoricProcessInstancesBuilder |
byIds(String... historicProcessInstanceIds)
Selects historic decision instances by the given ids.
|
SetRemovalTimeToHistoricProcessInstancesBuilder |
byQuery(HistoricProcessInstanceQuery historicProcessInstanceQuery)
Selects historic process instances by the given query.
|
Batch |
executeAsync()
Sets the removal time asynchronously as batch.
|
SetRemovalTimeToHistoricProcessInstancesBuilder |
hierarchical()
Takes additionally those historic process instances into account that are part of
the hierarchy of the given historic process instance.
|
SetRemovalTimeToHistoricProcessInstancesBuilder byQuery(HistoricProcessInstanceQuery historicProcessInstanceQuery)
historicProcessInstanceQuery
- to be evaluated.SetRemovalTimeToHistoricProcessInstancesBuilder byIds(String... historicProcessInstanceIds)
historicProcessInstanceIds
- supposed to be affected.SetRemovalTimeToHistoricProcessInstancesBuilder hierarchical()
null
,
the hierarchy is ignored. This is the case for instances that were started with a version
prior 7.10.Batch executeAsync()
BadUserRequestException
- when no historic process instances could be found.AuthorizationException
- when no CREATE_BATCH_SET_REMOVAL_TIME
or no permission CREATE
permission is granted on Resources.BATCH
.Copyright © 2022. All rights reserved.