Uses of Class
org.apache.juddi.datatype.CategoryBag

Packages that use CategoryBag
org.apache.juddi   
org.apache.juddi.datastore   
org.apache.juddi.datastore.jdbc   
org.apache.juddi.datatype.binding   
org.apache.juddi.datatype.business   
org.apache.juddi.datatype.request   
org.apache.juddi.datatype.service   
org.apache.juddi.datatype.tmodel   
org.apache.juddi.validator   
 

Uses of CategoryBag in org.apache.juddi
 

Methods in org.apache.juddi with parameters of type CategoryBag
 BindingDetail IRegistry.findBinding(java.lang.String serviceKey, CategoryBag categoryBag, TModelBag tModelBag, FindQualifiers findQualifiers, int maxRows)
          "Used to locate specific bindings within a registered businessService.
 BindingDetail AbstractRegistry.findBinding(java.lang.String serviceKey, CategoryBag categoryBag, TModelBag tModelBag, FindQualifiers findQualifiers, int maxRows)
          "Used to locate specific bindings within a registered businessService.
 BusinessList IRegistry.findBusiness(java.util.Vector nameVector, DiscoveryURLs discoveryURLs, IdentifierBag identifierBag, CategoryBag categoryBag, TModelBag tModelBag, FindQualifiers findQualifiers, int maxRows)
          Used to locate information about one or more businesses.
 BusinessList AbstractRegistry.findBusiness(java.util.Vector nameVector, DiscoveryURLs discoveryURLs, IdentifierBag identifierBag, CategoryBag categoryBag, TModelBag tModelBag, FindQualifiers findQualifiers, int maxRows)
          Used to locate information about one or more businesses.
 ServiceList IRegistry.findService(java.lang.String businessKey, java.util.Vector nameVector, CategoryBag categoryBag, TModelBag tModelBag, FindQualifiers findQualifiers, int maxRows)
          "Used to locate specific services within a registered businessEntity.
 ServiceList AbstractRegistry.findService(java.lang.String businessKey, java.util.Vector nameVector, CategoryBag categoryBag, TModelBag tModelBag, FindQualifiers findQualifiers, int maxRows)
          "Used to locate specific services within a registered businessEntity.
 TModelList IRegistry.findTModel(java.lang.String name, CategoryBag categoryBag, IdentifierBag identifierBag, FindQualifiers findQualifiers, int maxRows)
          "Used to locate one or more tModel information structures.
 TModelList AbstractRegistry.findTModel(java.lang.String name, CategoryBag categoryBag, IdentifierBag identifierBag, FindQualifiers findQualifiers, int maxRows)
          "Used to locate one or more tModel information structures.
 

Uses of CategoryBag in org.apache.juddi.datastore
 

Methods in org.apache.juddi.datastore with parameters of type CategoryBag
 java.util.Vector DataStore.findBinding(java.lang.String serviceKey, CategoryBag categoryBag, TModelBag tModelbag, FindQualifiers findQualifiers)
           
 java.util.Vector DataStore.findBusiness(java.util.Vector nameVector, DiscoveryURLs discoveryURLs, IdentifierBag identifierBag, CategoryBag categoryBag, TModelBag tModelBag, FindQualifiers findQualifiers)
           
 java.util.Vector DataStore.findService(java.lang.String businessKey, java.util.Vector names, CategoryBag categoryBag, TModelBag tModelBag, FindQualifiers findQualifiers)
           
 java.util.Vector DataStore.findTModel(java.lang.String name, CategoryBag categoryBag, IdentifierBag identifierBag, FindQualifiers findQualifiers)
           
 

Uses of CategoryBag in org.apache.juddi.datastore.jdbc
 

Methods in org.apache.juddi.datastore.jdbc with parameters of type CategoryBag
 java.util.Vector JDBCDataStore.findBinding(java.lang.String serviceKey, CategoryBag categoryBag, TModelBag tModelBag, FindQualifiers findQualifiers)
           
 java.util.Vector JDBCDataStore.findBusiness(java.util.Vector nameVector, DiscoveryURLs discoveryURLs, IdentifierBag identifierBag, CategoryBag categoryBag, TModelBag tModelBag, FindQualifiers findQualifiers)
           
 java.util.Vector JDBCDataStore.findService(java.lang.String businessKey, java.util.Vector nameVector, CategoryBag categoryBag, TModelBag tModelBag, FindQualifiers findQualifiers)
           
 java.util.Vector JDBCDataStore.findTModel(java.lang.String name, CategoryBag categoryBag, IdentifierBag identifierBag, FindQualifiers findQualifiers)
           
 

Uses of CategoryBag in org.apache.juddi.datatype.binding
 

Methods in org.apache.juddi.datatype.binding that return CategoryBag
 CategoryBag BindingTemplate.getCategoryBag()
          Returns the categorybag of this binding template.
 

Methods in org.apache.juddi.datatype.binding with parameters of type CategoryBag
 void BindingTemplate.setCategoryBag(CategoryBag bag)
          Set the categorybag of this binding template to the given one.
 

Uses of CategoryBag in org.apache.juddi.datatype.business
 

Methods in org.apache.juddi.datatype.business that return CategoryBag
 CategoryBag BusinessEntity.getCategoryBag()
          Returns the categorybag of this business entity.
 

Methods in org.apache.juddi.datatype.business with parameters of type CategoryBag
 void BusinessEntity.setCategoryBag(CategoryBag bag)
          Set the categorybag of this business entity to the given one.
 

Uses of CategoryBag in org.apache.juddi.datatype.request
 

Methods in org.apache.juddi.datatype.request that return CategoryBag
 CategoryBag FindTModel.getCategoryBag()
          Returns the CategoryBag
 CategoryBag FindBinding.getCategoryBag()
          Returns the CategoryBag value
 CategoryBag FindBusiness.getCategoryBag()
          Returns the list of category references as an enumeration.
 CategoryBag FindService.getCategoryBag()
          Returns the CategoryBag value
 

Methods in org.apache.juddi.datatype.request with parameters of type CategoryBag
 void FindTModel.setCategoryBag(CategoryBag bag)
          Sets the CategoryBag
 void FindBinding.setCategoryBag(CategoryBag bag)
          Sets the CategoryBag value
 void FindBusiness.setCategoryBag(CategoryBag bag)
          Adds a collection of category references to the bag argument of this search.
 void FindService.setCategoryBag(CategoryBag bag)
          Sets the CategoryBag value
 

Uses of CategoryBag in org.apache.juddi.datatype.service
 

Methods in org.apache.juddi.datatype.service that return CategoryBag
 CategoryBag BusinessService.getCategoryBag()
          Returns the categorybag of this business service.
 

Methods in org.apache.juddi.datatype.service with parameters of type CategoryBag
 void BusinessService.setCategoryBag(CategoryBag bag)
          Set the categorybag of this business service to the given one.
 

Uses of CategoryBag in org.apache.juddi.datatype.tmodel
 

Methods in org.apache.juddi.datatype.tmodel that return CategoryBag
 CategoryBag TModel.getCategoryBag()
          Returns the categorybag of this tModel.
 

Methods in org.apache.juddi.datatype.tmodel with parameters of type CategoryBag
 void TModel.setCategoryBag(CategoryBag bag)
          Set the categorybag of this business entity to the given one.
 

Uses of CategoryBag in org.apache.juddi.validator
 

Methods in org.apache.juddi.validator with parameters of type CategoryBag
 boolean DefaultValidator.validate(CategoryBag bag)
           
 boolean Validator.validate(CategoryBag bag)
           
 



Copyright © 2004-2007 null. All Rights Reserved.