|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use DeploymentQueryImpl | |
|---|---|
| org.camunda.bpm.engine.impl | API implementation classes, which shouldn't directly be used by end-users. |
| org.camunda.bpm.engine.impl.db.entitymanager | |
| org.camunda.bpm.engine.impl.persistence.entity | |
| Uses of DeploymentQueryImpl in org.camunda.bpm.engine.impl |
|---|
| Methods in org.camunda.bpm.engine.impl that return DeploymentQueryImpl | |
|---|---|
DeploymentQueryImpl |
DeploymentQueryImpl.deploymentId(String deploymentId)
|
DeploymentQueryImpl |
DeploymentQueryImpl.deploymentName(String deploymentName)
|
DeploymentQueryImpl |
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 | |
|---|---|
DeploymentQueryImpl |
DbEntityManager.createDeploymentQuery()
|
| Uses of DeploymentQueryImpl in org.camunda.bpm.engine.impl.persistence.entity |
|---|
| Methods in org.camunda.bpm.engine.impl.persistence.entity with parameters of type DeploymentQueryImpl | |
|---|---|
void |
AuthorizationManager.configureDeploymentQuery(DeploymentQueryImpl query)
|
long |
DeploymentManager.findDeploymentCountByQueryCriteria(DeploymentQueryImpl deploymentQuery)
|
List<Deployment> |
DeploymentManager.findDeploymentsByQueryCriteria(DeploymentQueryImpl deploymentQuery,
Page page)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||