| Package | Description | 
|---|---|
| javax.xml.registry | This package defines APIs to access and programatically interact with metadata registries. | 
| javax.xml.registry.infomodel | This package defines interfaces that define the information model for metadata registries. | 
| Modifier and Type | Method and Description | 
|---|---|
| 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. | 
| Modifier and Type | Method and Description | 
|---|---|
| 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. | 
| Modifier and Type | Method and Description | 
|---|---|
| Key | RegistryObject. getKey()Gets the key representing the universally unique ID (UUID) for this object. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | RegistryObject. setKey(Key key)Sets the key representing the universally unique ID (UUID) for this object. | 
Copyright © 1996-2013, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.