javax.xml.registry
Interface QueryManager

All Known Subinterfaces:
BusinessQueryManager, DeclarativeQueryManager
All Known Implementing Classes:
BusinessQueryManagerImpl

public interface QueryManager

Version:
$Revision$ $Date$

Method Summary
 RegistryObject getRegistryObject(String id)
           
 RegistryObject getRegistryObject(String id, String objectType)
           
 BulkResponse getRegistryObjects()
           
 BulkResponse getRegistryObjects(Collection<Key> objectKeys)
           
 BulkResponse getRegistryObjects(Collection<Key> objectKeys, String objectTypes)
           
 BulkResponse getRegistryObjects(String objectTypes)
           
 RegistryService getRegistryService()
           
 

Method Detail

getRegistryObject

RegistryObject getRegistryObject(String id)
                                 throws JAXRException
Throws:
JAXRException

getRegistryObject

RegistryObject getRegistryObject(String id,
                                 String objectType)
                                 throws JAXRException
Throws:
JAXRException

getRegistryObjects

BulkResponse getRegistryObjects()
                                throws JAXRException
Throws:
JAXRException

getRegistryObjects

BulkResponse getRegistryObjects(Collection<Key> objectKeys)
                                throws JAXRException
Throws:
JAXRException

getRegistryObjects

BulkResponse getRegistryObjects(Collection<Key> objectKeys,
                                String objectTypes)
                                throws JAXRException
Throws:
JAXRException

getRegistryObjects

BulkResponse getRegistryObjects(String objectTypes)
                                throws JAXRException
Throws:
JAXRException

getRegistryService

RegistryService getRegistryService()
                                   throws JAXRException
Throws:
JAXRException


Copyright © 2004-2011 Apache Software Foundation. All Rights Reserved.