Interface PolicyDeployment

  • All Superinterfaces:
    EngineDeployment
    All Known Subinterfaces:
    PolicyDeploymentEntity
    All Known Implementing Classes:
    PolicyDeploymentEntityImpl

    public interface PolicyDeployment
    extends EngineDeployment
    Represents a deployment that is already present in the policy definition repository. A deployment is a container for resources such as policy definitions etc. To create a deployment, use the PolicyDeploymentBuilder. A deployment on itself is a read-only object and its content cannot be changed after deployment (hence the builder that needs to be used).
    • Method Detail

      • getParentDeploymentId

        String getParentDeploymentId()