Class QueryManagerImpl

    • Constructor Detail

      • QueryManagerImpl

        public QueryManagerImpl()
    • Method Detail

      • getRegistryObjects

        public javax.xml.registry.BulkResponse getRegistryObjects​(Collection objectKeys)
                                                           throws javax.xml.registry.JAXRException
        gets the specified RegistryObjects
        Specified by:
        getRegistryObjects in interface javax.xml.registry.QueryManager
        Returns:
        BulkResponse containing Collection of RegistryObjects.
        Throws:
        javax.xml.registry.JAXRException
      • getRegistryObjects

        public javax.xml.registry.BulkResponse getRegistryObjects()
                                                           throws javax.xml.registry.JAXRException
        Gets the RegistryObjects owned by the caller. The objects are returned as their concrete type (e.g. Organization, User etc.).
        Specified by:
        getRegistryObjects in interface javax.xml.registry.QueryManager
        Returns:
        BulkResponse containing a hetrogeneous Collection of RegistryObjects (e.g. Organization, User etc.).
        Throws:
        javax.xml.registry.JAXRException
      • getRegistryObject

        public javax.xml.registry.infomodel.RegistryObject getRegistryObject​(String id)
                                                                      throws javax.xml.registry.JAXRException
        Gets the RegistryObject specified by the Id.
        Specified by:
        getRegistryObject in interface javax.xml.registry.QueryManager
        Returns:
        RegistryObject Is the object is returned as their concrete type (e.g. Organization, User etc.).
        Throws:
        javax.xml.registry.JAXRException
      • getRegistryObjects

        public javax.xml.registry.BulkResponse getRegistryObjects​(String objectType)
                                                           throws javax.xml.registry.JAXRException
        Gets the RegistryObject specified by the Id.
        Specified by:
        getRegistryObjects in interface javax.xml.registry.QueryManager
        Returns:
        RegistryObject Is the object is returned as their concrete type (e.g. Organization, User etc.).
        Throws:
        javax.xml.registry.JAXRException
      • getRegistryObject

        public javax.xml.registry.infomodel.RegistryObject getRegistryObject​(String id,
                                                                             String type)
                                                                      throws javax.xml.registry.JAXRException
        Specified by:
        getRegistryObject in interface javax.xml.registry.QueryManager
        Throws:
        javax.xml.registry.JAXRException
      • getRegistryObjects

        public javax.xml.registry.BulkResponse getRegistryObjects​(Collection ids,
                                                                  String type)
                                                           throws javax.xml.registry.JAXRException
        Specified by:
        getRegistryObjects in interface javax.xml.registry.QueryManager
        Throws:
        javax.xml.registry.JAXRException
      • getRegistryService

        public javax.xml.registry.RegistryService getRegistryService()
        Specified by:
        getRegistryService in interface javax.xml.registry.QueryManager