Class PlatformHistoryConfigurationSettings
java.lang.Object
org.flowable.engine.impl.history.DefaultHistoryConfigurationSettings
com.flowable.platform.common.history.PlatformHistoryConfigurationSettings
- All Implemented Interfaces:
HistoryConfigurationSettings
-
Field Summary
Fields inherited from class org.flowable.engine.impl.history.DefaultHistoryConfigurationSettings
processEngineConfiguration
-
Constructor Summary
ConstructorDescriptionPlatformHistoryConfigurationSettings
(ProcessEngineConfigurationImpl processEngineConfiguration) -
Method Summary
Modifier and TypeMethodDescriptiongetAllowedHistoricVariables
(String processDefinitionId) boolean
isHistoryEnabledForVariableInstance
(String processDefinitionId, VariableInstanceEntity variableInstanceEntity) boolean
isHistoryEnabledForVariableInstance
(VariableInstanceEntity variableInstanceEntity) 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, isHistoryLevelAtLeast
-
Constructor Details
-
PlatformHistoryConfigurationSettings
public PlatformHistoryConfigurationSettings(ProcessEngineConfigurationImpl processEngineConfiguration)
-
-
Method Details
-
isHistoryEnabledForVariableInstance
- Specified by:
isHistoryEnabledForVariableInstance
in interfaceHistoryConfigurationSettings
- Overrides:
isHistoryEnabledForVariableInstance
in classDefaultHistoryConfigurationSettings
-
isHistoryEnabledForVariableInstance
public boolean isHistoryEnabledForVariableInstance(String processDefinitionId, VariableInstanceEntity variableInstanceEntity) - Specified by:
isHistoryEnabledForVariableInstance
in interfaceHistoryConfigurationSettings
- Overrides:
isHistoryEnabledForVariableInstance
in classDefaultHistoryConfigurationSettings
-
getAllowedHistoricVariables
-