Uses of Interface
org.flowable.engine.impl.history.HistoryManager
Packages that use HistoryManager
Package
Description
-
Uses of HistoryManager in org.flowable.engine.impl.cfg
Fields in org.flowable.engine.impl.cfg declared as HistoryManagerModifier and TypeFieldDescriptionprotected HistoryManager
ProcessEngineConfigurationImpl.historyManager
Methods in org.flowable.engine.impl.cfg that return HistoryManagerMethods in org.flowable.engine.impl.cfg with parameters of type HistoryManagerModifier and TypeMethodDescriptionProcessEngineConfigurationImpl.setHistoryManager
(HistoryManager historyManager) -
Uses of HistoryManager in org.flowable.engine.impl.history
Classes in org.flowable.engine.impl.history that implement HistoryManagerModifier and TypeClassDescriptionclass
class
class
Manager class that centralises recording of all history-related operations that are originated from inside the engine.Fields in org.flowable.engine.impl.history with type parameters of type HistoryManagerModifier and TypeFieldDescriptionprotected final Collection<HistoryManager>
CompositeHistoryManager.historyManagers
Methods in org.flowable.engine.impl.history that return HistoryManagerModifier and TypeMethodDescriptionprotected HistoryManager
DefaultHistoryVariableManager.getHistoryManager()
Methods in org.flowable.engine.impl.history with parameters of type HistoryManagerModifier and TypeMethodDescriptionvoid
CompositeHistoryManager.addHistoryManager
(HistoryManager historyManager) Constructor parameters in org.flowable.engine.impl.history with type arguments of type HistoryManagerModifierConstructorDescriptionCompositeHistoryManager
(Collection<HistoryManager> historyManagers) -
Uses of HistoryManager in org.flowable.engine.impl.persistence
Methods in org.flowable.engine.impl.persistence that return HistoryManager -
Uses of HistoryManager in org.flowable.engine.impl.persistence.entity
Methods in org.flowable.engine.impl.persistence.entity that return HistoryManagerModifier and TypeMethodDescriptionprotected HistoryManager
ActivityInstanceEntityManagerImpl.getHistoryManager()
protected HistoryManager
AttachmentEntityManagerImpl.getHistoryManager()
protected HistoryManager
CommentEntityManagerImpl.getHistoryManager()
protected HistoryManager
ExecutionEntityManagerImpl.getHistoryManager()
protected HistoryManager
HistoricActivityInstanceEntityManagerImpl.getHistoryManager()
protected HistoryManager
HistoricDetailEntityManagerImpl.getHistoryManager()
protected HistoryManager
HistoricProcessInstanceEntityManagerImpl.getHistoryManager()
-
Uses of HistoryManager in org.flowable.engine.impl.util
Methods in org.flowable.engine.impl.util that return HistoryManagerModifier and TypeMethodDescriptionstatic HistoryManager
CommandContextUtil.getHistoryManager()
static HistoryManager
CommandContextUtil.getHistoryManager
(CommandContext commandContext) Methods in org.flowable.engine.impl.util with parameters of type HistoryManagerModifier and TypeMethodDescriptionprotected static EntityLinkEntity
EntityLinkUtil.copyAndCreateEntityLink
(String subScopeId, String parentElementId, String referenceScopeId, String referenceScopeType, String hierarchyType, EntityLink parentEntityLink, EntityLinkService entityLinkService, HistoryManager historyManager) protected static EntityLinkEntity
EntityLinkUtil.createEntityLink
(String scopeId, String subScopeId, String parentElementId, String referenceScopeId, String referenceScopeType, String hierarchyType, String rootScopeId, String rootScopeType, EntityLinkService entityLinkService, HistoryManager historyManager)