| 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 | 
|---|---|
ExternalLink | 
LifeCycleManager.createExternalLink(String externalURI,
                  InternationalString description)
Creates an ExternalLink instance using the specified
 parameters, where the description is an InternationalString. 
 | 
ExternalLink | 
LifeCycleManager.createExternalLink(String externalURI,
                  String description)
Creates an ExternalLink instance using the specified
 parameters, where the description is a String. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
RegistryObject.addExternalLink(ExternalLink externalLink)
Adds specified ExternalLink to this object. 
 | 
void | 
RegistryObject.removeExternalLink(ExternalLink externalLink)
Removes specified ExternalLink from this object. 
 | 
Copyright © 1996-2013, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.