Uses of Class
com.ibm.uddi.promoter.UddiEntityKeys

Packages that use UddiEntityKeys
com.ibm.uddi.promoter Contains API, command line and utility classes. 
com.ibm.uddi.promoter.export Contains entity extractor and finder related classes. 
com.ibm.uddi.promoter.publish Contains classes for performing publish operations. 
 

Uses of UddiEntityKeys in com.ibm.uddi.promoter
 

Methods in com.ibm.uddi.promoter that return UddiEntityKeys
 UddiEntityKeys UddiEntities.toUddiEntityKeys()
          Extracts keys from UDDI entities and returns a UddiEntityKeys.
 

Methods in com.ibm.uddi.promoter with parameters of type UddiEntityKeys
 void PromoterAPI.setUddiEntities(UddiEntityKeys entityKeys)
          Sets the list of UDDI entity keys to be exported, promoted or deleted.
 

Uses of UddiEntityKeys in com.ibm.uddi.promoter.export
 

Methods in com.ibm.uddi.promoter.export that return UddiEntityKeys
 UddiEntityKeys KeyFileReader.getEntityKeys()
          Returns entity keys list.
 UddiEntityKeys EntityFinder.findEntities(org.uddi4j.request.FindTModel findTModel, org.uddi4j.request.FindBusiness findBusiness, org.uddi4j.request.FindService findService, org.uddi4j.request.FindBinding findBinding, org.uddi4j.request.FindRelatedBusinesses findRelatedBusinesses)
          Performs inquiry requests on source registry and returns the results as a UddiEntityKeys collection.
 

Methods in com.ibm.uddi.promoter.export with parameters of type UddiEntityKeys
 void EntityExtractor.setEntityKeys(UddiEntityKeys entityKeys)
          Sets the keys for all the entities that are to be retrieved from the source registry.
 

Uses of UddiEntityKeys in com.ibm.uddi.promoter.publish
 

Methods in com.ibm.uddi.promoter.publish with parameters of type UddiEntityKeys
 void EntityDeleter.setEntityKeys(UddiEntityKeys entityKeys)
          Sets the entityKeys.
 

Constructors in com.ibm.uddi.promoter.publish with parameters of type UddiEntityKeys
EntityDeleter(UddiEntityKeys entityKeys)
          Constructor taking a UddiEntityKeys.