Interface TemplateDeploymentQuery

All Superinterfaces:
org.flowable.common.engine.api.query.Query<TemplateDeploymentQuery,​TemplateDeployment>
All Known Implementing Classes:
TemplateDeploymentQueryImpl

public interface TemplateDeploymentQuery
extends org.flowable.common.engine.api.query.Query<TemplateDeploymentQuery,​TemplateDeployment>
Allows programmatic querying of TemplateDeployments. 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 TemplateRepositoryService.getDeploymentResourceNames(String) and TemplateRepositoryService.getResourceAsStream(String, String)
Author:
Tijs Rademakers