| 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 |
|---|---|
Concept |
JAXRConceptsManager.findConceptByPath(String path) |
Concept |
JAXRConceptsManager.getConceptById(String id) |
| Modifier and Type | Method and Description |
|---|---|
Concept |
LifeCycleManagerImpl.createConcept(RegistryObject parent,
InternationalString name,
String value) |
Concept |
LifeCycleManagerImpl.createConcept(RegistryObject parent,
String name,
String value) |
Concept |
BusinessQueryManagerImpl.findConceptByPath(String path)
Find a Concept based on the path specified.
|
| Modifier and Type | Method and Description |
|---|---|
Association |
LifeCycleManagerImpl.createAssociation(RegistryObject targetObject,
Concept associationType)
Create an Association instance using the specified
parameters.
|
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.
|
ClassificationScheme |
LifeCycleManagerImpl.createClassificationScheme(Concept concept)
Creates a ClassificationScheme from a Concept that has no
ClassificationScheme or parent Concept.
|
void |
LifeCycleManagerImpl.createConceptEquivalence(Concept concept1,
Concept concept2)
Create a semantic equivalence between the two specified Concepts.
|
void |
LifeCycleManagerImpl.deleteConceptEquivalence(Concept concept1,
Concept concept2)
Removes the semantic equivalence, if any, between the specified two Concepts.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ConceptImpl
Implementation of Concept interface.
|
| Modifier and Type | Method and Description |
|---|---|
Concept |
AssociationImpl.getAssociationType()
Gets the predefined association type for this Association.
|
Concept |
ClassificationImpl.getConcept()
Gets the Concept that is classifying the object.
|
Concept |
RegistryObjectImpl.getObjectType()
Level 1 method
|
Concept |
ConceptImpl.getParentConcept()
Get the parent Concept or null if
parent is a ClassificationScheme
|
| Modifier and Type | Method and Description |
|---|---|
void |
ClassificationSchemeImpl.addChildConcept(Concept concept)
Add a child Concept
|
void |
ConceptImpl.addChildConcept(Concept concept)
Add a child Concept
|
void |
ClassificationSchemeImpl.removeChildConcept(Concept concept)
Remove child concept
|
void |
ConceptImpl.removeChildConcept(Concept concept)
Remove child concept
|
void |
AssociationImpl.setAssociationType(Concept associationType)
Sets the predefined association type for this Association.
|
void |
ClassificationImpl.setConcept(Concept concept)
Sets the Concept for this classification.
|
void |
RegistryObjectImpl.setObjectType(Concept objectType)
Level 1 method
|
void |
ConceptImpl.setParentConcept(Concept parent)
For use by Composite class only
Use parent.addChild to set parent in client code
|
| Constructor and Description |
|---|
AssociationImpl(RegistryObject targetObject,
Concept associationType) |
ClassificationImpl(Concept concept) |
ClassificationSchemeImpl(Concept concept) |
| 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 |
ClassificationScheme.addChildConcept(Concept concept)
Adds a child Concept.
|
void |
Concept.addChildConcept(Concept concept)
Adds a child Concept.
|
void |
ClassificationScheme.removeChildConcept(Concept concept)
Removes a child Concept.
|
void |
Concept.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 © 2005–2017 Oracle Corporation. All rights reserved.