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

Packages that use Association
javax.xml.registry   
javax.xml.registry.infomodel   
org.apache.ws.scout.registry   
org.apache.ws.scout.registry.infomodel   
org.apache.ws.scout.util   
 

Uses of Association in javax.xml.registry
 

Methods in javax.xml.registry that return Association
 Association LifeCycleManager.createAssociation(RegistryObject targetObject, Concept associationType)
           
 

Methods in javax.xml.registry with parameters of type Association
 void BusinessLifeCycleManager.confirmAssociation(Association assoc)
           
 void BusinessLifeCycleManager.unConfirmAssociation(Association assoc)
           
 

Method parameters in javax.xml.registry with type arguments of type Association
 BulkResponse BusinessLifeCycleManager.saveAssociations(Collection<Association> associations, boolean replace)
           
 

Uses of Association in javax.xml.registry.infomodel
 

Methods in javax.xml.registry.infomodel with parameters of type Association
 void RegistryObject.addAssociation(Association association)
           
 void RegistryObject.removeAssociation(Association association)
           
 

Uses of Association in org.apache.ws.scout.registry
 

Methods in org.apache.ws.scout.registry that return Association
 Association LifeCycleManagerImpl.createAssociation(RegistryObject targetObject, Concept associationType)
           
 

Methods in org.apache.ws.scout.registry with parameters of type Association
 void BusinessLifeCycleManagerImpl.confirmAssociation(Association assoc)
           
 void BusinessLifeCycleManagerImpl.unConfirmAssociation(Association assoc)
           
 

Uses of Association in org.apache.ws.scout.registry.infomodel
 

Classes in org.apache.ws.scout.registry.infomodel that implement Association
 class AssociationImpl
          Implements JAXR Association Interface.
 

Methods in org.apache.ws.scout.registry.infomodel that return types with arguments of type Association
 Collection<Association> RegistryObjectImpl.getAssociations()
           
 

Methods in org.apache.ws.scout.registry.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)
           
 

Uses of Association in org.apache.ws.scout.util
 

Methods in org.apache.ws.scout.util that return Association
static Association ScoutUddiJaxrHelper.getAssociation(Collection orgs, LifeCycleManager lcm)
           
 

Methods in org.apache.ws.scout.util with parameters of type Association
static PublisherAssertion ScoutJaxrUddiHelper.getPubAssertionFromJAXRAssociation(Association assc)
           
 



Copyright © 2004-2011 Apache Software Foundation. All Rights Reserved.