|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.tibco.bpm.web.client.services.actions.orgmodel.RunResourceQueryForVersion
public class RunResourceQueryForVersion
Run a resource query against the Directory Engine and a particular version of the Org Model
A resource query will return an OrgModelEntityResult which contains the matching entities.
For details of the resource query language see the Directory Engine Resource Query Language documentation.
A simple example to return all resources would be : "resource(name='*')"
©2013 TIBCO Software Inc.
OrgModelEntityResult| Constructor Summary | |
|---|---|
RunResourceQueryForVersion(java.lang.String query,
int version)
Constructs a new RunResourceQueryForVersion Action |
|
| Method Summary | |
|---|---|
java.lang.String |
getQuery()
The query to execute. |
int |
getVersion()
The version of the org model to query. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public RunResourceQueryForVersion(java.lang.String query,
int version)
query - The query to execute. This must conform to the RQL syntax.version - The Version of the org model to query. -1 means the latest version.| Method Detail |
|---|
public java.lang.String getQuery()
public int getVersion()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||