|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface DeploymentQuery
Allows programmatic querying of Deployments.
Note that it is impossible to retrieve the deployment resources through the
results of this operation, since that would cause a huge transfer of
(possibly) unneeded bytes over the wire.
To retrieve the actual bytes of a deployment resource use the operations on the
RepositoryService.getDeploymentResourceNames(String)
and RepositoryService.getResourceAsStream(String, String)
| Method Summary | |
|---|---|
DeploymentQuery |
deploymentAfter(Date after)
Only select deployments deployed after the given date |
DeploymentQuery |
deploymentBefore(Date before)
Only select deployments deployed before the given date |
DeploymentQuery |
deploymentId(String deploymentId)
Only select deployments with the given deployment id. |
DeploymentQuery |
deploymentName(String name)
Only select deployments with the given name. |
DeploymentQuery |
deploymentNameLike(String nameLike)
Only select deployments with a name like the given string. |
DeploymentQuery |
orderByDeploymentId()
Order by deployment id (needs to be followed by Query.asc() or Query.desc()). |
DeploymentQuery |
orderByDeploymenTime()
Order by deployment time (needs to be followed by Query.asc() or Query.desc()). |
DeploymentQuery |
orderByDeploymentName()
Order by deployment name (needs to be followed by Query.asc() or Query.desc()). |
| Methods inherited from interface org.camunda.bpm.engine.query.Query |
|---|
asc, count, desc, list, listPage, singleResult |
| Method Detail |
|---|
DeploymentQuery deploymentId(String deploymentId)
DeploymentQuery deploymentName(String name)
DeploymentQuery deploymentNameLike(String nameLike)
DeploymentQuery deploymentBefore(Date before)
DeploymentQuery deploymentAfter(Date after)
DeploymentQuery orderByDeploymentId()
Query.asc() or Query.desc()).
DeploymentQuery orderByDeploymentName()
Query.asc() or Query.desc()).
DeploymentQuery orderByDeploymenTime()
Query.asc() or Query.desc()).
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||