Interface DataObjectDeploymentQuery

All Superinterfaces:
Query<DataObjectDeploymentQuery,DataObjectDeployment>
All Known Implementing Classes:
DataObjectDeploymentQueryImpl

public interface DataObjectDeploymentQuery extends Query<DataObjectDeploymentQuery,DataObjectDeployment>
Allows programmatic querying of DataObjectDeployments. 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 DataObjectRepositoryService.getDeploymentResourceNames(String) and DataObjectRepositoryService.getResourceAsStream(String, String)