| 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 | 
|---|---|
Association | 
LifeCycleManager.createAssociation(RegistryObject targetObject,
                 Concept associationType)
Creates an Association instance using the specified
 parameters. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
BusinessLifeCycleManager.confirmAssociation(Association assoc)
Confirms this Association by the User associated with the caller. 
 | 
void | 
BusinessLifeCycleManager.unConfirmAssociation(Association assoc)
Undoes a previous confirmation of this Association by the User associated with the caller. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
RegistryObject.addAssociation(Association association)
Adds specified Association to use this object as source. 
 | 
void | 
RegistryObject.removeAssociation(Association association)
Removes specified Association from this object. 
 | 
Copyright © 1996-2013, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.