Uses of Class
com.flowable.form.engine.impl.FormDeploymentQueryImpl
Packages that use FormDeploymentQueryImpl
Package
Description
-
Uses of FormDeploymentQueryImpl in com.flowable.form.engine.impl
Methods in com.flowable.form.engine.impl that return FormDeploymentQueryImplModifier and TypeMethodDescriptionFormDeploymentQueryImpl.deploymentCategory
(String deploymentCategory) FormDeploymentQueryImpl.deploymentCategoryNotEquals
(String deploymentCategoryNotEquals) FormDeploymentQueryImpl.deploymentId
(String deploymentId) FormDeploymentQueryImpl.deploymentName
(String deploymentName) FormDeploymentQueryImpl.deploymentNameLike
(String nameLike) FormDeploymentQueryImpl.deploymentTenantId
(String tenantId) FormDeploymentQueryImpl.deploymentTenantIdLike
(String tenantIdLike) FormDeploymentQueryImpl.deploymentWithoutTenantId()
FormDeploymentQueryImpl.formDefinitionKey
(String key) FormDeploymentQueryImpl.formDefinitionKeyLike
(String keyLike) FormDeploymentQueryImpl.parentDeploymentId
(String parentDeploymentId) FormDeploymentQueryImpl.parentDeploymentIdLike
(String parentDeploymentIdLike) -
Uses of FormDeploymentQueryImpl in com.flowable.form.engine.impl.persistence.entity
Methods in com.flowable.form.engine.impl.persistence.entity with parameters of type FormDeploymentQueryImplModifier and TypeMethodDescriptionlong
FormDeploymentEntityManager.findDeploymentCountByQueryCriteria
(FormDeploymentQueryImpl deploymentQuery) long
FormDeploymentEntityManagerImpl.findDeploymentCountByQueryCriteria
(FormDeploymentQueryImpl deploymentQuery) FormDeploymentEntityManager.findDeploymentsByQueryCriteria
(FormDeploymentQueryImpl deploymentQuery) FormDeploymentEntityManagerImpl.findDeploymentsByQueryCriteria
(FormDeploymentQueryImpl deploymentQuery) -
Uses of FormDeploymentQueryImpl in com.flowable.form.engine.impl.persistence.entity.data
Methods in com.flowable.form.engine.impl.persistence.entity.data with parameters of type FormDeploymentQueryImplModifier and TypeMethodDescriptionlong
FormDeploymentDataManager.findDeploymentCountByQueryCriteria
(FormDeploymentQueryImpl deploymentQuery) FormDeploymentDataManager.findDeploymentsByQueryCriteria
(FormDeploymentQueryImpl deploymentQuery) -
Uses of FormDeploymentQueryImpl in com.flowable.form.engine.impl.persistence.entity.data.impl
Methods in com.flowable.form.engine.impl.persistence.entity.data.impl with parameters of type FormDeploymentQueryImplModifier and TypeMethodDescriptionlong
MybatisFormDeploymentDataManager.findDeploymentCountByQueryCriteria
(FormDeploymentQueryImpl deploymentQuery) MybatisFormDeploymentDataManager.findDeploymentsByQueryCriteria
(FormDeploymentQueryImpl deploymentQuery)