Uses of Interface
com.flowable.policy.engine.impl.persistence.entity.PolicyDefinitionEntity
-
-
Uses of PolicyDefinitionEntity in com.flowable.policy.engine.impl.deployer
Methods in com.flowable.policy.engine.impl.deployer that return PolicyDefinitionEntity Modifier and Type Method Description protected PolicyDefinitionEntity
PolicyDefinitionDeployer. getMostRecentVersionOfPolicyDefinition(PolicyModel policyModel, String tenantId)
protected PolicyDefinitionEntity
PolicyDefinitionDeployer. getPersistedInstanceOfPolicyDefinition(String key, String deploymentId, String tenantId)
Methods in com.flowable.policy.engine.impl.deployer with parameters of type PolicyDefinitionEntity Modifier and Type Method Description protected void
PolicyDefinitionDeployer. updateCachingAndArtifacts(PolicyDefinitionEntity policyDefinition, PolicyModel policyResourceModel, PolicyDeploymentEntity deployment)
-
Uses of PolicyDefinitionEntity in com.flowable.policy.engine.impl.persistence.deploy
Fields in com.flowable.policy.engine.impl.persistence.deploy declared as PolicyDefinitionEntity Modifier and Type Field Description protected PolicyDefinitionEntity
PolicyDefinitionCacheEntry. policyDefinitionEntity
Methods in com.flowable.policy.engine.impl.persistence.deploy that return PolicyDefinitionEntity Modifier and Type Method Description PolicyDefinitionEntity
PolicyDefinitionCacheEntry. getPolicyDefinitionEntity()
Methods in com.flowable.policy.engine.impl.persistence.deploy with parameters of type PolicyDefinitionEntity Modifier and Type Method Description void
PolicyDefinitionCacheEntry. setPolicyDefinitionEntity(PolicyDefinitionEntity policyDefinitionEntity)
Constructors in com.flowable.policy.engine.impl.persistence.deploy with parameters of type PolicyDefinitionEntity Constructor Description PolicyDefinitionCacheEntry(PolicyDefinitionEntity policyDefinitionEntity, PolicyModel policyModel)
-
Uses of PolicyDefinitionEntity in com.flowable.policy.engine.impl.persistence.entity
Classes in com.flowable.policy.engine.impl.persistence.entity that implement PolicyDefinitionEntity Modifier and Type Class Description class
PolicyDefinitionEntityImpl
-
Uses of PolicyDefinitionEntity in com.flowable.policy.engine.impl.persistence.entity.data
-
Uses of PolicyDefinitionEntity in com.flowable.policy.engine.impl.persistence.entity.data.impl
Methods in com.flowable.policy.engine.impl.persistence.entity.data.impl that return types with arguments of type PolicyDefinitionEntity Modifier and Type Method Description Class<? extends PolicyDefinitionEntity>
MybatisPolicyDefinitionDataManager. getManagedEntityClass()
-