Uses of Interface
org.flowable.cmmn.engine.impl.history.CmmnHistoryManager
-
Packages that use CmmnHistoryManager Package Description org.flowable.cmmn.engine org.flowable.cmmn.engine.impl.history org.flowable.cmmn.engine.impl.history.async org.flowable.cmmn.engine.impl.util -
-
Uses of CmmnHistoryManager in org.flowable.cmmn.engine
Fields in org.flowable.cmmn.engine declared as CmmnHistoryManager Modifier and Type Field Description protected CmmnHistoryManagerCmmnEngineConfiguration. cmmnHistoryManagerMethods in org.flowable.cmmn.engine that return CmmnHistoryManager Modifier and Type Method Description CmmnHistoryManagerCmmnEngineConfiguration. getCmmnHistoryManager()Methods in org.flowable.cmmn.engine with parameters of type CmmnHistoryManager Modifier and Type Method Description CmmnEngineConfigurationCmmnEngineConfiguration. setCmmnHistoryManager(CmmnHistoryManager cmmnHistoryManager) -
Uses of CmmnHistoryManager in org.flowable.cmmn.engine.impl.history
Classes in org.flowable.cmmn.engine.impl.history that implement CmmnHistoryManager Modifier and Type Class Description classCompositeCmmnHistoryManagerclassDefaultCmmnHistoryManagerFields in org.flowable.cmmn.engine.impl.history with type parameters of type CmmnHistoryManager Modifier and Type Field Description protected Collection<CmmnHistoryManager>CompositeCmmnHistoryManager. historyManagersMethods in org.flowable.cmmn.engine.impl.history with parameters of type CmmnHistoryManager Modifier and Type Method Description voidCompositeCmmnHistoryManager. addHistoryManager(CmmnHistoryManager historyManager)Constructor parameters in org.flowable.cmmn.engine.impl.history with type arguments of type CmmnHistoryManager Constructor Description CompositeCmmnHistoryManager(Collection<CmmnHistoryManager> historyManagers) -
Uses of CmmnHistoryManager in org.flowable.cmmn.engine.impl.history.async
Classes in org.flowable.cmmn.engine.impl.history.async that implement CmmnHistoryManager Modifier and Type Class Description classAbstractAsyncCmmnHistoryManagerclassAsyncCmmnHistoryManager -
Uses of CmmnHistoryManager in org.flowable.cmmn.engine.impl.util
Methods in org.flowable.cmmn.engine.impl.util that return CmmnHistoryManager Modifier and Type Method Description static CmmnHistoryManagerCommandContextUtil. getCmmnHistoryManager()static CmmnHistoryManagerCommandContextUtil. getCmmnHistoryManager(CommandContext commandContext)Methods in org.flowable.cmmn.engine.impl.util with parameters of type CmmnHistoryManager 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, CmmnHistoryManager 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, CmmnHistoryManager historyManager)
-