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
ConstructorsConstructorDescriptionPlatformHistoryConfigurationSettings(ProcessEngineConfigurationImpl processEngineConfiguration) -
Method Summary
Modifier and TypeMethodDescriptiongetAllowedHistoricVariables(String processDefinitionId) booleanisHistoryEnabledForVariableInstance(String processDefinitionId, VariableInstanceEntity variableInstanceEntity) booleanisHistoryEnabledForVariableInstance(VariableInstanceEntity variableInstanceEntity) booleanisHistoryEnabledForVariables(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(ProcessEngineConfigurationImpl processEngineConfiguration)
-
-
Method Details
-
isHistoryEnabledForVariableInstance
- Specified by:
isHistoryEnabledForVariableInstancein interfaceHistoryConfigurationSettings- Overrides:
isHistoryEnabledForVariableInstancein classDefaultHistoryConfigurationSettings
-
isHistoryEnabledForVariableInstance
public boolean isHistoryEnabledForVariableInstance(String processDefinitionId, VariableInstanceEntity variableInstanceEntity) - Specified by:
isHistoryEnabledForVariableInstancein interfaceHistoryConfigurationSettings- Overrides:
isHistoryEnabledForVariableInstancein classDefaultHistoryConfigurationSettings
-
isHistoryEnabledForVariables
- Specified by:
isHistoryEnabledForVariablesin interfaceHistoryConfigurationSettings- Overrides:
isHistoryEnabledForVariablesin classDefaultHistoryConfigurationSettings
-
getAllowedHistoricVariables
-