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

Packages that use Association
javax.xml.registry   
javax.xml.registry.infomodel   
 

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-2015 Oracle Corporation. All Rights Reserved.