Interface DocumentDeploymentQuery

All Superinterfaces:
Query<DocumentDeploymentQuery,DocumentDeployment>
All Known Implementing Classes:
DocumentDeploymentQueryImpl

public interface DocumentDeploymentQuery extends Query<DocumentDeploymentQuery,DocumentDeployment>
Allows programmatic querying of DocumentDeployments. 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 DocumentRepositoryService.getDeploymentResourceNames(String) and DocumentRepositoryService.getResourceAsStream(String, String)
Author:
Tijs Rademakers