Uses of Class
org.camunda.bpm.engine.impl.DeploymentQueryImpl
Packages that use DeploymentQueryImpl
Package
Description
API implementation classes, which shouldn't directly be used by end-users.
-
Uses of DeploymentQueryImpl in org.camunda.bpm.engine.impl
Methods in org.camunda.bpm.engine.impl that return DeploymentQueryImplModifier and TypeMethodDescriptionDeploymentQueryImpl.deploymentId
(String deploymentId) DeploymentQueryImpl.deploymentName
(String deploymentName) DeploymentQueryImpl.deploymentNameLike
(String nameLike) -
Uses of DeploymentQueryImpl in org.camunda.bpm.engine.impl.db.entitymanager
Methods in org.camunda.bpm.engine.impl.db.entitymanager that return DeploymentQueryImpl -
Uses of DeploymentQueryImpl in org.camunda.bpm.engine.impl.persistence.entity
Methods in org.camunda.bpm.engine.impl.persistence.entity with parameters of type DeploymentQueryImplModifier and TypeMethodDescriptionvoid
AuthorizationManager.configureDeploymentQuery
(DeploymentQueryImpl query) protected void
DeploymentManager.configureQuery
(DeploymentQueryImpl query) long
DeploymentManager.findDeploymentCountByQueryCriteria
(DeploymentQueryImpl deploymentQuery) DeploymentManager.findDeploymentsByQueryCriteria
(DeploymentQueryImpl deploymentQuery, Page page)