Interface DmnDeploymentQuery

All Superinterfaces:
Query<DmnDeploymentQuery,DmnDeployment>
All Known Implementing Classes:
DmnDeploymentQueryImpl

public interface DmnDeploymentQuery extends Query<DmnDeploymentQuery,DmnDeployment>
Allows programmatic querying of DmnDeployments. 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 DmnRepositoryService.getDeploymentResourceNames(String) and DmnRepositoryService.getResourceAsStream(String, String)
Author:
Tijs Rademakers, Joram Barrez