Uses of Interface
com.flowable.policy.engine.impl.persistence.entity.PolicyDeploymentEntity
-
Uses of PolicyDeploymentEntity in com.flowable.policy.engine.impl.cmd
Methods in com.flowable.policy.engine.impl.cmd with parameters of type PolicyDeploymentEntity Modifier and Type Method Description protected boolean
DeployCmd. deploymentsDiffer(PolicyDeploymentEntity deployment, PolicyDeploymentEntity saved)
-
Uses of PolicyDeploymentEntity in com.flowable.policy.engine.impl.deployer
Methods in com.flowable.policy.engine.impl.deployer with parameters of type PolicyDeploymentEntity Modifier and Type Method Description protected void
PolicyDefinitionDeployer. updateCachingAndArtifacts(PolicyDefinitionEntity policyDefinition, PolicyModel policyResourceModel, PolicyDeploymentEntity deployment)
-
Uses of PolicyDeploymentEntity in com.flowable.policy.engine.impl.persistence.entity
Classes in com.flowable.policy.engine.impl.persistence.entity that implement PolicyDeploymentEntity Modifier and Type Class Description class
PolicyDeploymentEntityImpl
Methods in com.flowable.policy.engine.impl.persistence.entity with parameters of type PolicyDeploymentEntity Modifier and Type Method Description void
PolicyDeploymentEntityManagerImpl. insert(PolicyDeploymentEntity deployment)
void
PolicyDeploymentEntityManagerImpl. insert(PolicyDeploymentEntity deployment, boolean fireEvent)
-
Uses of PolicyDeploymentEntity in com.flowable.policy.engine.impl.persistence.entity.data.impl
Methods in com.flowable.policy.engine.impl.persistence.entity.data.impl that return PolicyDeploymentEntity Modifier and Type Method Description PolicyDeploymentEntity
MybatisPolicyDeploymentDataManager. create()
Methods in com.flowable.policy.engine.impl.persistence.entity.data.impl that return types with arguments of type PolicyDeploymentEntity Modifier and Type Method Description java.lang.Class<? extends PolicyDeploymentEntity>
MybatisPolicyDeploymentDataManager. getManagedEntityClass()
-
Uses of PolicyDeploymentEntity in com.flowable.policy.engine.impl.repository
Fields in com.flowable.policy.engine.impl.repository declared as PolicyDeploymentEntity Modifier and Type Field Description protected PolicyDeploymentEntity
PolicyDeploymentBuilderImpl. deployment