Uses of Class
org.uddi.api_v3.IdentifierBag

Packages that use IdentifierBag
org.apache.juddi.mapping   
org.apache.juddi.query   
org.apache.juddi.validation   
org.uddi.api_v3   
 

Uses of IdentifierBag in org.apache.juddi.mapping
 

Methods in org.apache.juddi.mapping with parameters of type IdentifierBag
static void MappingApiToModel.mapBusinessIdentifiers(IdentifierBag apiIdentifierBag, List<BusinessIdentifier> modelIdentifierList, BusinessEntity modelBusinessEntity)
           
static void MappingModelToApi.mapBusinessIdentifiers(List<BusinessIdentifier> modelIdentifierList, IdentifierBag apiIdentifierBag, BusinessEntity apiBusinessEntity)
           
static void MappingApiToModel.mapTModelIdentifiers(IdentifierBag apiIdentifierBag, List<TmodelIdentifier> modelIdentifierList, Tmodel modelTModel)
           
static void MappingModelToApi.mapTModelIdentifiers(List<TmodelIdentifier> modelIdentifierList, IdentifierBag apiIdentifierBag, TModel apiTModel)
           
 

Uses of IdentifierBag in org.apache.juddi.query
 

Methods in org.apache.juddi.query with parameters of type IdentifierBag
static List<?> FindTModelByIdentifierQuery.select(javax.persistence.EntityManager em, FindQualifiers fq, IdentifierBag identifiers, List<?> keysIn)
           
static List<?> FindBusinessByIdentifierQuery.select(javax.persistence.EntityManager em, FindQualifiers fq, IdentifierBag identifiers, List<?> keysIn)
           
 List<?> FindEntityByIdentifierQuery.select(javax.persistence.EntityManager em, FindQualifiers fq, IdentifierBag identifiers, List<?> keysIn, DynamicQuery.Parameter... restrictions)
           
 

Uses of IdentifierBag in org.apache.juddi.validation
 

Methods in org.apache.juddi.validation with parameters of type IdentifierBag
 void ValidateInquiry.validateIdentifierBag(IdentifierBag identifiers)
           
 void ValidatePublish.validateIdentifierBag(IdentifierBag identifiers, org.apache.commons.configuration.Configuration config)
           
 

Uses of IdentifierBag in org.uddi.api_v3
 

Fields in org.uddi.api_v3 declared as IdentifierBag
protected  IdentifierBag TModel.identifierBag
           
protected  IdentifierBag FindTModel.identifierBag
           
protected  IdentifierBag FindBusiness.identifierBag
           
protected  IdentifierBag BusinessEntity.identifierBag
           
 

Methods in org.uddi.api_v3 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.uddi.api_v3 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.uddi.api_v3 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.
 



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