Uses of Interface
com.flowable.policy.engine.impl.persistence.entity.data.PolicyResourceDataManager
-
Uses of PolicyResourceDataManager in com.flowable.policy.engine.impl.persistence.entity
Constructors in com.flowable.policy.engine.impl.persistence.entity with parameters of type PolicyResourceDataManager Constructor Description PolicyResourceEntityManagerImpl(PolicyEngineConfiguration actionEngineConfiguration, PolicyResourceDataManager resourceDataManager)
-
Uses of PolicyResourceDataManager in com.flowable.policy.engine.impl.persistence.entity.data
Fields in com.flowable.policy.engine.impl.persistence.entity.data declared as PolicyResourceDataManager Modifier and Type Field Description protected PolicyResourceDataManager
PolicyDataManagers. actionResourceDataManager
Methods in com.flowable.policy.engine.impl.persistence.entity.data that return PolicyResourceDataManager Modifier and Type Method Description PolicyResourceDataManager
PolicyDataManagers. getActionResourceDataManager()
Methods in com.flowable.policy.engine.impl.persistence.entity.data with parameters of type PolicyResourceDataManager Modifier and Type Method Description void
PolicyDataManagers. setActionResourceDataManager(PolicyResourceDataManager actionResourceDataManager)
-
Uses of PolicyResourceDataManager in com.flowable.policy.engine.impl.persistence.entity.data.impl
Classes in com.flowable.policy.engine.impl.persistence.entity.data.impl that implement PolicyResourceDataManager Modifier and Type Class Description class
MybatisPolicyResourceDataManager