Class PlatformHistoryConfigurationSettings
java.lang.Object
org.flowable.engine.impl.history.DefaultHistoryConfigurationSettings
com.flowable.platform.common.history.PlatformHistoryConfigurationSettings
- All Implemented Interfaces:
org.flowable.engine.impl.history.HistoryConfigurationSettings
public class PlatformHistoryConfigurationSettings
extends org.flowable.engine.impl.history.DefaultHistoryConfigurationSettings
-
Field Summary
Fields inherited from class org.flowable.engine.impl.history.DefaultHistoryConfigurationSettings
processEngineConfiguration
-
Constructor Summary
ConstructorsConstructorDescriptionPlatformHistoryConfigurationSettings
(org.flowable.engine.impl.cfg.ProcessEngineConfigurationImpl processEngineConfiguration) -
Method Summary
Modifier and TypeMethodDescriptiongetAllowedHistoricVariables
(String processDefinitionId) boolean
isHistoryEnabledForVariableInstance
(String processDefinitionId, org.flowable.variable.service.impl.persistence.entity.VariableInstanceEntity variableInstanceEntity) boolean
isHistoryEnabledForVariableInstance
(org.flowable.variable.service.impl.persistence.entity.VariableInstanceEntity variableInstanceEntity) boolean
isHistoryEnabledForVariables
(String processDefinitionId) Methods inherited from class org.flowable.engine.impl.history.DefaultHistoryConfigurationSettings
getProcessDefinitionHistoryLevel, getProcessDefinitionId, getProcessDefinitionId, hasTaskHistoryLevel, includeFlowElementInHistory, isEnableProcessDefinitionHistoryLevel, isHistoryEnabled, isHistoryEnabled, isHistoryEnabledForActivity, isHistoryEnabledForActivity, isHistoryEnabledForEntityLink, isHistoryEnabledForIdentityLink, isHistoryEnabledForProcessInstance, isHistoryEnabledForUserTask, isHistoryEnabledForUserTask, isHistoryEnabledForUserTask, isHistoryEnabledForVariables, isHistoryLevelAtLeast
-
Constructor Details
-
PlatformHistoryConfigurationSettings
public PlatformHistoryConfigurationSettings(org.flowable.engine.impl.cfg.ProcessEngineConfigurationImpl processEngineConfiguration)
-
-
Method Details
-
isHistoryEnabledForVariableInstance
public boolean isHistoryEnabledForVariableInstance(org.flowable.variable.service.impl.persistence.entity.VariableInstanceEntity variableInstanceEntity) - Specified by:
isHistoryEnabledForVariableInstance
in interfaceorg.flowable.engine.impl.history.HistoryConfigurationSettings
- Overrides:
isHistoryEnabledForVariableInstance
in classorg.flowable.engine.impl.history.DefaultHistoryConfigurationSettings
-
isHistoryEnabledForVariableInstance
public boolean isHistoryEnabledForVariableInstance(String processDefinitionId, org.flowable.variable.service.impl.persistence.entity.VariableInstanceEntity variableInstanceEntity) - Specified by:
isHistoryEnabledForVariableInstance
in interfaceorg.flowable.engine.impl.history.HistoryConfigurationSettings
- Overrides:
isHistoryEnabledForVariableInstance
in classorg.flowable.engine.impl.history.DefaultHistoryConfigurationSettings
-
isHistoryEnabledForVariables
- Specified by:
isHistoryEnabledForVariables
in interfaceorg.flowable.engine.impl.history.HistoryConfigurationSettings
- Overrides:
isHistoryEnabledForVariables
in classorg.flowable.engine.impl.history.DefaultHistoryConfigurationSettings
-
getAllowedHistoricVariables
-