com.tibco.bpm.web.client.services.actions.orgmodel
Class RunResourceQuery

java.lang.Object
  extended by com.tibco.bpm.web.client.services.actions.orgmodel.RunResourceQuery
All Implemented Interfaces:
com.google.gwt.user.client.rpc.IsSerializable, OSAction<OrgModelEntityResult>, net.customware.gwt.dispatch.shared.Action<OrgModelEntityResult>

public class RunResourceQuery
extends java.lang.Object
implements OSAction<OrgModelEntityResult>

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 Cloud Software Group, Inc.

Since:
1.2.0
See Also:
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

RunResourceQuery

public RunResourceQuery(java.lang.String query)
Constructs a new RunResourceQuery Action

Parameters:
query - The query to execute. This must conform to the RQL syntax.
Method Detail

getQuery

public java.lang.String getQuery()
The query to execute. This must conform to the RQL syntax.

Returns:
Returns the query.


Copyright © 2015 Cloud Software Group, Inc. All Rights Reserved.