Interface DeploymentQuery

All Superinterfaces:
Query<DeploymentQuery,Deployment>
All Known Implementing Classes:
DeploymentQueryImpl

public interface DeploymentQuery extends Query<DeploymentQuery,Deployment>
Allows programmatic querying of Deployments. 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 RepositoryService.getDeploymentResourceNames(String) and RepositoryService.getResourceAsStream(String, String)
Author:
Tom Baeyens, Joram Barrez, Ingo Richtsmeier