Uses of Class
com.flowable.content.engine.impl.repository.DocumentDeploymentQueryImpl
Packages that use DocumentDeploymentQueryImpl
Package
Description
-
Uses of DocumentDeploymentQueryImpl in com.flowable.content.engine.impl.persistence.entity
Methods in com.flowable.content.engine.impl.persistence.entity with parameters of type DocumentDeploymentQueryImplModifier and TypeMethodDescriptionlong
DocumentDeploymentEntityManager.findDeploymentCountByQueryCriteria
(DocumentDeploymentQueryImpl deploymentQuery) long
DocumentDeploymentEntityManagerImpl.findDeploymentCountByQueryCriteria
(DocumentDeploymentQueryImpl deploymentQuery) DocumentDeploymentEntityManager.findDeploymentsByQueryCriteria
(DocumentDeploymentQueryImpl deploymentQuery) DocumentDeploymentEntityManagerImpl.findDeploymentsByQueryCriteria
(DocumentDeploymentQueryImpl deploymentQuery) -
Uses of DocumentDeploymentQueryImpl in com.flowable.content.engine.impl.persistence.entity.data
Methods in com.flowable.content.engine.impl.persistence.entity.data with parameters of type DocumentDeploymentQueryImplModifier and TypeMethodDescriptionlong
DocumentDeploymentDataManager.findDeploymentCountByQueryCriteria
(DocumentDeploymentQueryImpl deploymentQuery) DocumentDeploymentDataManager.findDeploymentsByQueryCriteria
(DocumentDeploymentQueryImpl deploymentQuery) -
Uses of DocumentDeploymentQueryImpl in com.flowable.content.engine.impl.persistence.entity.data.impl
Methods in com.flowable.content.engine.impl.persistence.entity.data.impl with parameters of type DocumentDeploymentQueryImplModifier and TypeMethodDescriptionlong
MybatisDocumentDeploymentDataManager.findDeploymentCountByQueryCriteria
(DocumentDeploymentQueryImpl deploymentQuery) MybatisDocumentDeploymentDataManager.findDeploymentsByQueryCriteria
(DocumentDeploymentQueryImpl deploymentQuery) -
Uses of DocumentDeploymentQueryImpl in com.flowable.content.engine.impl.repository
Methods in com.flowable.content.engine.impl.repository that return DocumentDeploymentQueryImplModifier and TypeMethodDescriptionDocumentDeploymentQueryImpl.deploymentCategory
(String deploymentCategory) DocumentDeploymentQueryImpl.deploymentCategoryNotEquals
(String deploymentCategoryNotEquals) DocumentDeploymentQueryImpl.deploymentId
(String deploymentId) DocumentDeploymentQueryImpl.deploymentIds
(List<String> deploymentIds) DocumentDeploymentQueryImpl.deploymentKey
(String deploymentKey) DocumentDeploymentQueryImpl.deploymentName
(String deploymentName) DocumentDeploymentQueryImpl.deploymentNameLike
(String nameLike) DocumentDeploymentQueryImpl.deploymentTenantId
(String tenantId) DocumentDeploymentQueryImpl.deploymentTenantIdLike
(String tenantIdLike) DocumentDeploymentQueryImpl.deploymentWithoutTenantId()
DocumentDeploymentQueryImpl.documentDefinitionKey
(String key) DocumentDeploymentQueryImpl.documentDefinitionKeyLike
(String keyLike) DocumentDeploymentQueryImpl.latest()
DocumentDeploymentQueryImpl.parentDeploymentId
(String parentDeploymentId) DocumentDeploymentQueryImpl.parentDeploymentIdLike
(String parentDeploymentIdLike)