Uses of Class
org.activiti.engine.impl.DeploymentQueryImpl
-
-
Uses of DeploymentQueryImpl in org.activiti.engine.impl
-
Uses of DeploymentQueryImpl in org.activiti.engine.impl.db
Methods in org.activiti.engine.impl.db that return DeploymentQueryImpl Modifier and Type Method Description DeploymentQueryImplDbSqlSession. createDeploymentQuery() -
Uses of DeploymentQueryImpl in org.activiti.engine.impl.persistence.entity
Methods in org.activiti.engine.impl.persistence.entity with parameters of type DeploymentQueryImpl Modifier and Type Method Description longDeploymentEntityManager. findDeploymentCountByQueryCriteria(DeploymentQueryImpl deploymentQuery)longDeploymentEntityManagerImpl. findDeploymentCountByQueryCriteria(DeploymentQueryImpl deploymentQuery)List<Deployment>DeploymentEntityManager. findDeploymentsByQueryCriteria(DeploymentQueryImpl deploymentQuery, Page page)List<Deployment>DeploymentEntityManagerImpl. findDeploymentsByQueryCriteria(DeploymentQueryImpl deploymentQuery, Page page) -
Uses of DeploymentQueryImpl in org.activiti.engine.impl.persistence.entity.data
Methods in org.activiti.engine.impl.persistence.entity.data with parameters of type DeploymentQueryImpl Modifier and Type Method Description longDeploymentDataManager. findDeploymentCountByQueryCriteria(DeploymentQueryImpl deploymentQuery)List<Deployment>DeploymentDataManager. findDeploymentsByQueryCriteria(DeploymentQueryImpl deploymentQuery, Page page) -
Uses of DeploymentQueryImpl in org.activiti.engine.impl.persistence.entity.data.impl
Methods in org.activiti.engine.impl.persistence.entity.data.impl with parameters of type DeploymentQueryImpl Modifier and Type Method Description longMybatisDeploymentDataManager. findDeploymentCountByQueryCriteria(DeploymentQueryImpl deploymentQuery)List<Deployment>MybatisDeploymentDataManager. findDeploymentsByQueryCriteria(DeploymentQueryImpl deploymentQuery, Page page)
-