|
||||||||||
| 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.RunResourceQuery
public class RunResourceQuery
Run a resource query against the Directory Engine.
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='*')"
©2011 TIBCO Software Inc.
OrgModelEntityResult| Constructor Summary | |
|---|---|
RunResourceQuery(java.lang.String query)
Constructs a new RunResourceQuery Action |
|
| Method Summary | |
|---|---|
java.lang.String |
getQuery()
The query to execute. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public RunResourceQuery(java.lang.String query)
query - The query to execute. This must conform to the RQL syntax.| Method Detail |
|---|
public java.lang.String getQuery()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||