Uses of Interface
javax.xml.registry.infomodel.Key
Packages that use Key
Package
Description
This package and its sub-packages describe the API classes and interfaces
for the Jakarta XML Registries API.
This package describes the information model for the Jakarta XML Registries
API.
-
Uses of Key in javax.xml.registry
Methods in javax.xml.registry that return KeyModifier and TypeMethodDescriptionCreates a Key instance from an ID.RegistryException.getErrorObjectKey()Gets the Key to the first object that encountered an error in the registry.Methods in javax.xml.registry with parameters of type KeyModifier and TypeMethodDescriptionBusinessQueryManager.findServiceBindings(Key serviceKey, Collection findQualifiers, Collection classifications, Collection specifications) Finds all ServiceBinding objects that match all of the criteria specified by the parameters of this call.BusinessQueryManager.findServices(Key orgKey, Collection findQualifiers, Collection namePatterns, Collection classifications, Collection specifications) Finds all Service objects that match all of the criteria specified by the parameters of this call.voidRegistryException.setErrorObjectKey(Key key) Sets the Key to the first object that encountered an error in the registry. -
Uses of Key in javax.xml.registry.infomodel
Methods in javax.xml.registry.infomodel that return KeyModifier and TypeMethodDescriptionRegistryObject.getKey()Gets the key representing the universally unique ID (UUID) for this object.Methods in javax.xml.registry.infomodel with parameters of type Key