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.
|
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 © 2019 Eclipse Foundation.
Use is subject to license terms.