Uses of Interface
javax.xml.registry.infomodel.ExternalLink
-
Packages that use ExternalLink 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. -
-
Uses of ExternalLink in javax.xml.registry
Methods in javax.xml.registry that return ExternalLink Modifier and Type Method Description ExternalLinkLifeCycleManager. createExternalLink(String externalURI, String description)Creates an ExternalLink instance using the specified parameters, where the description is a String.ExternalLinkLifeCycleManager. createExternalLink(String externalURI, InternationalString description)Creates an ExternalLink instance using the specified parameters, where the description is an InternationalString. -
Uses of ExternalLink in javax.xml.registry.infomodel
Methods in javax.xml.registry.infomodel with parameters of type ExternalLink Modifier and Type Method Description voidRegistryObject. addExternalLink(ExternalLink externalLink)Adds specified ExternalLink to this object.voidRegistryObject. removeExternalLink(ExternalLink externalLink)Removes specified ExternalLink from this object.
-