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 CmmnHistoryManager
CmmnEngineConfiguration.cmmnHistoryManager
Methods 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 TypeClassDescriptionclass
class
Fields in org.flowable.cmmn.engine.impl.history with type parameters of type CmmnHistoryManagerModifier and TypeFieldDescriptionprotected final Collection<CmmnHistoryManager>
CompositeCmmnHistoryManager.historyManagers
Methods in org.flowable.cmmn.engine.impl.history with parameters of type CmmnHistoryManagerModifier and TypeMethodDescriptionvoid
CompositeCmmnHistoryManager.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 CmmnHistoryManager
CommandContextUtil.getCmmnHistoryManager()
static CmmnHistoryManager
CommandContextUtil.getCmmnHistoryManager
(CommandContext commandContext) Methods in org.flowable.cmmn.engine.impl.util with parameters of type CmmnHistoryManagerModifier and TypeMethodDescriptionprotected static EntityLinkEntity
EntityLinkUtil.copyAndCreateEntityLink
(String subScopeId, String parentElementId, String referenceScopeId, String referenceScopeType, String hierarchyType, EntityLink parentEntityLink, EntityLinkService entityLinkService, CmmnHistoryManager historyManager) protected static EntityLinkEntity
EntityLinkUtil.createEntityLink
(String scopeId, String subScopeId, String parentElementId, String referenceScopeId, String referenceScopeType, String hierarchyType, String rootScopeId, String rootScopeType, EntityLinkService entityLinkService, CmmnHistoryManager historyManager)