public interface ResourceQueryService
ResourceQueryService methods.
 ©2008 Cloud Software Group, Inc.| Modifier and Type | Method and Description | 
|---|---|
com.tibco.n2.de.api.resourcequery.XmlSimpleResource[] | 
executeQuery(int aModelVersion,
            java.lang.String aQuery)
Executes a given query against the Directory Engine. 
 | 
com.tibco.n2.de.api.resourcequery.XmlSimpleResource[] | 
executeQuery(int aModelVersion,
            java.lang.String aQuery,
            boolean aSingleResult,
            int aImplementation)
Executes a given query against the Directory Engine; with the option to
 return only a single result - chosen at random from the collection of
 results. 
 | 
com.tibco.n2.de.api.resourcequery.XmlSimpleResource[] | 
executeQuery(java.lang.String aQuery)
Executes a given query against the Directory Engine. 
 | 
java.lang.String | 
resetQueries()
Resets dynamic queries in the Directory Engine. 
 | 
java.lang.String | 
resetQueries(int aModelVersion)
Resets dynamic queries in the Directory Engine. 
 | 
com.tibco.n2.de.api.resourcequery.XmlSimpleResource[] executeQuery(java.lang.String aQuery)
                                                            throws com.tibco.n2.de.services.InternalServiceFault,
                                                                   com.tibco.n2.de.services.InvalidServiceRequestFault,
                                                                   com.tibco.n2.de.services.InvalidQueryFault,
                                                                   com.tibco.n2.de.services.NoSuchNamedEntityFault
aQuery - the RQL expression to be evaluated.java.lang.RuntimeExceptioncom.tibco.n2.de.services.InternalServiceFaultcom.tibco.n2.de.services.InvalidServiceRequestFaultcom.tibco.n2.de.services.InvalidQueryFaultcom.tibco.n2.de.services.NoSuchNamedEntityFaultcom.tibco.n2.de.api.resourcequery.XmlSimpleResource[] executeQuery(int aModelVersion,
                                                                   java.lang.String aQuery)
                                                            throws com.tibco.n2.de.services.InternalServiceFault,
                                                                   com.tibco.n2.de.services.InvalidServiceRequestFault,
                                                                   com.tibco.n2.de.services.InvalidQueryFault,
                                                                   com.tibco.n2.de.services.NoSuchNamedEntityFault
aModelVersion - the major org-model version against which the query
            should be evaluated.aQuery - the RQL expression to be evaluated.java.lang.RuntimeExceptioncom.tibco.n2.de.services.InternalServiceFaultcom.tibco.n2.de.services.InvalidServiceRequestFaultcom.tibco.n2.de.services.InvalidQueryFaultcom.tibco.n2.de.services.NoSuchNamedEntityFaultcom.tibco.n2.de.api.resourcequery.XmlSimpleResource[] executeQuery(int aModelVersion,
                                                                   java.lang.String aQuery,
                                                                   boolean aSingleResult,
                                                                   int aImplementation)
                                                            throws com.tibco.n2.de.services.InternalServiceFault,
                                                                   com.tibco.n2.de.services.InvalidServiceRequestFault,
                                                                   com.tibco.n2.de.services.InvalidQueryFault,
                                                                   com.tibco.n2.de.services.NoSuchNamedEntityFault
aModelVersion - the major org-model version against which the query
            should be evaluated.aQuery - the RQL expression to be evaluated.java.lang.RuntimeExceptioncom.tibco.n2.de.services.InternalServiceFaultcom.tibco.n2.de.services.InvalidServiceRequestFaultcom.tibco.n2.de.services.InvalidQueryFaultcom.tibco.n2.de.services.NoSuchNamedEntityFaultjava.lang.String resetQueries()
                       throws com.tibco.n2.de.services.InternalServiceFault
aModelVersion - java.lang.RuntimeExceptioncom.tibco.n2.de.services.InternalServiceFaultjava.lang.String resetQueries(int aModelVersion)
                       throws com.tibco.n2.de.services.InternalServiceFault
aModelVersion - java.lang.RuntimeExceptioncom.tibco.n2.de.services.InternalServiceFaultCopyright © 2018 Cloud Software Group, Inc. All Rights Reserved.