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

Packages that use Key
javax.xml.registry   
javax.xml.registry.infomodel   
 

Uses of Key in javax.xml.registry
 

Methods in javax.xml.registry that return Key
 Key LifeCycleManager.createKey(String id)
          Creates a Key instance from an ID.
 Key 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 Key
 BulkResponse BusinessQueryManager.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.
 BulkResponse 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.
 void RegistryException.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
 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.
 



Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.