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.RuntimeException
com.tibco.n2.de.services.InternalServiceFault
com.tibco.n2.de.services.InvalidServiceRequestFault
com.tibco.n2.de.services.InvalidQueryFault
com.tibco.n2.de.services.NoSuchNamedEntityFault
com.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.RuntimeException
com.tibco.n2.de.services.InternalServiceFault
com.tibco.n2.de.services.InvalidServiceRequestFault
com.tibco.n2.de.services.InvalidQueryFault
com.tibco.n2.de.services.NoSuchNamedEntityFault
com.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.RuntimeException
com.tibco.n2.de.services.InternalServiceFault
com.tibco.n2.de.services.InvalidServiceRequestFault
com.tibco.n2.de.services.InvalidQueryFault
com.tibco.n2.de.services.NoSuchNamedEntityFault
java.lang.String resetQueries() throws com.tibco.n2.de.services.InternalServiceFault
aModelVersion
- java.lang.RuntimeException
com.tibco.n2.de.services.InternalServiceFault
java.lang.String resetQueries(int aModelVersion) throws com.tibco.n2.de.services.InternalServiceFault
aModelVersion
- java.lang.RuntimeException
com.tibco.n2.de.services.InternalServiceFault
Copyright © 2018 Cloud Software Group, Inc. All Rights Reserved.