Interface PlatformDeployment

All Superinterfaces:
EngineDeployment
All Known Subinterfaces:
PlatformDeploymentEntity
All Known Implementing Classes:
PlatformDeploymentEntityImpl

public interface PlatformDeployment extends EngineDeployment
Represents a deployment that is already present in the query definition repository. A deployment is a container for resources such as query definitions etc. To create a deployment, use the PlatformDeploymentBuilder. 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:
Yvo Swillens
  • Method Details

    • getParentDeploymentId

      String getParentDeploymentId()