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 Deployment
s.RuntimeService
: For starting and searching ProcessInstance
s.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 HistoryLevel
DefaultCmmnHistoryConfigurationSettings.getCaseDefinitionHistoryLevel
(String caseDefinitionId) Methods in org.flowable.cmmn.engine.impl.history with parameters of type HistoryLevelModifier and TypeMethodDescriptionprotected boolean
DefaultCmmnHistoryConfigurationSettings.hasTaskHistoryLevel
(HistoryLevel historyLevel) boolean
CmmnHistoryConfigurationSettings.isHistoryLevelAtLeast
(HistoryLevel level, String caseDefinitionId) Returns whether the history level is at least the given level.boolean
DefaultCmmnHistoryConfigurationSettings.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 boolean
CmmnHistoryTestHelper.isHistoryLevelAtLeast
(HistoryLevel historyLevel, CmmnEngineConfiguration cmmnEngineConfiguration) static boolean
CmmnHistoryTestHelper.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 HistoryLevel
HistoryLevel.getHistoryLevelForKey
(String key) static HistoryLevel
Returns 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 TypeMethodDescriptionboolean
HistoryLevel.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 HistoryLevel
DefaultHistoryConfigurationSettings.getProcessDefinitionHistoryLevel
(String processDefinitionId) Methods in org.flowable.engine.impl.history with parameters of type HistoryLevelModifier and TypeMethodDescriptionprotected boolean
DefaultHistoryConfigurationSettings.hasTaskHistoryLevel
(HistoryLevel historyLevel) boolean
AbstractHistoryManager.isHistoryLevelAtLeast
(HistoryLevel level) boolean
AbstractHistoryManager.isHistoryLevelAtLeast
(HistoryLevel level, String processDefinitionId) boolean
CompositeHistoryManager.isHistoryLevelAtLeast
(HistoryLevel level) boolean
CompositeHistoryManager.isHistoryLevelAtLeast
(HistoryLevel level, String processDefinitionId) boolean
DefaultHistoryConfigurationSettings.isHistoryLevelAtLeast
(HistoryLevel level, String processDefinitionId) boolean
HistoryConfigurationSettings.isHistoryLevelAtLeast
(HistoryLevel level, String processDefinitionId) Returns whether the history level is at least the given level.boolean
HistoryManager.isHistoryLevelAtLeast
(HistoryLevel level) boolean
HistoryManager.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 boolean
HistoryTestHelper.isHistoryLevelAtLeast
(HistoryLevel historyLevel, ProcessEngineConfigurationImpl processEngineConfiguration) static boolean
HistoryTestHelper.isHistoryLevelAtLeast
(HistoryLevel historyLevel, ProcessEngineConfigurationImpl processEngineConfiguration, long time)