Uses of Interface
com.flowable.agent.api.repository.AgentDeploymentQuery
Packages that use AgentDeploymentQuery
-
Uses of AgentDeploymentQuery in com.flowable.agent.api.repository
Methods in com.flowable.agent.api.repository that return AgentDeploymentQueryModifier and TypeMethodDescriptionAgentRepositoryService.createDeploymentQuery()Query for agent deployments.AgentDeploymentQuery.deploymentCategory(String category) Only select deployments with the given category.AgentDeploymentQuery.deploymentCategoryNotEquals(String categoryNotEquals) Only select deployments that have a different category then the given one.AgentDeploymentQuery.deploymentId(String deploymentId) Only select deployments with the given deployment id.AgentDeploymentQuery.deploymentIds(List<String> deploymentIds) Only select deployments with the given deployment ids.AgentDeploymentQuery.deploymentKey(String key) Only select deployments with the given key.AgentDeploymentQuery.deploymentName(String name) Only select deployments with the given name.AgentDeploymentQuery.deploymentNameLike(String nameLike) Only select deployments with a name like the given string.AgentDeploymentQuery.deploymentTenantId(String tenantId) Only select deployment that have the given tenant id.AgentDeploymentQuery.deploymentTenantIdLike(String tenantIdLike) Only select deployments with a tenant id like the given one.AgentDeploymentQuery.deploymentWithoutTenantId()Only select deployments that do not have a tenant id.AgentDeploymentQuery.latest()Only select the latest deployments per deployment key.AgentDeploymentQuery.orderByDeploymentId()Order by deployment id (needs to be followed byQuery.asc()orQuery.desc()).AgentDeploymentQuery.orderByDeploymentName()Order by deployment name (needs to be followed byQuery.asc()orQuery.desc()).AgentDeploymentQuery.orderByDeploymentTime()Order by deployment time (needs to be followed byQuery.asc()orQuery.desc()).AgentDeploymentQuery.orderByTenantId()Order by tenant id (needs to be followed byQuery.asc()orQuery.desc()).AgentDeploymentQuery.parentDeploymentId(String deploymentParentId) Only select deployment that have the given deployment parent id.AgentDeploymentQuery.parentDeploymentIdLike(String deploymentParentIdLike) Only select deployments with a deployment parent id like the given one.