Uses of Interface
org.flowable.cmmn.engine.impl.persistence.entity.data.SentryPartInstanceDataManager
-
Packages that use SentryPartInstanceDataManager Package Description org.flowable.cmmn.engine org.flowable.cmmn.engine.impl.persistence.entity org.flowable.cmmn.engine.impl.persistence.entity.data.impl -
-
Uses of SentryPartInstanceDataManager in org.flowable.cmmn.engine
Fields in org.flowable.cmmn.engine declared as SentryPartInstanceDataManager Modifier and Type Field Description protected SentryPartInstanceDataManagerCmmnEngineConfiguration. sentryPartInstanceDataManagerMethods in org.flowable.cmmn.engine that return SentryPartInstanceDataManager Modifier and Type Method Description SentryPartInstanceDataManagerCmmnEngineConfiguration. getSentryPartInstanceDataManager()Methods in org.flowable.cmmn.engine with parameters of type SentryPartInstanceDataManager Modifier and Type Method Description CmmnEngineConfigurationCmmnEngineConfiguration. setSentryPartInstanceDataManager(SentryPartInstanceDataManager sentryPartInstanceDataManager) -
Uses of SentryPartInstanceDataManager in org.flowable.cmmn.engine.impl.persistence.entity
Constructors in org.flowable.cmmn.engine.impl.persistence.entity with parameters of type SentryPartInstanceDataManager Constructor Description SentryPartInstanceEntityManagerImpl(CmmnEngineConfiguration cmmnEngineConfiguration, SentryPartInstanceDataManager sentryPartInstanceDataManager) -
Uses of SentryPartInstanceDataManager in org.flowable.cmmn.engine.impl.persistence.entity.data.impl
Classes in org.flowable.cmmn.engine.impl.persistence.entity.data.impl that implement SentryPartInstanceDataManager Modifier and Type Class Description classMybatisSentryPartInstanceDataManagerImpl
-