Uses of Interface
javax.xml.registry.infomodel.Key

Packages that use Key
javax.xml.registry This package and its sub-packages describe the API classes and interfaces for the JAXR API. 
javax.xml.registry.infomodel This package describes the information model for JAXR API. 
 

Uses of Key in javax.xml.registry
 

Methods in javax.xml.registry that return Key
 Key RegistryException.getErrorObjectKey()
          Gets the Key to the first object that encountered an error in the registry.
 Key LifeCycleManager.createKey(java.lang.String id)
          Creates a Key instance from an ID.
 

Methods in javax.xml.registry with parameters of type Key
 void RegistryException.setErrorObjectKey(Key key)
          Sets the Key to the first object that encountered an error in the registry.
 BulkResponse BusinessQueryManager.findServices(Key orgKey, java.util.Collection findQualifiers, java.util.Collection namePatterns, java.util.Collection classifications, java.util.Collection specifications)
          Finds all Service objects that match all of the criteria specified by the parameters of this call.
 BulkResponse BusinessQueryManager.findServiceBindings(Key serviceKey, java.util.Collection findQualifiers, java.util.Collection classifications, java.util.Collection specifications)
          Finds all ServiceBinding objects that match all of the criteria specified by the parameters of this call.
 

Uses of Key in javax.xml.registry.infomodel
 

Methods in javax.xml.registry.infomodel that return Key
 Key RegistryObject.getKey()
          Gets the key representing the universally unique ID (UUID) for this object.
 

Methods in javax.xml.registry.infomodel with parameters of type Key
 void RegistryObject.setKey(Key key)
          Sets the key representing the universally unique ID (UUID) for this object.