Uses of Interface
com.flowable.policy.engine.impl.persistence.entity.PolicyResourceEntity
-
Uses of PolicyResourceEntity in com.flowable.policy.engine.impl.persistence.entity
Classes in com.flowable.policy.engine.impl.persistence.entity that implement PolicyResourceEntity Modifier and Type Class Description class
PolicyResourceEntityImpl
Methods in com.flowable.policy.engine.impl.persistence.entity that return PolicyResourceEntity Modifier and Type Method Description PolicyResourceEntity
PolicyResourceEntityManager. findResourceByDeploymentIdAndResourceName(java.lang.String deploymentId, java.lang.String resourceName)
PolicyResourceEntity
PolicyResourceEntityManagerImpl. findResourceByDeploymentIdAndResourceName(java.lang.String deploymentId, java.lang.String resourceName)
PolicyResourceEntity
ResourceRef. getEntity()
Methods in com.flowable.policy.engine.impl.persistence.entity that return types with arguments of type PolicyResourceEntity Modifier and Type Method Description java.util.List<PolicyResourceEntity>
PolicyResourceEntityManager. findResourcesByDeploymentId(java.lang.String deploymentId)
java.util.List<PolicyResourceEntity>
PolicyResourceEntityManagerImpl. findResourcesByDeploymentId(java.lang.String deploymentId)
Methods in com.flowable.policy.engine.impl.persistence.entity with parameters of type PolicyResourceEntity Modifier and Type Method Description void
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 PolicyResourceEntity Modifier and Type Method Description PolicyResourceEntity
PolicyResourceDataManager. findResourceByDeploymentIdAndResourceName(java.lang.String deploymentId, java.lang.String resourceName)
Methods in com.flowable.policy.engine.impl.persistence.entity.data that return types with arguments of type PolicyResourceEntity Modifier and Type Method Description java.util.List<PolicyResourceEntity>
PolicyResourceDataManager. findResourcesByDeploymentId(java.lang.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 PolicyResourceEntity Modifier and Type Method Description PolicyResourceEntity
MybatisPolicyResourceDataManager. create()
PolicyResourceEntity
MybatisPolicyResourceDataManager. findResourceByDeploymentIdAndResourceName(java.lang.String deploymentId, java.lang.String resourceName)
Methods in com.flowable.policy.engine.impl.persistence.entity.data.impl that return types with arguments of type PolicyResourceEntity Modifier and Type Method Description java.util.List<PolicyResourceEntity>
MybatisPolicyResourceDataManager. findResourcesByDeploymentId(java.lang.String deploymentId)
java.lang.Class<? extends PolicyResourceEntity>
MybatisPolicyResourceDataManager. getManagedEntityClass()