Uses of Class
com.flowable.dataobject.engine.impl.repository.DataObjectDeploymentQueryImpl
Packages that use DataObjectDeploymentQueryImpl
Package
Description
-
Uses of DataObjectDeploymentQueryImpl in com.flowable.dataobject.engine.impl.persistence.entity
Methods in com.flowable.dataobject.engine.impl.persistence.entity with parameters of type DataObjectDeploymentQueryImplModifier and TypeMethodDescriptionlong
DataObjectDeploymentEntityManager.findDeploymentCountByQueryCriteria
(DataObjectDeploymentQueryImpl deploymentQuery) long
DataObjectDeploymentEntityManagerImpl.findDeploymentCountByQueryCriteria
(DataObjectDeploymentQueryImpl deploymentQuery) DataObjectDeploymentEntityManager.findDeploymentsByQueryCriteria
(DataObjectDeploymentQueryImpl deploymentQuery) DataObjectDeploymentEntityManagerImpl.findDeploymentsByQueryCriteria
(DataObjectDeploymentQueryImpl deploymentQuery) -
Uses of DataObjectDeploymentQueryImpl in com.flowable.dataobject.engine.impl.persistence.entity.data
Methods in com.flowable.dataobject.engine.impl.persistence.entity.data with parameters of type DataObjectDeploymentQueryImplModifier and TypeMethodDescriptionlong
DataObjectDeploymentDataManager.findDeploymentCountByQueryCriteria
(DataObjectDeploymentQueryImpl deploymentQuery) DataObjectDeploymentDataManager.findDeploymentsByQueryCriteria
(DataObjectDeploymentQueryImpl deploymentQuery) -
Uses of DataObjectDeploymentQueryImpl in com.flowable.dataobject.engine.impl.persistence.entity.data.impl
Methods in com.flowable.dataobject.engine.impl.persistence.entity.data.impl with parameters of type DataObjectDeploymentQueryImplModifier and TypeMethodDescriptionlong
MybatisDataObjectDeploymentDataManager.findDeploymentCountByQueryCriteria
(DataObjectDeploymentQueryImpl deploymentQuery) MybatisDataObjectDeploymentDataManager.findDeploymentsByQueryCriteria
(DataObjectDeploymentQueryImpl deploymentQuery) -
Uses of DataObjectDeploymentQueryImpl in com.flowable.dataobject.engine.impl.repository
Methods in com.flowable.dataobject.engine.impl.repository that return DataObjectDeploymentQueryImplModifier and TypeMethodDescriptionDataObjectDeploymentQueryImpl.dataObjectDefinitionKey
(String key) DataObjectDeploymentQueryImpl.dataObjectDefinitionKeyLike
(String keyLike) DataObjectDeploymentQueryImpl.deploymentCategory
(String deploymentCategory) DataObjectDeploymentQueryImpl.deploymentCategoryNotEquals
(String deploymentCategoryNotEquals) DataObjectDeploymentQueryImpl.deploymentId
(String deploymentId) DataObjectDeploymentQueryImpl.deploymentIds
(List<String> deploymentIds) DataObjectDeploymentQueryImpl.deploymentKey
(String deploymentKey) DataObjectDeploymentQueryImpl.deploymentName
(String deploymentName) DataObjectDeploymentQueryImpl.deploymentNameLike
(String nameLike) DataObjectDeploymentQueryImpl.deploymentTenantId
(String tenantId) DataObjectDeploymentQueryImpl.deploymentTenantIdLike
(String tenantIdLike) DataObjectDeploymentQueryImpl.deploymentWithoutTenantId()
DataObjectDeploymentQueryImpl.latest()
DataObjectDeploymentQueryImpl.parentDeploymentId
(String parentDeploymentId) DataObjectDeploymentQueryImpl.parentDeploymentIdLike
(String parentDeploymentIdLike)