Skip to main content

EnsLib.UDDI.DeleteBusiness

class EnsLib.UDDI.DeleteBusiness extends EnsLib.UDDI.Deleter

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

Property Inventory

Method Inventory

Properties

property BusinessKeys as list of EnsLib.UDDI.uddi.businessKey;
Collection of Businesss to update the UDDI registry with
Property methods: BusinessKeysBuildValueArray(), BusinessKeysCollectionToDisplay(), BusinessKeysCollectionToOdbc(), BusinessKeysDisplayToCollection(), BusinessKeysDisplayToLogical(), BusinessKeysGet(), BusinessKeysGetObject(), BusinessKeysGetObjectId(), BusinessKeysGetSwizzled(), BusinessKeysIsValid(), BusinessKeysLogicalToDisplay(), BusinessKeysLogicalToOdbc(), BusinessKeysNormalize(), BusinessKeysOdbcToCollection(), BusinessKeysSet(), BusinessKeysSetObject(), BusinessKeysSetObjectId()

Methods

method AddBusinessKey(pBusinessKey As EnsLib.UDDI.uddi.businessKey) as %Status
Helper method to add a BusinessKey
method Send(pConnection As EnsLib.UDDI.Connection) as %Status
Transmits the DeleteBusiness request to the UDDI Server.
classmethod Test(pConnection As EnsLib.UDDI.Connection, pBusinessKey As EnsLib.UDDI.uddi.businessKey) as %Status
Test the functionality by deleteing a specifc Business

Inherited Members

Inherited Properties

Inherited Methods

FeedbackOpens in a new tab