|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use DeploymentQuery | |
|---|---|
| org.jbpm.api | the jBPM API, Start by creating a Configuration,
build a ProcessEngine from that, and then you can find
the workflow methods on the services like ExecutionService,
TaskService. |
| Uses of DeploymentQuery in org.jbpm.api |
|---|
| Methods in org.jbpm.api that return DeploymentQuery | |
|---|---|
DeploymentQuery |
RepositoryService.createDeploymentQuery()
create a query for deployments |
DeploymentQuery |
DeploymentQuery.deploymentDbid(long dbid)
only include a specific deployment by id |
DeploymentQuery |
DeploymentQuery.notSuspended()
|
DeploymentQuery |
DeploymentQuery.orderAsc(java.lang.String property)
|
DeploymentQuery |
DeploymentQuery.orderDesc(java.lang.String property)
|
DeploymentQuery |
DeploymentQuery.page(int firstResult,
int maxResults)
|
DeploymentQuery |
DeploymentQuery.suspended()
only select suspended deployments |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||