| Package | Description |
|---|---|
| com.sun.xml.registry.uddi | |
| com.sun.xml.registry.uddi.infomodel | |
| javax.xml.registry | |
| javax.xml.registry.infomodel |
| Modifier and Type | Method and Description |
|---|---|
ExternalLink |
LifeCycleManagerImpl.createExternalLink(String externalURI,
InternationalString description) |
ExternalLink |
LifeCycleManagerImpl.createExternalLink(String externalURI,
String description)
Create an ExternalLink instance using the specified
parameters.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ExternalLinkImpl
Implementation of ExternalLink interface
|
| Modifier and Type | Method and Description |
|---|---|
void |
ClassificationSchemeImpl.addExternalLink(ExternalLink link)
Overrides behavior in RegistryObjectImpl to allow adding
external links.
|
void |
ConceptImpl.addExternalLink(ExternalLink link)
Overrides behavior in RegistryObjectImpl to allow adding
external links.
|
void |
OrganizationImpl.addExternalLink(ExternalLink link)
Overrides behavior in RegistryObjectImpl to allow adding
external links.
|
void |
RegistryObjectImpl.addExternalLink(ExternalLink link)
Adds specified ExternalLink to this object.
|
void |
SpecificationLinkImpl.addExternalLink(ExternalLink link)
Overrides behavior in RegistryObjectImpl to allow adding
external links.
|
void |
RegistryObjectImpl.removeExternalLink(ExternalLink externalLink)
Removes specified ExternalLink from this object.
|
| 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 © 2005–2017 Oracle Corporation. All rights reserved.