Skip to main content

EnsLib.UDDI.SaveTModel

class EnsLib.UDDI.SaveTModel extends EnsLib.UDDI.Saver

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

Property Inventory

Method Inventory

Properties

property TModels as list of EnsLib.UDDI.uddi.tModel;
Collection of TModels to update the UDDI registry with
Property methods: TModelsBuildValueArray(), TModelsCollectionToDisplay(), TModelsCollectionToOdbc(), TModelsDisplayToCollection(), TModelsGet(), TModelsGetObject(), TModelsGetObjectId(), TModelsGetSwizzled(), TModelsIsValid(), TModelsOdbcToCollection(), TModelsSet(), TModelsSetObject(), TModelsSetObjectId()

Methods

method AddTModel(pTModel As EnsLib.UDDI.uddi.tModel) as %Status
Helper method to add a TModel
method Send(pConnection As EnsLib.UDDI.Connection, Output pTModels As %ListOfObjects(ELEMENTTYPE="EnsLib.UDDI.uddi.tModel"), Output pTruncated As %Boolean) as %Status
Transmits the SaveTModel request to the UDDI Server.
classmethod Test(pConnection As EnsLib.UDDI.Connection, Output pTModelKey As EnsLib.UDDI.uddi.tModelKey) as %Status
Test the functionality by creating and saving a new TModel. Note, the registry will assign the key value

Inherited Members

Inherited Properties

Inherited Methods

FeedbackOpens in a new tab