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