Uses of Class
org.apache.ws.scout.model.uddi.v2.IdentifierBag

Packages that use IdentifierBag
org.apache.ws.scout.model.uddi.v2   
org.apache.ws.scout.registry   
org.apache.ws.scout.util   
 

Uses of IdentifierBag in org.apache.ws.scout.model.uddi.v2
 

Fields in org.apache.ws.scout.model.uddi.v2 declared as IdentifierBag
protected  IdentifierBag TModel.identifierBag
           
protected  IdentifierBag FindTModel.identifierBag
           
protected  IdentifierBag FindBusiness.identifierBag
           
protected  IdentifierBag BusinessEntity.identifierBag
           
 

Methods in org.apache.ws.scout.model.uddi.v2 that return IdentifierBag
 IdentifierBag ObjectFactory.createIdentifierBag()
          Create an instance of IdentifierBag
 IdentifierBag TModel.getIdentifierBag()
          Gets the value of the identifierBag property.
 IdentifierBag FindTModel.getIdentifierBag()
          Gets the value of the identifierBag property.
 IdentifierBag FindBusiness.getIdentifierBag()
          Gets the value of the identifierBag property.
 IdentifierBag BusinessEntity.getIdentifierBag()
          Gets the value of the identifierBag property.
 

Methods in org.apache.ws.scout.model.uddi.v2 that return types with arguments of type IdentifierBag
 javax.xml.bind.JAXBElement<IdentifierBag> ObjectFactory.createIdentifierBag(IdentifierBag value)
          Create an instance of JAXBElement<IdentifierBag>}
 

Methods in org.apache.ws.scout.model.uddi.v2 with parameters of type IdentifierBag
 javax.xml.bind.JAXBElement<IdentifierBag> ObjectFactory.createIdentifierBag(IdentifierBag value)
          Create an instance of JAXBElement<IdentifierBag>}
 void TModel.setIdentifierBag(IdentifierBag value)
          Sets the value of the identifierBag property.
 void FindTModel.setIdentifierBag(IdentifierBag value)
          Sets the value of the identifierBag property.
 void FindBusiness.setIdentifierBag(IdentifierBag value)
          Sets the value of the identifierBag property.
 void BusinessEntity.setIdentifierBag(IdentifierBag value)
          Sets the value of the identifierBag property.
 

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

Methods in org.apache.ws.scout.registry with parameters of type IdentifierBag
 BusinessList RegistryImpl.findBusiness(Name[] nameArray, DiscoveryURLs discoveryURLs, IdentifierBag identifierBag, CategoryBag categoryBag, TModelBag tModelBag, FindQualifiers findQualifiers, int maxRows)
          Used to locate information about one or more businesses.
 BusinessList IRegistry.findBusiness(Name[] nameArray, DiscoveryURLs discoveryURLs, IdentifierBag identifierBag, CategoryBag categoryBag, TModelBag tModelBag, FindQualifiers findQualifiers, int maxRows)
          Used to locate information about one or more businesses.
 TModelList RegistryImpl.findTModel(java.lang.String name, CategoryBag categoryBag, IdentifierBag identifierBag, FindQualifiers findQualifiers, int maxRows)
          "Used to locate one or more tModel information structures.
 TModelList IRegistry.findTModel(java.lang.String name, CategoryBag categoryBag, IdentifierBag identifierBag, FindQualifiers findQualifiers, int maxRows)
          "Used to locate one or more tModel information structures.
 

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

Methods in org.apache.ws.scout.util that return IdentifierBag
static IdentifierBag ScoutJaxrUddiHelper.getIdentifierBagFromExternalIdentifiers(java.util.Collection identifiers)
          Adds the objects identifiers from JAXR's external identifier collection
 

Methods in org.apache.ws.scout.util with parameters of type IdentifierBag
static java.util.Collection ScoutUddiJaxrHelper.getExternalIdentifiers(IdentifierBag identifierBag, javax.xml.registry.LifeCycleManager lifeCycleManager)
          External Identifiers
 



Copyright © 2004-2012 The Apache Software Foundation. All Rights Reserved.