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) booleanisHistoryEnabledForVariableInstance(String processDefinitionId, org.flowable.variable.service.impl.persistence.entity.VariableInstanceEntity variableInstanceEntity) booleanisHistoryEnabledForVariableInstance(org.flowable.variable.service.impl.persistence.entity.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(org.flowable.engine.impl.cfg.ProcessEngineConfigurationImpl processEngineConfiguration)
-
-
Method Details
-
isHistoryEnabledForVariableInstance
public boolean isHistoryEnabledForVariableInstance(org.flowable.variable.service.impl.persistence.entity.VariableInstanceEntity variableInstanceEntity) - Specified by:
isHistoryEnabledForVariableInstancein interfaceorg.flowable.engine.impl.history.HistoryConfigurationSettings- Overrides:
isHistoryEnabledForVariableInstancein classorg.flowable.engine.impl.history.DefaultHistoryConfigurationSettings
-
isHistoryEnabledForVariableInstance
public boolean isHistoryEnabledForVariableInstance(String processDefinitionId, org.flowable.variable.service.impl.persistence.entity.VariableInstanceEntity variableInstanceEntity) - Specified by:
isHistoryEnabledForVariableInstancein interfaceorg.flowable.engine.impl.history.HistoryConfigurationSettings- Overrides:
isHistoryEnabledForVariableInstancein classorg.flowable.engine.impl.history.DefaultHistoryConfigurationSettings
-
isHistoryEnabledForVariables
- Specified by:
isHistoryEnabledForVariablesin interfaceorg.flowable.engine.impl.history.HistoryConfigurationSettings- Overrides:
isHistoryEnabledForVariablesin classorg.flowable.engine.impl.history.DefaultHistoryConfigurationSettings
-
getAllowedHistoricVariables
-