| Package | Description |
|---|---|
| com.sun.xml.registry.uddi | |
| com.sun.xml.registry.uddi.infomodel | |
| javax.xml.registry | |
| javax.xml.registry.infomodel |
| Modifier and Type | Method and Description |
|---|---|
Association |
LifeCycleManagerImpl.createAssociation(RegistryObject targetObject,
Concept associationType)
Create an Association instance using the specified
parameters.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BusinessLifeCycleManagerImpl.confirmAssociation(Association association) |
void |
BusinessLifeCycleManagerImpl.unConfirmAssociation(Association association) |
| Modifier and Type | Class and Description |
|---|---|
class |
AssociationImpl
Implementation of Association interface.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RegistryObjectImpl.addAssociation(Association association)
Adds specified Association to use this object as source.
|
void |
RegistryObjectImpl.removeAssociation(Association association)
Removes specified Association from this object.
|
| 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 © 2005–2017 Oracle Corporation. All rights reserved.