Uses of Class
com.flowable.serviceregistry.engine.impl.repository.ServiceDeploymentQueryImpl
Package
Description
-
Uses of ServiceDeploymentQueryImpl in com.flowable.serviceregistry.engine.impl.persistence.entity
Modifier and TypeMethodDescriptionlong
ServiceDeploymentEntityManager.findDeploymentCountByQueryCriteria
(ServiceDeploymentQueryImpl deploymentQuery) long
ServiceDeploymentEntityManagerImpl.findDeploymentCountByQueryCriteria
(ServiceDeploymentQueryImpl deploymentQuery) ServiceDeploymentEntityManager.findDeploymentsByQueryCriteria
(ServiceDeploymentQueryImpl deploymentQuery) ServiceDeploymentEntityManagerImpl.findDeploymentsByQueryCriteria
(ServiceDeploymentQueryImpl deploymentQuery) -
Uses of ServiceDeploymentQueryImpl in com.flowable.serviceregistry.engine.impl.persistence.entity.data
Modifier and TypeMethodDescriptionlong
ServiceDeploymentDataManager.findDeploymentCountByQueryCriteria
(ServiceDeploymentQueryImpl deploymentQuery) ServiceDeploymentDataManager.findDeploymentsByQueryCriteria
(ServiceDeploymentQueryImpl deploymentQuery) -
Uses of ServiceDeploymentQueryImpl in com.flowable.serviceregistry.engine.impl.persistence.entity.data.impl
Modifier and TypeMethodDescriptionlong
MybatisServiceDeploymentDataManager.findDeploymentCountByQueryCriteria
(ServiceDeploymentQueryImpl deploymentQuery) MybatisServiceDeploymentDataManager.findDeploymentsByQueryCriteria
(ServiceDeploymentQueryImpl deploymentQuery) -
Uses of ServiceDeploymentQueryImpl in com.flowable.serviceregistry.engine.impl.repository
Modifier and TypeMethodDescriptionServiceDeploymentQueryImpl.actionDefinitionKey
(String key) ServiceDeploymentQueryImpl.actionDefinitionKeyLike
(String keyLike) ServiceDeploymentQueryImpl.deploymentCategory
(String deploymentCategory) ServiceDeploymentQueryImpl.deploymentCategoryNotEquals
(String deploymentCategoryNotEquals) ServiceDeploymentQueryImpl.deploymentId
(String deploymentId) ServiceDeploymentQueryImpl.deploymentIds
(List<String> deploymentIds) ServiceDeploymentQueryImpl.deploymentKey
(String deploymentKey) ServiceDeploymentQueryImpl.deploymentName
(String deploymentName) ServiceDeploymentQueryImpl.deploymentNameLike
(String nameLike) ServiceDeploymentQueryImpl.deploymentTenantId
(String tenantId) ServiceDeploymentQueryImpl.deploymentTenantIdLike
(String tenantIdLike) ServiceDeploymentQueryImpl.deploymentWithoutTenantId()
ServiceDeploymentQueryImpl.latest()
ServiceDeploymentQueryImpl.parentDeploymentId
(String parentDeploymentId) ServiceDeploymentQueryImpl.parentDeploymentIdLike
(String parentDeploymentIdLike)