Uses of Interface
org.flowable.engine.impl.history.HistoryManager
-
-
Uses of HistoryManager in org.flowable.engine.impl.cfg
Fields in org.flowable.engine.impl.cfg declared as HistoryManager Modifier and Type Field Description protected HistoryManagerProcessEngineConfigurationImpl. historyManagerMethods in org.flowable.engine.impl.cfg that return HistoryManager Modifier and Type Method Description HistoryManagerProcessEngineConfigurationImpl. getHistoryManager()Methods in org.flowable.engine.impl.cfg with parameters of type HistoryManager Modifier and Type Method Description ProcessEngineConfigurationImplProcessEngineConfigurationImpl. setHistoryManager(HistoryManager historyManager) -
Uses of HistoryManager in org.flowable.engine.impl.history
Classes in org.flowable.engine.impl.history that implement HistoryManager Modifier and Type Class Description classAbstractHistoryManagerclassCompositeHistoryManagerclassDefaultHistoryManagerManager 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 HistoryManager Modifier and Type Field Description protected Collection<HistoryManager>CompositeHistoryManager. historyManagersMethods in org.flowable.engine.impl.history that return HistoryManager Modifier and Type Method Description protected HistoryManagerDefaultHistoryVariableManager. getHistoryManager()Methods in org.flowable.engine.impl.history with parameters of type HistoryManager Modifier and Type Method Description voidCompositeHistoryManager. addHistoryManager(HistoryManager historyManager)Constructor parameters in org.flowable.engine.impl.history with type arguments of type HistoryManager Constructor Description CompositeHistoryManager(Collection<HistoryManager> historyManagers) -
Uses of HistoryManager in org.flowable.engine.impl.history.async
Classes in org.flowable.engine.impl.history.async that implement HistoryManager Modifier and Type Class Description classAbstractAsyncHistoryManagerclassAsyncHistoryManager -
Uses of HistoryManager in org.flowable.engine.impl.persistence
Methods in org.flowable.engine.impl.persistence that return HistoryManager Modifier and Type Method Description protected HistoryManagerAbstractManager. getHistoryManager() -
Uses of HistoryManager in org.flowable.engine.impl.persistence.entity
Methods in org.flowable.engine.impl.persistence.entity that return HistoryManager Modifier and Type Method Description protected 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 HistoryManager Modifier and Type Method Description static HistoryManagerCommandContextUtil. getHistoryManager()static HistoryManagerCommandContextUtil. getHistoryManager(CommandContext commandContext)Methods in org.flowable.engine.impl.util with parameters of type HistoryManager Modifier and Type Method Description protected static EntityLinkEntityEntityLinkUtil. copyAndCreateEntityLink(String subScopeId, String parentElementId, String referenceScopeId, String referenceScopeType, String hierarchyType, org.flowable.entitylink.api.EntityLink parentEntityLink, org.flowable.entitylink.api.EntityLinkService entityLinkService, HistoryManager historyManager)protected static EntityLinkEntityEntityLinkUtil. createEntityLink(String scopeId, String subScopeId, String parentElementId, String referenceScopeId, String referenceScopeType, String hierarchyType, String rootScopeId, String rootScopeType, org.flowable.entitylink.api.EntityLinkService entityLinkService, HistoryManager historyManager)
-