public interface CmmnHistoryConfigurationSettings
| Modifier and Type | Method and Description |
|---|---|
boolean |
isHistoryEnabled()
Returns whether history is enabled on the case engine configuration.
|
boolean |
isHistoryEnabled(String caseDefinitionId)
Returns whether any history should be stored for the given case definition
(i.e.
|
boolean |
isHistoryEnabledForCaseInstance(CaseInstanceEntity caseInstanceEntity)
Returns whether history is enabled for the provided case instance.
|
boolean |
isHistoryEnabledForEntityLink(EntityLinkEntity entityLink)
Returns whether history is enabled for the provided entity link.
|
boolean |
isHistoryEnabledForIdentityLink(org.flowable.identitylink.service.impl.persistence.entity.IdentityLinkEntity identityLinkEntity)
Returns whether history is enabled for the provided identity link.
|
boolean |
isHistoryEnabledForMilestone(MilestoneInstanceEntity milestoneInstanceEntity)
Returns whether history is enabled for the provided activity.
|
boolean |
isHistoryEnabledForPlanItemInstance(PlanItemInstanceEntity planItemInstanceEntity)
Returns whether history is enabled for the provided plan item instance.
|
boolean |
isHistoryEnabledForUserTask(org.flowable.task.api.TaskInfo taskInfo)
Returns whether history is enabled for the provided user task.
|
boolean |
isHistoryEnabledForVariableInstance(VariableInstanceEntity variableInstanceEntity)
Returns whether history is enabled for the provided variable instance.
|
boolean |
isHistoryLevelAtLeast(HistoryLevel level,
String caseDefinitionId)
Returns whether the history level is at least the given level.
|
boolean isHistoryEnabled()
boolean isHistoryEnabled(String caseDefinitionId)
HistoryLevel.NONE.boolean isHistoryLevelAtLeast(HistoryLevel level, String caseDefinitionId)
boolean isHistoryEnabledForCaseInstance(CaseInstanceEntity caseInstanceEntity)
boolean isHistoryEnabledForMilestone(MilestoneInstanceEntity milestoneInstanceEntity)
boolean isHistoryEnabledForPlanItemInstance(PlanItemInstanceEntity planItemInstanceEntity)
boolean isHistoryEnabledForUserTask(org.flowable.task.api.TaskInfo taskInfo)
boolean isHistoryEnabledForVariableInstance(VariableInstanceEntity variableInstanceEntity)
boolean isHistoryEnabledForIdentityLink(org.flowable.identitylink.service.impl.persistence.entity.IdentityLinkEntity identityLinkEntity)
boolean isHistoryEnabledForEntityLink(EntityLinkEntity entityLink)
Copyright © 2022 Flowable. All rights reserved.