Interface PolicyDeploymentQuery

All Superinterfaces:
Query<PolicyDeploymentQuery,PolicyDeployment>
All Known Implementing Classes:
PolicyDeploymentQueryImpl

public interface PolicyDeploymentQuery extends Query<PolicyDeploymentQuery,PolicyDeployment>
Allows programmatic querying of PolicyDeployments. 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 PolicyRepositoryService.getDeploymentResourceNames(String) and PolicyRepositoryService.getResourceAsStream(String, String)
Author:
Tijs Rademakers