Uses of Interface
com.flowable.policy.engine.impl.persistence.entity.PolicyResourceEntityManager
Packages that use PolicyResourceEntityManager
Package
Description
-
Uses of PolicyResourceEntityManager in com.flowable.policy.engine.impl.deployer
Fields in com.flowable.policy.engine.impl.deployer declared as PolicyResourceEntityManagerModifier and TypeFieldDescriptionprotected PolicyResourceEntityManager
PolicyDeploymentManager.resourceEntityManager
Methods in com.flowable.policy.engine.impl.deployer that return PolicyResourceEntityManagerMethods in com.flowable.policy.engine.impl.deployer with parameters of type PolicyResourceEntityManagerModifier and TypeMethodDescriptionvoid
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 PolicyResourceEntityManagerFields in com.flowable.policy.engine.impl.persistence.entity declared as PolicyResourceEntityManagerModifier and TypeFieldDescriptionprotected PolicyResourceEntityManager
PolicyEntityManagers.policyResourceEntityManager
Methods in com.flowable.policy.engine.impl.persistence.entity that return PolicyResourceEntityManagerMethods in com.flowable.policy.engine.impl.persistence.entity with parameters of type PolicyResourceEntityManagerModifier and TypeMethodDescriptionvoid
PolicyEntityManagers.setPolicyResourceEntityManager
(PolicyResourceEntityManager policyResourceEntityManager) -
Uses of PolicyResourceEntityManager in com.flowable.policy.engine.impl.repository
Fields in com.flowable.policy.engine.impl.repository declared as PolicyResourceEntityManagerModifier and TypeFieldDescriptionprotected PolicyResourceEntityManager
PolicyDeploymentBuilderImpl.resourceEntityManager
-
Uses of PolicyResourceEntityManager in com.flowable.policy.engine.impl.util
Methods in com.flowable.policy.engine.impl.util that return PolicyResourceEntityManagerModifier and TypeMethodDescriptionstatic PolicyResourceEntityManager
CommandContextUtil.getPolicyResourceEntityManager()
static PolicyResourceEntityManager
CommandContextUtil.getPolicyResourceEntityManager
(CommandContext commandContext)