|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface DeploymentQuery
find existing deployments in the repository.
| Field Summary | |
|---|---|
static java.lang.String |
PROPERTY_NAME
Deprecated. |
static java.lang.String |
PROPERTY_STATE
|
static java.lang.String |
PROPERTY_TIMESTAMP
|
| Method Summary | |
|---|---|
DeploymentQuery |
deploymentDbid(long dbid)
only include a specific deployment by id |
java.util.List<Deployment> |
list()
|
DeploymentQuery |
notSuspended()
|
DeploymentQuery |
orderAsc(java.lang.String property)
|
DeploymentQuery |
orderDesc(java.lang.String property)
|
DeploymentQuery |
page(int firstResult,
int maxResults)
|
DeploymentQuery |
suspended()
only select suspended deployments |
Deployment |
uniqueResult()
|
| Field Detail |
|---|
@Deprecated static final java.lang.String PROPERTY_NAME
static final java.lang.String PROPERTY_TIMESTAMP
static final java.lang.String PROPERTY_STATE
| Method Detail |
|---|
DeploymentQuery deploymentDbid(long dbid)
DeploymentQuery suspended()
DeploymentQuery notSuspended()
DeploymentQuery orderAsc(java.lang.String property)
DeploymentQuery orderDesc(java.lang.String property)
DeploymentQuery page(int firstResult,
int maxResults)
java.util.List<Deployment> list()
Deployment uniqueResult()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||