| Package | Description | 
|---|---|
| javax.xml.registry | 
 This package defines APIs to access and programatically interact with metadata registries. 
 | 
| javax.xml.registry.infomodel | 
 This package defines interfaces that define the information model for metadata registries. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Concept | 
LifeCycleManager.createConcept(RegistryObject parent,
             InternationalString name,
             String value)
Creates a Concept instance using the specified
 parameters, where the name is an InternationalString. 
 | 
Concept | 
LifeCycleManager.createConcept(RegistryObject parent,
             String name,
             String value)
Creates a Concept instance using the specified
 parameters, where the name is a String. 
 | 
Concept | 
BusinessQueryManager.findConceptByPath(String path)
Finds a Concept based on the path specified. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Association | 
LifeCycleManager.createAssociation(RegistryObject targetObject,
                 Concept associationType)
Creates an Association instance using the specified
 parameters. 
 | 
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. 
 | 
ClassificationScheme | 
LifeCycleManager.createClassificationScheme(Concept concept)
Creates a ClassificationScheme from a Concept that has no
 ClassificationScheme or parent Concept. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Concept | 
Association.getAssociationType()
Gets the association type for this Association. 
 | 
Concept | 
Classification.getConcept()
Gets the Concept that is classifying the object. 
 | 
Concept | 
RegistryObject.getObjectType()
Gets the object type that best describes the RegistryObject. 
 | 
Concept | 
Concept.getParentConcept()
Gets the parent Concept or null if parent is a ClassificationScheme. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
Concept.addChildConcept(Concept concept)
Adds a child Concept. 
 | 
void | 
ClassificationScheme.addChildConcept(Concept concept)
Adds a child Concept. 
 | 
void | 
Concept.removeChildConcept(Concept concept)
Removes a child Concept. 
 | 
void | 
ClassificationScheme.removeChildConcept(Concept concept)
Removes a child Concept. 
 | 
void | 
Association.setAssociationType(Concept associationType)
Sets the association type for this Association. 
 | 
void | 
Classification.setConcept(Concept concept)
Sets the concept for this internal classification. 
 | 
Copyright © 1996-2013, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.