Uses of Interface
com.ibm.serviceregistry.sdo.QueryObject

Packages that use QueryObject
com.ibm.serviceregistry   
com.ibm.serviceregistry.delegate   
com.ibm.serviceregistry.sdo   
com.ibm.serviceregistry.ws   
 

Uses of QueryObject in com.ibm.serviceregistry
 

Methods in com.ibm.serviceregistry with parameters of type QueryObject
 java.util.List ServiceRegistry.executeQuery(QueryObject query)
          Execute a GraphQuery or PropertyQuery
 java.util.List ServiceRegistrySession.executeQuery(QueryObject query)
           
 

Uses of QueryObject in com.ibm.serviceregistry.delegate
 

Methods in com.ibm.serviceregistry.delegate with parameters of type QueryObject
 java.util.List RepositoryDelegate.executeQuery(QueryObject query)
          For a property query a list of PropertyQueryResult will be returned.
 

Uses of QueryObject in com.ibm.serviceregistry.sdo
 

Subinterfaces of QueryObject in com.ibm.serviceregistry.sdo
 interface GraphQuery
          A representation of the model object 'Graph Query'.
 interface PropertyQuery
          A representation of the model object 'Property Query'.
 

Uses of QueryObject in com.ibm.serviceregistry.ws
 

Methods in com.ibm.serviceregistry.ws with parameters of type QueryObject
 java.util.List WSRRCoreSDOClient.executeQuery(QueryObject query)
           
 



© Copyright IBM Corporation 2006, 2009. All Rights Reserved.