-
- All Known Subinterfaces:
- BusinessQueryManager, DeclarativeQueryManager
public interface QueryManager
This is the common base interface for all QueryManagers in the API.- Author:
- Farrukh S. Najmi
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method and Description RegistryObject
getRegistryObject(String id)
Gets the RegistryObject specified by the Id.RegistryObject
getRegistryObject(String id, String objectType)
Gets the RegistryObject specified by the Id and type of object.BulkResponse
getRegistryObjects()
Gets the RegistryObjects owned by the caller.BulkResponse
getRegistryObjects(Collection objectKeys)
Gets the specified RegistryObjects.BulkResponse
getRegistryObjects(Collection objectKeys, String objectTypes)
Gets the specified RegistryObjects.BulkResponse
getRegistryObjects(String objectType)
Gets the RegistryObjects owned by the caller, that are of the specified type.RegistryService
getRegistryService()
Returns the parent RegistryService that created this object.
-
-
-
Method Detail
-
getRegistryObject
RegistryObject getRegistryObject(String id, String objectType) throws JAXRException
Gets the RegistryObject specified by the Id and type of object.- Capability Level: 0
- Parameters:
id
- is the id of the Key for a RegistryObject.objectType
- is a constant definition from LifeCycleManager that specifies the type of object desired.- Returns:
- the RegistryObject, returned as its concrete type (e.g. Organization, User etc.).
- Throws:
JAXRException
- If the JAXR provider encounters an internal error
-
getRegistryObject
RegistryObject getRegistryObject(String id) throws JAXRException
Gets the RegistryObject specified by the Id.- Capability Level: 1
- Parameters:
id
- the id for the desired object- Returns:
- the RegistryObject, returned as its concrete type (e.g. Organization, User etc.).
- Throws:
JAXRException
- If the JAXR provider encounters an internal error
-
getRegistryObjects
BulkResponse getRegistryObjects(Collection objectKeys) throws JAXRException
Gets the specified RegistryObjects. The objects are returned as their concrete type (e.g. Organization, User etc.).- Capability Level: 1
- Parameters:
objectKeys
- a Collection of Key objects for the desired objects- Returns:
- BulkResponse containing a heterogeneous Collection of RegistryObjects (e.g. Organization, User etc.).
- Throws:
JAXRException
- If the JAXR provider encounters an internal error
-
getRegistryObjects
BulkResponse getRegistryObjects(Collection objectKeys, String objectTypes) throws JAXRException
Gets the specified RegistryObjects. The objects are returned as their concrete type (e.g. Organization, User etc.).- Capability Level: 0
- Parameters:
objectKeys
- a Collection of Key objects for the desired objectsobjectTypes
- a Collection of String objects that allow filtering desired objects by their type- Returns:
- BulkResponse containing a heterogeneous Collection of RegistryObjects (e.g. Organization, User etc.).
- Throws:
JAXRException
- If the JAXR provider encounters an internal error
-
getRegistryObjects
BulkResponse getRegistryObjects() throws JAXRException
Gets the RegistryObjects owned by the caller. The objects are returned as their concrete type (e.g. Organization, User etc.).- Capability Level: 0
- Returns:
- BulkResponse containing a heterogeneous Collection of RegistryObjects (e.g. Organization, User etc.).
- Throws:
JAXRException
- If the JAXR provider encounters an internal error
-
getRegistryObjects
BulkResponse getRegistryObjects(String objectType) throws JAXRException
Gets the RegistryObjects owned by the caller, that are of the specified type. The objects are returned as their concrete type (e.g. Organization, User etc.).- Capability Level: 0
- Parameters:
objectType
- Is a constant that defines the type of object sought. See LifeCycleManager for constants for object types.- Returns:
- BulkResponse containing a heterogeneous Collection of RegistryObjects (e.g. Organization, User etc.).
- Throws:
JAXRException
- If the JAXR provider encounters an internal error- See Also:
LifeCycleManager.ORGANIZATION
-
getRegistryService
RegistryService getRegistryService() throws JAXRException
Returns the parent RegistryService that created this object.- Capability Level: 0
- Returns:
- the RegistryService created this object
- Throws:
JAXRException
- If the JAXR provider encounters an internal error
-
-
Nederlandse vertaling
U hebt gevraagd om deze site in het Nederlands te bezoeken. Voor nu wordt alleen de interface vertaald, maar nog niet alle inhoud.Als je me wilt helpen met vertalingen, is je bijdrage welkom. Het enige dat u hoeft te doen, is u op de site registreren en mij een bericht sturen waarin u wordt gevraagd om u toe te voegen aan de groep vertalers, zodat u de gewenste pagina's kunt vertalen. Een link onderaan elke vertaalde pagina geeft aan dat u de vertaler bent en heeft een link naar uw profiel.
Bij voorbaat dank.
Document heeft de 11/06/2005 gemaakt, de laatste keer de 18/08/2025 gewijzigd
Bron van het afgedrukte document:https://www.gaudry.be/nl/java-api-javaee-rf-javax/xml/registry/querymanager.html
De infobrol is een persoonlijke site waarvan de inhoud uitsluitend mijn verantwoordelijkheid is. De tekst is beschikbaar onder CreativeCommons-licentie (BY-NC-SA). Meer info op de gebruiksvoorwaarden en de auteur.
Referenties
Deze verwijzingen en links verwijzen naar documenten die geraadpleegd zijn tijdens het schrijven van deze pagina, of die aanvullende informatie kunnen geven, maar de auteurs van deze bronnen kunnen niet verantwoordelijk worden gehouden voor de inhoud van deze pagina.
De auteur van deze site is als enige verantwoordelijk voor de manier waarop de verschillende concepten, en de vrijheden die met de referentiewerken worden genomen, hier worden gepresenteerd. Vergeet niet dat u meerdere broninformatie moet doorgeven om het risico op fouten te verkleinen.