Uses of Interface
com.flowable.policy.api.repository.PolicyDefinition
-
Uses of PolicyDefinition in com.flowable.policy.api.repository
Methods in com.flowable.policy.api.repository that return PolicyDefinition Modifier and Type Method Description PolicyDefinition
PolicyRepositoryService. getPolicyDefinition(java.lang.String policyDefinitionId)
Returns thePolicyDefinition
including all policy information like additional Properties (e.g.PolicyDefinition
PolicyRepositoryService. getPolicyDefinitionByKey(java.lang.String policyDefinitionKey)
Returns thePolicyDefinition
including all policy information like additional Properties (e.g.PolicyDefinition
PolicyRepositoryService. getPolicyDefinitionByKeyAndTenantId(java.lang.String policyDefinitionKey, java.lang.String tenantId)
Returns thePolicyDefinition
including all policy information like additional Properties (e.g. -
Uses of PolicyDefinition in com.flowable.policy.engine.impl.cmd
Methods in com.flowable.policy.engine.impl.cmd that return PolicyDefinition Modifier and Type Method Description PolicyDefinition
GetDeploymentPolicyDefinitionCmd. execute(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
protected PolicyDefinition
AbstractNeedsPolicyDefinitionCmd. resolvePolicyDefinition(org.flowable.common.engine.impl.interceptor.CommandContext commandContext, java.lang.String policyDefinitionId, java.lang.String policyDefinitionKey, java.lang.String tenantId)
-
Uses of PolicyDefinition in com.flowable.policy.engine.impl.deployer
Methods in com.flowable.policy.engine.impl.deployer that return PolicyDefinition Modifier and Type Method Description PolicyDefinition
PolicyDeploymentManager. findDeployedActionDefinitionByKeyAndVersionAndTenantId(java.lang.String policyDefinitionKey, java.lang.Integer policyDefinitionVersion, java.lang.String tenantId)
PolicyDefinition
PolicyDeploymentManager. findDeployedLatestActionDefinitionByKey(java.lang.String policyDefinitionKey)
PolicyDefinition
PolicyDeploymentManager. findDeployedLatestActionDefinitionByKeyAndTenantId(java.lang.String policyDefinitionKey, java.lang.String tenantId)
PolicyDefinition
PolicyDeploymentManager. findDeployedPolicyDefinitionById(java.lang.String policyDefinitionId)
Methods in com.flowable.policy.engine.impl.deployer with parameters of type PolicyDefinition Modifier and Type Method Description PolicyDefinitionCacheEntry
PolicyDeploymentManager. resolvePolicyDefinition(PolicyDefinition policyDefinition)
-
Uses of PolicyDefinition in com.flowable.policy.engine.impl.persistence.entity
Subinterfaces of PolicyDefinition in com.flowable.policy.engine.impl.persistence.entity Modifier and Type Interface Description interface
PolicyDefinitionEntity
Classes in com.flowable.policy.engine.impl.persistence.entity that implement PolicyDefinition Modifier and Type Class Description class
PolicyDefinitionEntityImpl
Methods in com.flowable.policy.engine.impl.persistence.entity that return types with arguments of type PolicyDefinition Modifier and Type Method Description java.util.List<PolicyDefinition>
PolicyDefinitionEntityManager. findByCriteria(PolicyDefinitionQuery query)
java.util.List<PolicyDefinition>
PolicyDefinitionEntityManagerImpl. findByCriteria(PolicyDefinitionQuery query)
Methods in com.flowable.policy.engine.impl.persistence.entity with parameters of type PolicyDefinition Modifier and Type Method Description protected PolicyDefinitionEntity
PolicyDeploymentEntityManagerImpl. findLatestActionDefinition(PolicyDefinition policyDefinition)
-
Uses of PolicyDefinition in com.flowable.policy.engine.impl.persistence.entity.data
Methods in com.flowable.policy.engine.impl.persistence.entity.data that return types with arguments of type PolicyDefinition Modifier and Type Method Description java.util.List<PolicyDefinition>
PolicyDefinitionDataManager. findByCriteria(PolicyDefinitionQueryImpl query)
-
Uses of PolicyDefinition 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 PolicyDefinition Modifier and Type Method Description java.util.List<PolicyDefinition>
MybatisPolicyDefinitionDataManager. findByCriteria(PolicyDefinitionQueryImpl query)
-
Uses of PolicyDefinition in com.flowable.policy.engine.impl.repository
Methods in com.flowable.policy.engine.impl.repository that return PolicyDefinition Modifier and Type Method Description PolicyDefinition
PolicyRepositoryServiceImpl. getPolicyDefinition(java.lang.String policyDefinitionId)
PolicyDefinition
PolicyRepositoryServiceImpl. getPolicyDefinitionByKey(java.lang.String policyDefinitionKey)
PolicyDefinition
PolicyRepositoryServiceImpl. getPolicyDefinitionByKeyAndTenantId(java.lang.String policyDefinitionKey, java.lang.String tenantId)
Methods in com.flowable.policy.engine.impl.repository that return types with arguments of type PolicyDefinition Modifier and Type Method Description java.util.List<PolicyDefinition>
PolicyDefinitionQueryImpl. executeList(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)