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 HistoryManagerProcessEngineConfigurationImpl.historyManagerMethods 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 TypeClassDescriptionclassclassclassManager 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.historyManagersMethods in org.flowable.engine.impl.history that return HistoryManagerModifier and TypeMethodDescriptionprotected HistoryManagerDefaultHistoryVariableManager.getHistoryManager()Methods in org.flowable.engine.impl.history with parameters of type HistoryManagerModifier and TypeMethodDescriptionvoidCompositeHistoryManager.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 HistoryManagerActivityInstanceEntityManagerImpl.getHistoryManager()protected HistoryManagerAttachmentEntityManagerImpl.getHistoryManager()protected HistoryManagerCommentEntityManagerImpl.getHistoryManager()protected HistoryManagerExecutionEntityManagerImpl.getHistoryManager()protected HistoryManagerHistoricActivityInstanceEntityManagerImpl.getHistoryManager()protected HistoryManagerHistoricDetailEntityManagerImpl.getHistoryManager()protected HistoryManagerHistoricProcessInstanceEntityManagerImpl.getHistoryManager() -
Uses of HistoryManager in org.flowable.engine.impl.util
Methods in org.flowable.engine.impl.util that return HistoryManagerModifier and TypeMethodDescriptionstatic HistoryManagerCommandContextUtil.getHistoryManager()static HistoryManagerCommandContextUtil.getHistoryManager(CommandContext commandContext) Methods in org.flowable.engine.impl.util with parameters of type HistoryManagerModifier and TypeMethodDescriptionprotected static EntityLinkEntityEntityLinkUtil.copyAndCreateEntityLink(String subScopeId, String parentElementId, String referenceScopeId, String referenceScopeType, String hierarchyType, EntityLink parentEntityLink, EntityLinkService entityLinkService, HistoryManager historyManager) protected static EntityLinkEntityEntityLinkUtil.createEntityLink(String scopeId, String subScopeId, String parentElementId, String referenceScopeId, String referenceScopeType, String hierarchyType, String rootScopeId, String rootScopeType, EntityLinkService entityLinkService, HistoryManager historyManager)