Uses of Interface
com.flowable.serviceregistry.api.repository.ServiceDeploymentQuery
Packages that use ServiceDeploymentQuery
Package
Description
-
Uses of ServiceDeploymentQuery in com.flowable.serviceregistry.api.repository
Methods in com.flowable.serviceregistry.api.repository that return ServiceDeploymentQueryModifier and TypeMethodDescriptionServiceDeploymentQuery.actionDefinitionKey(String key) Only select deployments with the given action definition key.ServiceDeploymentQuery.actionDefinitionKeyLike(String keyLike) Only select deployments with a action definition key like the given string.ServiceRegistryRepositoryService.createDeploymentQuery()Query deploymentsServiceDeploymentQuery.deploymentCategory(String category) Only select deployments with the given category.ServiceDeploymentQuery.deploymentCategoryNotEquals(String categoryNotEquals) Only select deployments that have a different category then the given one.ServiceDeploymentQuery.deploymentId(String deploymentId) Only select deployments with the given deployment id.ServiceDeploymentQuery.deploymentIds(List<String> deploymentIds) Only select deployments with the given deployment ids.ServiceDeploymentQuery.deploymentKey(String key) Only select deployments with the given key.ServiceDeploymentQuery.deploymentName(String name) Only select deployments with the given name.ServiceDeploymentQuery.deploymentNameLike(String nameLike) Only select deployments with a name like the given string.ServiceDeploymentQuery.deploymentTenantId(String tenantId) Only select deployment that have the given tenant id.ServiceDeploymentQuery.deploymentTenantIdLike(String tenantIdLike) Only select deployments with a tenant id like the given one.ServiceDeploymentQuery.deploymentWithoutTenantId()Only select deployments that do not have a tenant id.ServiceDeploymentQuery.latest()Only select the latest deployments per deployment key.ServiceDeploymentQuery.orderByDeploymentId()Order by deployment id (needs to be followed byQuery.asc()orQuery.desc()).ServiceDeploymentQuery.orderByDeploymentName()Order by deployment name (needs to be followed byQuery.asc()orQuery.desc()).ServiceDeploymentQuery.orderByDeploymentTime()Order by deployment time (needs to be followed byQuery.asc()orQuery.desc()).ServiceDeploymentQuery.orderByTenantId()Order by tenant id (needs to be followed byQuery.asc()orQuery.desc()).ServiceDeploymentQuery.parentDeploymentId(String deploymentParentId) Only select deployment that have the given deployment parent id.ServiceDeploymentQuery.parentDeploymentIdLike(String deploymentParentIdLike) Only select deployments with a deployment parent id like the given one. -
Uses of ServiceDeploymentQuery in com.flowable.serviceregistry.engine
Methods in com.flowable.serviceregistry.engine that return ServiceDeploymentQuery -
Uses of ServiceDeploymentQuery in com.flowable.serviceregistry.engine.impl.persistence.entity
Methods in com.flowable.serviceregistry.engine.impl.persistence.entity that return ServiceDeploymentQueryModifier and TypeMethodDescriptionServiceDeploymentEntityManager.createServiceDeploymentQuery()ServiceDeploymentEntityManagerImpl.createServiceDeploymentQuery() -
Uses of ServiceDeploymentQuery in com.flowable.serviceregistry.engine.impl.repository
Classes in com.flowable.serviceregistry.engine.impl.repository that implement ServiceDeploymentQueryMethods in com.flowable.serviceregistry.engine.impl.repository that return ServiceDeploymentQueryModifier and TypeMethodDescriptionServiceDeploymentQueryImpl.orderByDeploymentId()ServiceDeploymentQueryImpl.orderByDeploymentName()ServiceDeploymentQueryImpl.orderByDeploymentTime()ServiceDeploymentQueryImpl.orderByTenantId()