Package org.flowable.app.api.repository
Interface AppDeploymentQuery
- All Superinterfaces:
AppDeploymentBaseQuery<AppDeploymentQuery,
,AppDeployment> Query<AppDeploymentQuery,
AppDeployment>
public interface AppDeploymentQuery
extends AppDeploymentBaseQuery<AppDeploymentQuery,AppDeployment>
Allows programmatic querying of
AppDeployment
s.
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
AppRepositoryService.getDeploymentResourceNames(String)
and
AppRepositoryService.getResourceAsStream(String, String)
- Author:
- Tijs Rademakers, Joram Barrez
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.flowable.common.engine.api.query.Query
Query.NullHandlingOnOrder
-
Method Summary
Methods inherited from interface org.flowable.app.api.repository.AppDeploymentBaseQuery
deploymentCategory, deploymentCategoryNotEquals, deploymentId, deploymentIds, deploymentKey, deploymentName, deploymentNameLike, deploymentTenantId, deploymentTenantIdLike, deploymentWithoutTenantId, latest, orderByDeploymentId, orderByDeploymentName, orderByDeploymentTime, orderByTenantId