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