Uses of Interface
com.flowable.policy.engine.impl.persistence.entity.PolicyResourceEntity
Packages that use PolicyResourceEntity
Package
Description
-
Uses of PolicyResourceEntity in com.flowable.policy.engine.impl.persistence.entity
Classes in com.flowable.policy.engine.impl.persistence.entity that implement PolicyResourceEntityMethods in com.flowable.policy.engine.impl.persistence.entity that return PolicyResourceEntityModifier and TypeMethodDescriptionPolicyResourceEntityManager.findResourceByDeploymentIdAndResourceName
(String deploymentId, String resourceName) PolicyResourceEntityManagerImpl.findResourceByDeploymentIdAndResourceName
(String deploymentId, String resourceName) ResourceRef.getEntity()
Methods in com.flowable.policy.engine.impl.persistence.entity that return types with arguments of type PolicyResourceEntityModifier and TypeMethodDescriptionPolicyResourceEntityManager.findResourcesByDeploymentId
(String deploymentId) PolicyResourceEntityManagerImpl.findResourcesByDeploymentId
(String deploymentId) Methods in com.flowable.policy.engine.impl.persistence.entity with parameters of type PolicyResourceEntityModifier and TypeMethodDescriptionvoid
PolicyDeploymentEntity.addResource
(PolicyResourceEntity resource) void
PolicyDeploymentEntityImpl.addResource
(PolicyResourceEntity resource) -
Uses of PolicyResourceEntity in com.flowable.policy.engine.impl.persistence.entity.data
Methods in com.flowable.policy.engine.impl.persistence.entity.data that return PolicyResourceEntityModifier and TypeMethodDescriptionPolicyResourceDataManager.findResourceByDeploymentIdAndResourceName
(String deploymentId, String resourceName) Methods in com.flowable.policy.engine.impl.persistence.entity.data that return types with arguments of type PolicyResourceEntityModifier and TypeMethodDescriptionPolicyResourceDataManager.findResourcesByDeploymentId
(String deploymentId) -
Uses of PolicyResourceEntity in com.flowable.policy.engine.impl.persistence.entity.data.impl
Methods in com.flowable.policy.engine.impl.persistence.entity.data.impl that return PolicyResourceEntityModifier and TypeMethodDescriptionMybatisPolicyResourceDataManager.create()
MybatisPolicyResourceDataManager.findResourceByDeploymentIdAndResourceName
(String deploymentId, String resourceName) Methods in com.flowable.policy.engine.impl.persistence.entity.data.impl that return types with arguments of type PolicyResourceEntityModifier and TypeMethodDescriptionMybatisPolicyResourceDataManager.findResourcesByDeploymentId
(String deploymentId) Class<? extends PolicyResourceEntity>
MybatisPolicyResourceDataManager.getManagedEntityClass()