Uses of Interface
com.flowable.policy.engine.impl.persistence.entity.PolicyResourceEntityManager
-
Uses of PolicyResourceEntityManager in com.flowable.policy.engine.impl.deployer
Fields in com.flowable.policy.engine.impl.deployer declared as PolicyResourceEntityManager Modifier and Type Field Description protected PolicyResourceEntityManager
PolicyDeploymentManager. resourceEntityManager
Methods in com.flowable.policy.engine.impl.deployer that return PolicyResourceEntityManager Modifier and Type Method Description PolicyResourceEntityManager
PolicyDeploymentManager. getResourceEntityManager()
Methods in com.flowable.policy.engine.impl.deployer with parameters of type PolicyResourceEntityManager Modifier and Type Method Description void
PolicyDeploymentManager. setResourceEntityManager(PolicyResourceEntityManager resourceEntityManager)
-
Uses of PolicyResourceEntityManager in com.flowable.policy.engine.impl.persistence.entity
Classes in com.flowable.policy.engine.impl.persistence.entity that implement PolicyResourceEntityManager Modifier and Type Class Description class
PolicyResourceEntityManagerImpl
Fields in com.flowable.policy.engine.impl.persistence.entity declared as PolicyResourceEntityManager Modifier and Type Field Description protected PolicyResourceEntityManager
PolicyEntityManagers. policyResourceEntityManager
Methods in com.flowable.policy.engine.impl.persistence.entity that return PolicyResourceEntityManager Modifier and Type Method Description PolicyResourceEntityManager
PolicyEntityManagers. getPolicyResourceEntityManager()
Methods in com.flowable.policy.engine.impl.persistence.entity with parameters of type PolicyResourceEntityManager Modifier and Type Method Description void
PolicyEntityManagers. setPolicyResourceEntityManager(PolicyResourceEntityManager policyResourceEntityManager)
-
Uses of PolicyResourceEntityManager in com.flowable.policy.engine.impl.repository
Fields in com.flowable.policy.engine.impl.repository declared as PolicyResourceEntityManager Modifier and Type Field Description protected PolicyResourceEntityManager
PolicyDeploymentBuilderImpl. resourceEntityManager
-
Uses of PolicyResourceEntityManager in com.flowable.policy.engine.impl.util
Methods in com.flowable.policy.engine.impl.util that return PolicyResourceEntityManager Modifier and Type Method Description static PolicyResourceEntityManager
CommandContextUtil. getPolicyResourceEntityManager()
static PolicyResourceEntityManager
CommandContextUtil. getPolicyResourceEntityManager(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)