public class ResourceQueryService extends java.lang.Object implements ResourceQueryService
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 query)
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.
|
public com.tibco.n2.de.api.resourcequery.XmlSimpleResource[] executeQuery(java.lang.String query) 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
ResourceQueryService
executeQuery
in interface ResourceQueryService
query
- the RQL expression to be evaluated.com.tibco.n2.de.services.InternalServiceFault
com.tibco.n2.de.services.InvalidServiceRequestFault
com.tibco.n2.de.services.InvalidQueryFault
com.tibco.n2.de.services.NoSuchNamedEntityFault
public 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
ResourceQueryService
executeQuery
in interface ResourceQueryService
aModelVersion
- the major org-model version against which the query
should be evaluated.aQuery
- the RQL expression to be evaluated.com.tibco.n2.de.services.InternalServiceFault
com.tibco.n2.de.services.InvalidServiceRequestFault
com.tibco.n2.de.services.InvalidQueryFault
com.tibco.n2.de.services.NoSuchNamedEntityFault
public 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
ResourceQueryService
executeQuery
in interface ResourceQueryService
aModelVersion
- the major org-model version against which the query
should be evaluated.aQuery
- the RQL expression to be evaluated.com.tibco.n2.de.services.InternalServiceFault
com.tibco.n2.de.services.InvalidServiceRequestFault
com.tibco.n2.de.services.InvalidQueryFault
com.tibco.n2.de.services.NoSuchNamedEntityFault
public java.lang.String resetQueries() throws com.tibco.n2.de.services.InternalServiceFault
ResourceQueryService
resetQueries
in interface ResourceQueryService
com.tibco.n2.de.services.InternalServiceFault
public java.lang.String resetQueries(int aModelVersion) throws com.tibco.n2.de.services.InternalServiceFault
ResourceQueryService
resetQueries
in interface ResourceQueryService
com.tibco.n2.de.services.InternalServiceFault
Copyright © 2017 Cloud Software Group, Inc. All Rights Reserved.