Uses of Interface
org.flowable.cmmn.engine.impl.history.CmmnHistoryManager
Packages that use CmmnHistoryManager
Package
Description
-
Uses of CmmnHistoryManager in org.flowable.cmmn.engine
Fields in org.flowable.cmmn.engine declared as CmmnHistoryManagerModifier and TypeFieldDescriptionprotected CmmnHistoryManagerCmmnEngineConfiguration.cmmnHistoryManagerMethods in org.flowable.cmmn.engine that return CmmnHistoryManagerMethods in org.flowable.cmmn.engine with parameters of type CmmnHistoryManagerModifier and TypeMethodDescriptionCmmnEngineConfiguration.setCmmnHistoryManager(CmmnHistoryManager cmmnHistoryManager) -
Uses of CmmnHistoryManager in org.flowable.cmmn.engine.impl.history
Classes in org.flowable.cmmn.engine.impl.history that implement CmmnHistoryManagerModifier and TypeClassDescriptionclassclassFields in org.flowable.cmmn.engine.impl.history with type parameters of type CmmnHistoryManagerModifier and TypeFieldDescriptionprotected final Collection<CmmnHistoryManager>CompositeCmmnHistoryManager.historyManagersMethods in org.flowable.cmmn.engine.impl.history with parameters of type CmmnHistoryManagerModifier and TypeMethodDescriptionvoidCompositeCmmnHistoryManager.addHistoryManager(CmmnHistoryManager historyManager) Constructor parameters in org.flowable.cmmn.engine.impl.history with type arguments of type CmmnHistoryManagerModifierConstructorDescriptionCompositeCmmnHistoryManager(Collection<CmmnHistoryManager> historyManagers) -
Uses of CmmnHistoryManager in org.flowable.cmmn.engine.impl.util
Methods in org.flowable.cmmn.engine.impl.util that return CmmnHistoryManagerModifier and TypeMethodDescriptionstatic CmmnHistoryManagerCommandContextUtil.getCmmnHistoryManager()static CmmnHistoryManagerCommandContextUtil.getCmmnHistoryManager(CommandContext commandContext) Methods in org.flowable.cmmn.engine.impl.util with parameters of type CmmnHistoryManagerModifier and TypeMethodDescriptionprotected static EntityLinkEntityEntityLinkUtil.copyAndCreateEntityLink(String subScopeId, String parentElementId, String referenceScopeId, String referenceScopeType, String hierarchyType, EntityLink parentEntityLink, EntityLinkService entityLinkService, CmmnHistoryManager historyManager) protected static EntityLinkEntityEntityLinkUtil.createEntityLink(String scopeId, String subScopeId, String parentElementId, String referenceScopeId, String referenceScopeType, String hierarchyType, String rootScopeId, String rootScopeType, EntityLinkService entityLinkService, CmmnHistoryManager historyManager)