Package | Description |
---|---|
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 |
Modifier and Type | Method and Description |
---|---|
DeploymentQueryImpl |
DeploymentQueryImpl.deploymentId(String deploymentId) |
DeploymentQueryImpl |
DeploymentQueryImpl.deploymentName(String deploymentName) |
DeploymentQueryImpl |
DeploymentQueryImpl.deploymentNameLike(String nameLike) |
Modifier and Type | Method and Description |
---|---|
DeploymentQueryImpl |
DbEntityManager.createDeploymentQuery() |
Modifier and Type | Method and Description |
---|---|
void |
AuthorizationManager.configureDeploymentQuery(DeploymentQueryImpl query) |
protected void |
DeploymentManager.configureQuery(DeploymentQueryImpl query) |
long |
DeploymentManager.findDeploymentCountByQueryCriteria(DeploymentQueryImpl deploymentQuery) |
List<Deployment> |
DeploymentManager.findDeploymentsByQueryCriteria(DeploymentQueryImpl deploymentQuery,
Page page) |
Copyright © 2022. All rights reserved.