Interface TemplateDeployment

  • All Superinterfaces:
    EngineDeployment
    All Known Subinterfaces:
    TemplateDeploymentEntity
    All Known Implementing Classes:
    TemplateDeploymentEntityImpl

    public interface TemplateDeployment
    extends EngineDeployment
    Represents a deployment that is already present in the template definition repository. A deployment is a container for resources such as template definitions and template variation definitions. To create a deployment, use the TemplateDeploymentBuilder. 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).
    Author:
    Tijs Rademakers, Joram Barrez