Interface PlatformDeploymentQuery

All Superinterfaces:
org.flowable.common.engine.api.query.Query<PlatformDeploymentQuery,PlatformDeployment>
All Known Implementing Classes:
PlatformDeploymentQueryImpl

public interface PlatformDeploymentQuery extends org.flowable.common.engine.api.query.Query<PlatformDeploymentQuery,PlatformDeployment>
Allows programmatic querying of PlatformDeployments. 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 PlatformRepositoryService.getDeploymentResourceNames(String) and PlatformRepositoryService.getResourceAsStream(String, String)
Author:
Yvo Swillens