Uses of Interface
javax.xml.registry.infomodel.Key
-
Packages that use Key Package Description javax.xml.registry This package and its sub-packages describe the API classes and interfaces for the Jakarta XML Registries API.javax.xml.registry.infomodel 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 Key Modifier and Type Method Description KeyLifeCycleManager. createKey(String id)Creates a Key instance from an ID.KeyRegistryException. getErrorObjectKey()Gets the Key to the first object that encountered an error in the registry.Methods in javax.xml.registry with parameters of type Key Modifier and Type Method Description BulkResponseBusinessQueryManager. 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.BulkResponseBusinessQueryManager. 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 Key Modifier and Type Method Description KeyRegistryObject. getKey()Gets the key representing the universally unique ID (UUID) for this object.Methods in javax.xml.registry.infomodel with parameters of type Key Modifier and Type Method Description voidRegistryObject. setKey(Key key)Sets the key representing the universally unique ID (UUID) for this object.
-