Uses of Enum Class
org.flowable.common.engine.impl.history.HistoryLevel
Packages that use HistoryLevel
Package
Description
Public API of the Flowable engine.
Typical usage of the API starts by the creation of a
Through the services obtained from such a
Typical usage of the API starts by the creation of a
ProcessEngineConfiguration
(typically based on a configuration file), from which a ProcessEngine can be obtained.Through the services obtained from such a
ProcessEngine, BPM and workflow operation
can be executed:RepositoryService: Manages Deployments.RuntimeService: For starting and searching ProcessInstances.TaskService: Exposes operations to manage human (standalone) tasks, such as claiming, completing and assigning tasks.IdentityService: Used for managing users, groups and the relations between them.ManagementService: Exposes engine administration and maintenance operations,
which have no relation to the runtime exection of business processes.HistoryService: Exposes information about ongoing and past process instances.FormService: Access to form data and rendered forms for starting new process instances and completing tasks.-
Uses of HistoryLevel in org.flowable.cmmn.engine
Fields in org.flowable.cmmn.engine declared as HistoryLevelMethods in org.flowable.cmmn.engine that return HistoryLevelMethods in org.flowable.cmmn.engine with parameters of type HistoryLevelModifier and TypeMethodDescriptionCmmnEngineConfiguration.setHistoryLevel(HistoryLevel historyLevel) -
Uses of HistoryLevel in org.flowable.cmmn.engine.impl.history
Methods in org.flowable.cmmn.engine.impl.history that return HistoryLevelModifier and TypeMethodDescriptionprotected HistoryLevelDefaultCmmnHistoryConfigurationSettings.getCaseDefinitionHistoryLevel(String caseDefinitionId) Methods in org.flowable.cmmn.engine.impl.history with parameters of type HistoryLevelModifier and TypeMethodDescriptionprotected booleanDefaultCmmnHistoryConfigurationSettings.hasTaskHistoryLevel(HistoryLevel historyLevel) booleanCmmnHistoryConfigurationSettings.isHistoryLevelAtLeast(HistoryLevel level, String caseDefinitionId) Returns whether the history level is at least the given level.booleanDefaultCmmnHistoryConfigurationSettings.isHistoryLevelAtLeast(HistoryLevel level, String caseDefinitionId) -
Uses of HistoryLevel in org.flowable.cmmn.engine.test.impl
Methods in org.flowable.cmmn.engine.test.impl with parameters of type HistoryLevelModifier and TypeMethodDescriptionstatic booleanCmmnHistoryTestHelper.isHistoryLevelAtLeast(HistoryLevel historyLevel, CmmnEngineConfiguration cmmnEngineConfiguration) static booleanCmmnHistoryTestHelper.isHistoryLevelAtLeast(HistoryLevel historyLevel, CmmnEngineConfiguration cmmnEngineConfiguration, long time) -
Uses of HistoryLevel in org.flowable.common.engine.impl.history
Methods in org.flowable.common.engine.impl.history that return HistoryLevelModifier and TypeMethodDescriptionstatic HistoryLevelHistoryLevel.getHistoryLevelForKey(String key) static HistoryLevelReturns the enum constant of this class with the specified name.static HistoryLevel[]HistoryLevel.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.flowable.common.engine.impl.history with parameters of type HistoryLevelModifier and TypeMethodDescriptionbooleanHistoryLevel.isAtLeast(HistoryLevel level) Checks if the given level is the same as, or higher in order than the level this method is executed on. -
Uses of HistoryLevel in org.flowable.engine
Fields in org.flowable.engine declared as HistoryLevelMethods in org.flowable.engine that return HistoryLevelMethods in org.flowable.engine with parameters of type HistoryLevelModifier and TypeMethodDescriptionProcessEngineConfiguration.setHistoryLevel(HistoryLevel historyLevel) -
Uses of HistoryLevel in org.flowable.engine.impl.cmd
Methods in org.flowable.engine.impl.cmd that return HistoryLevelModifier and TypeMethodDescriptionGetProcessDefinitionHistoryLevelModelCmd.execute(CommandContext commandContext) -
Uses of HistoryLevel in org.flowable.engine.impl.history
Methods in org.flowable.engine.impl.history that return HistoryLevelModifier and TypeMethodDescriptionprotected HistoryLevelDefaultHistoryConfigurationSettings.getProcessDefinitionHistoryLevel(String processDefinitionId) Methods in org.flowable.engine.impl.history with parameters of type HistoryLevelModifier and TypeMethodDescriptionprotected booleanDefaultHistoryConfigurationSettings.hasTaskHistoryLevel(HistoryLevel historyLevel) booleanAbstractHistoryManager.isHistoryLevelAtLeast(HistoryLevel level) booleanAbstractHistoryManager.isHistoryLevelAtLeast(HistoryLevel level, String processDefinitionId) booleanCompositeHistoryManager.isHistoryLevelAtLeast(HistoryLevel level) booleanCompositeHistoryManager.isHistoryLevelAtLeast(HistoryLevel level, String processDefinitionId) booleanDefaultHistoryConfigurationSettings.isHistoryLevelAtLeast(HistoryLevel level, String processDefinitionId) booleanHistoryConfigurationSettings.isHistoryLevelAtLeast(HistoryLevel level, String processDefinitionId) Returns whether the history level is at least the given level.booleanHistoryManager.isHistoryLevelAtLeast(HistoryLevel level) booleanHistoryManager.isHistoryLevelAtLeast(HistoryLevel level, String processDefinitionId) -
Uses of HistoryLevel in org.flowable.engine.impl.test
Methods in org.flowable.engine.impl.test with parameters of type HistoryLevelModifier and TypeMethodDescriptionstatic booleanHistoryTestHelper.isHistoryLevelAtLeast(HistoryLevel historyLevel, ProcessEngineConfigurationImpl processEngineConfiguration) static booleanHistoryTestHelper.isHistoryLevelAtLeast(HistoryLevel historyLevel, ProcessEngineConfigurationImpl processEngineConfiguration, long time)