| Package | Description |
|---|---|
| com.sun.xml.registry.common.tools | |
| com.sun.xml.registry.uddi | |
| com.sun.xml.registry.uddi.infomodel | |
| javax.xml.registry | |
| javax.xml.registry.infomodel |
| Modifier and Type | Method and Description |
|---|---|
ClassificationScheme |
JAXRConceptsManager.getClassificationSchemeById(String id) |
| Modifier and Type | Method and Description |
|---|---|
Collection |
JAXRConceptsManager.getChildConcepts(ClassificationScheme scheme) |
| Modifier and Type | Method and Description |
|---|---|
ClassificationScheme |
LifeCycleManagerImpl.createClassificationScheme(Concept concept)
Creates a ClassificationScheme from a Concept that has no
ClassificationScheme or parent Concept.
|
ClassificationScheme |
LifeCycleManagerImpl.createClassificationScheme(InternationalString name,
InternationalString description) |
ClassificationScheme |
LifeCycleManagerImpl.createClassificationScheme(String name,
String description) |
ClassificationScheme |
BusinessQueryManagerImpl.findClassificationSchemeByName(Collection findQualifiers,
String namePattern)
Find a ClassificationScheme by name based on the specified name pattern.
|
ClassificationScheme |
RegistryServiceImpl.getDefaultPostalScheme() |
| 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.
|
ExternalIdentifier |
LifeCycleManagerImpl.createExternalIdentifier(ClassificationScheme identificationScheme,
InternationalString name,
String value) |
ExternalIdentifier |
LifeCycleManagerImpl.createExternalIdentifier(ClassificationScheme identificationScheme,
String name,
String value)
Create an ExternalIdentifier instance using the specified
parameters.
|
Collection |
UDDIMapper.getChildConcepts(ClassificationScheme scheme) |
| Modifier and Type | Class and Description |
|---|---|
class |
ClassificationSchemeImpl
Implementation of ClassificationScheme interface
|
| Modifier and Type | Method and Description |
|---|---|
ClassificationScheme |
ClassificationImpl.getClassificationScheme()
Get the classifiation scheme
|
ClassificationScheme |
ConceptImpl.getClassificationScheme()
Get the parent classification scheme.
|
ClassificationScheme |
ExternalIdentifierImpl.getIdentificationScheme()
Gets the ClassificationScheme that is used as the identification scheme
for identifying this object.
|
ClassificationScheme |
PostalAddressImpl.getPostalScheme()
Get a user-defined postal scheme for codifying the attributes of PostalAddress
If none is defined for this object, then must rerturn the default value
returned by RegistryService#getDefaultPostalScheme()
|
| Modifier and Type | Method and Description |
|---|---|
void |
ClassificationImpl.setClassificationScheme(ClassificationScheme classificationScheme)
Sets the ClassificationScheme for this classification.
|
void |
ConceptImpl.setClassificationScheme(ClassificationScheme scheme)
Internal method to set the ClassificationScheme.
|
void |
ExternalIdentifierImpl.setIdentificationScheme(ClassificationScheme classificationScheme)
Sets the ClassificationScheme that is used as the identification scheme
for identifying this object.
|
void |
PostalAddressImpl.setPostalScheme(ClassificationScheme scheme)
Set a user-defined postal scheme for codifying the attributes of PostalAddress
|
| Constructor and Description |
|---|
ClassificationImpl(ClassificationScheme scheme,
String name,
String value) |
ExternalIdentifierImpl(ClassificationScheme identificationScheme,
String name,
String value) |
| Modifier and Type | Method and Description |
|---|---|
ClassificationScheme |
LifeCycleManager.createClassificationScheme(Concept concept)
Creates a ClassificationScheme from a Concept that has no
ClassificationScheme or parent Concept.
|
ClassificationScheme |
LifeCycleManager.createClassificationScheme(InternationalString name,
InternationalString description)
Creates a ClassificationScheme given the specified
InternationalString parameters.
|
ClassificationScheme |
LifeCycleManager.createClassificationScheme(String name,
String description)
Creates a ClassificationScheme given the specified String parameters.
|
ClassificationScheme |
BusinessQueryManager.findClassificationSchemeByName(Collection findQualifiers,
String namePattern)
Finds a ClassificationScheme by name based on the specified find
qualifiers and name pattern.
|
ClassificationScheme |
RegistryService.getDefaultPostalScheme()
Gets the default user-defined postal scheme for codifying the attributes of PostalAddress.
|
| 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.
|
ExternalIdentifier |
LifeCycleManager.createExternalIdentifier(ClassificationScheme identificationScheme,
InternationalString name,
String value)
Creates an ExternalIdentifier instance using the specified
parameters, where the name is an InternationalString.
|
ExternalIdentifier |
LifeCycleManager.createExternalIdentifier(ClassificationScheme identificationScheme,
String name,
String value)
Creates an ExternalIdentifier instance using the specified
parameters, where the name is a String.
|
| Modifier and Type | Method and Description |
|---|---|
ClassificationScheme |
Classification.getClassificationScheme()
Gets the ClassificationScheme that is used in classifying the object.
|
ClassificationScheme |
Concept.getClassificationScheme()
Gets the ClassificationScheme that this Concept is a descendent of.
|
ClassificationScheme |
ExternalIdentifier.getIdentificationScheme()
Gets the ClassificationScheme that is used as the identification scheme
for identifying this object.
|
ClassificationScheme |
PostalAddress.getPostalScheme()
Returns a user-defined postal scheme for codifying the attributes of PostalAddress.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Classification.setClassificationScheme(ClassificationScheme classificationScheme)
Sets the ClassificationScheme for this external classification.
|
void |
ExternalIdentifier.setIdentificationScheme(ClassificationScheme identificationScheme)
Sets the ClassificationScheme that is used as the identification scheme
for identifying this object.
|
void |
PostalAddress.setPostalScheme(ClassificationScheme scheme)
Sets a user-defined postal scheme for codifying the attributes of PostalAddress.
|
Copyright © 2005–2017 Oracle Corporation. All rights reserved.