Uses of Class
com.flowable.dataobject.engine.impl.repository.DataObjectDeploymentQueryImpl
Package
Description
-
Uses of DataObjectDeploymentQueryImpl in com.flowable.dataobject.engine.impl.persistence.entity
Modifier 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
Modifier and TypeMethodDescriptionlong
DataObjectDeploymentDataManager.findDeploymentCountByQueryCriteria
(DataObjectDeploymentQueryImpl deploymentQuery) DataObjectDeploymentDataManager.findDeploymentsByQueryCriteria
(DataObjectDeploymentQueryImpl deploymentQuery) -
Uses of DataObjectDeploymentQueryImpl in com.flowable.dataobject.engine.impl.persistence.entity.data.impl
Modifier and TypeMethodDescriptionlong
MybatisDataObjectDeploymentDataManager.findDeploymentCountByQueryCriteria
(DataObjectDeploymentQueryImpl deploymentQuery) MybatisDataObjectDeploymentDataManager.findDeploymentsByQueryCriteria
(DataObjectDeploymentQueryImpl deploymentQuery) -
Uses of DataObjectDeploymentQueryImpl in com.flowable.dataobject.engine.impl.repository
Modifier 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)