Uses of Interface
javax.xml.registry.infomodel.Association

Packages that use Association
com.sun.xml.registry.uddi   
com.sun.xml.registry.uddi.infomodel   
javax.xml.registry   
javax.xml.registry.infomodel   
 

Uses of Association in com.sun.xml.registry.uddi
 

Methods in com.sun.xml.registry.uddi that return Association
 Association LifeCycleManagerImpl.createAssociation(RegistryObject targetObject, Concept associationType)
          Create an Association instance using the specified parameters.
 

Methods in com.sun.xml.registry.uddi with parameters of type Association
 void BusinessLifeCycleManagerImpl.confirmAssociation(Association association)
           
 void BusinessLifeCycleManagerImpl.unConfirmAssociation(Association association)
           
 

Uses of Association in com.sun.xml.registry.uddi.infomodel
 

Classes in com.sun.xml.registry.uddi.infomodel that implement Association
 class AssociationImpl
          Implementation of Association interface.
 

Methods in com.sun.xml.registry.uddi.infomodel with parameters of type Association
 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.
 

Uses of Association in javax.xml.registry
 

Methods in javax.xml.registry that return Association
 Association LifeCycleManager.createAssociation(RegistryObject targetObject, Concept associationType)
          Creates an Association instance using the specified parameters.
 

Methods in javax.xml.registry with parameters of type Association
 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.
 

Uses of Association in javax.xml.registry.infomodel
 

Methods in javax.xml.registry.infomodel with parameters of type Association
 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-2013 Oracle Corporation. All Rights Reserved.