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 | |
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 |
DbSqlSession.createDeploymentQuery() |
Modifier and Type | Method and Description |
---|---|
long |
DeploymentManager.findDeploymentCountByQueryCriteria(DeploymentQueryImpl deploymentQuery) |
List<Deployment> |
DeploymentManager.findDeploymentsByQueryCriteria(DeploymentQueryImpl deploymentQuery,
Page page) |
Copyright © 2015. All rights reserved.