Interface PlatformDeploymentQuery

All Superinterfaces:
Query<PlatformDeploymentQuery,PlatformDeployment>
All Known Implementing Classes:
PlatformDeploymentQueryImpl

public interface PlatformDeploymentQuery extends Query<PlatformDeploymentQuery,PlatformDeployment>
Allows programmatic querying of PlatformDeployments. Note that it is impossible to retrieve the deployment resources through the results of this operation, since that would cause a huge transfer of (possibly) unneeded bytes over the wire. To retrieve the actual bytes of a deployment resource use the operations on the PlatformRepositoryService.getDeploymentResourceNames(String) and PlatformRepositoryService.getResourceAsStream(String, String)
Author:
Yvo Swillens