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 |
SetRemovalTimeSelectModeForHistoricProcessInstancesBuilder
Fluent builder to select the mode to set the removal time for historic process instances.
|
Modifier and Type | Method and Description |
---|---|
SetRemovalTimeToHistoricProcessInstancesBuilder |
SetRemovalTimeSelectModeForHistoricProcessInstancesBuilder.absoluteRemovalTime(Date removalTime)
Sets the removal time to an absolute date.
|
SetRemovalTimeToHistoricProcessInstancesBuilder |
SetRemovalTimeToHistoricProcessInstancesBuilder.byIds(String... historicProcessInstanceIds)
Selects historic decision instances by the given ids.
|
SetRemovalTimeToHistoricProcessInstancesBuilder |
SetRemovalTimeToHistoricProcessInstancesBuilder.byQuery(HistoricProcessInstanceQuery historicProcessInstanceQuery)
Selects historic process instances by the given query.
|
SetRemovalTimeToHistoricProcessInstancesBuilder |
SetRemovalTimeSelectModeForHistoricProcessInstancesBuilder.calculatedRemovalTime()
Calculates the removal time dynamically based on the respective process definition time to
live and the process engine's removal time strategy.
|
SetRemovalTimeToHistoricProcessInstancesBuilder |
SetRemovalTimeSelectModeForHistoricProcessInstancesBuilder.clearedRemovalTime()
Sets the removal time to
null . |
SetRemovalTimeToHistoricProcessInstancesBuilder |
SetRemovalTimeToHistoricProcessInstancesBuilder.hierarchical()
Takes additionally those historic process instances into account that are part of
the hierarchy of the given historic process instance.
|
Modifier and Type | Class and Description |
---|---|
class |
SetRemovalTimeToHistoricProcessInstancesBuilderImpl |
Modifier and Type | Method and Description |
---|---|
SetRemovalTimeToHistoricProcessInstancesBuilder |
SetRemovalTimeToHistoricProcessInstancesBuilderImpl.absoluteRemovalTime(Date removalTime) |
SetRemovalTimeToHistoricProcessInstancesBuilder |
SetRemovalTimeToHistoricProcessInstancesBuilderImpl.byIds(String... ids) |
SetRemovalTimeToHistoricProcessInstancesBuilder |
SetRemovalTimeToHistoricProcessInstancesBuilderImpl.byQuery(HistoricProcessInstanceQuery query) |
SetRemovalTimeToHistoricProcessInstancesBuilder |
SetRemovalTimeToHistoricProcessInstancesBuilderImpl.calculatedRemovalTime() |
SetRemovalTimeToHistoricProcessInstancesBuilder |
SetRemovalTimeToHistoricProcessInstancesBuilderImpl.clearedRemovalTime() |
SetRemovalTimeToHistoricProcessInstancesBuilder |
SetRemovalTimeToHistoricProcessInstancesBuilderImpl.hierarchical() |
Copyright © 2022. All rights reserved.