Interface ActionDeploymentQuery

All Superinterfaces:
Query<ActionDeploymentQuery,ActionDeployment>
All Known Implementing Classes:
ActionDeploymentQueryImpl

public interface ActionDeploymentQuery extends Query<ActionDeploymentQuery,ActionDeployment>
Allows programmatic querying of ActionDeployments. 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 ActionRepositoryService.getDeploymentResourceNames(String) and ActionRepositoryService.getResourceAsStream(String, String)
Author:
Tijs Rademakers