public interface HistoryConfigurationSettings
| Modifier and Type | Method and Description |
|---|---|
boolean |
isHistoryEnabled()
Returns whether history is enabled on the process engine configuration.
|
boolean |
isHistoryEnabled(String processDefinitionId)
Returns whether any history should be stored for the given process definition
(i.e.
|
boolean |
isHistoryEnabledForActivity(ActivityInstance activityInstance)
Returns whether history is enabled for the provided activity.
|
boolean |
isHistoryEnabledForActivity(String processDefinitionId,
String activityId)
Returns whether history is enabled for the provided activity.
|
boolean |
isHistoryEnabledForEntityLink(EntityLinkEntity entityLink)
Returns whether history is enabled for the provided entity link.
|
boolean |
isHistoryEnabledForIdentityLink(IdentityLinkEntity identityLink)
Returns whether history is enabled for the provided identity link.
|
boolean |
isHistoryEnabledForProcessInstance(ExecutionEntity processInstanceExecution)
Returns whether history is enabled for the provided process instance.
|
boolean |
isHistoryEnabledForUserTask(ExecutionEntity executionEntity,
TaskEntity taskEntity)
Returns whether history is enabled for the provided user task.
|
boolean |
isHistoryEnabledForUserTask(org.flowable.task.api.TaskInfo taskInfo)
Returns whether history is enabled for the provided user task.
|
boolean |
isHistoryEnabledForVariableInstance(String processDefinitionId,
VariableInstanceEntity variableInstanceEntity)
Returns whether history is enabled for the provided variable instance.
|
boolean |
isHistoryEnabledForVariableInstance(VariableInstanceEntity variableInstanceEntity)
Returns whether history is enabled for the provided variable instance.
|
boolean |
isHistoryLevelAtLeast(HistoryLevel level,
String processDefinitionId)
Returns whether the history level is at least the given level.
|
boolean isHistoryEnabled()
boolean isHistoryEnabled(String processDefinitionId)
HistoryLevel.NONE.boolean isHistoryLevelAtLeast(HistoryLevel level, String processDefinitionId)
boolean isHistoryEnabledForProcessInstance(ExecutionEntity processInstanceExecution)
boolean isHistoryEnabledForActivity(ActivityInstance activityInstance)
boolean isHistoryEnabledForActivity(String processDefinitionId, String activityId)
boolean isHistoryEnabledForUserTask(org.flowable.task.api.TaskInfo taskInfo)
boolean isHistoryEnabledForUserTask(ExecutionEntity executionEntity, TaskEntity taskEntity)
boolean isHistoryEnabledForVariableInstance(VariableInstanceEntity variableInstanceEntity)
boolean isHistoryEnabledForVariableInstance(String processDefinitionId, VariableInstanceEntity variableInstanceEntity)
boolean isHistoryEnabledForIdentityLink(IdentityLinkEntity identityLink)
boolean isHistoryEnabledForEntityLink(EntityLinkEntity entityLink)
Copyright © 2022 Flowable. All rights reserved.