| 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 |
|---|---|
Classification |
LifeCycleManagerImpl.createClassification(ClassificationScheme classificationScheme,
InternationalString name,
String value) |
Classification |
LifeCycleManagerImpl.createClassification(ClassificationScheme scheme,
String name,
String value)
Create a Classification instance for an external
Classification using the specified name and value that identifies
a taxonomy element within specified ClassificationScheme.
|
Classification |
LifeCycleManagerImpl.createClassification(Concept concept)
Create a Classification instance for an internal
Classification using the specified Concept which identifies
a taxonomy element within an internal ClassificationScheme.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ClassificationImpl
Implementation of Classification interface
|
| Modifier and Type | Method and Description |
|---|---|
void |
RegistryObjectImpl.addClassification(Classification classification)
Adds specified Classification to this object.
|
void |
RegistryObjectImpl.removeClassification(Classification classification)
Removes specified Classification from this object.
|
| Modifier and Type | Method and Description |
|---|---|
Classification |
LifeCycleManager.createClassification(ClassificationScheme scheme,
InternationalString name,
String value)
Creates a Classification instance for an external
Classification using the specified InternationalString name and String value that identify
a taxonomy element within the specified ClassificationScheme.
|
Classification |
LifeCycleManager.createClassification(ClassificationScheme scheme,
String name,
String value)
Creates a Classification instance for an external
Classification using the specified String name and String value that identify
a taxonomy element within the specified ClassificationScheme.
|
Classification |
LifeCycleManager.createClassification(Concept concept)
Creates a Classification instance for an internal
Classification using the specified Concept that identifies
a taxonomy element within an internal ClassificationScheme.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RegistryObject.addClassification(Classification classification)
Adds specified Classification to this object.
|
void |
RegistryObject.removeClassification(Classification classification)
Removes specified Classification from this object.
|
Copyright © 2005–2017 Oracle Corporation. All rights reserved.