Skip to main content

EnsLib.UDDI.SaveBusiness

class EnsLib.UDDI.SaveBusiness extends EnsLib.UDDI.Saver

This class is used to add or update a Business in a UDDI registry

Property Inventory

Method Inventory

Properties

property BusinessEntities as list of EnsLib.UDDI.uddi.businessEntity;
This is a collection of business entity objects to update the UDDI registry with
Property methods: BusinessEntitiesBuildValueArray(), BusinessEntitiesCollectionToDisplay(), BusinessEntitiesCollectionToOdbc(), BusinessEntitiesDisplayToCollection(), BusinessEntitiesGet(), BusinessEntitiesGetObject(), BusinessEntitiesGetObjectId(), BusinessEntitiesGetSwizzled(), BusinessEntitiesIsValid(), BusinessEntitiesOdbcToCollection(), BusinessEntitiesSet(), BusinessEntitiesSetObject(), BusinessEntitiesSetObjectId()

Methods

method AddBusinessEntity(pBusinessEntity As EnsLib.UDDI.uddi.businessEntity) as %Status
Add a BusinessEntity
method Send(pConnection As EnsLib.UDDI.Connection, Output pBusinessEntities As %ListOfObjects(ELEMENTYPE="EnsLib.UDDI.uddi.businessEntity"), Output pTruncated As %Boolean) as %Status
Transmits the SaveBusiness request to the UDDI Server.
classmethod Test(pConnection As EnsLib.UDDI.Connection, Output pBusinessKey As EnsLib.UDDI.uddi.businessKey) as %Status
Test the functionality by creating and saving a new Business. Note, the registry will assign the key value and in some cases will also assign it's own discovery URL

Inherited Members

Inherited Properties

Inherited Methods

FeedbackOpens in a new tab