Class Reference
IRIS for UNIX 2024.1.2
InterSystems: The power behind what matters   
Documentation  Search
  [USER] >  [EnsLib] >  [UDDI] >  [SaveBusiness]
Private  Storage   

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

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

Inventory

Parameters Properties Methods Queries Indices ForeignKeys Triggers
1 3


Summary

Properties
BusinessEntities Connection Timeout

Methods
%AddToSaveSet %ClassIsLatestVersion %ClassName %ConstructClone
%DispatchClassMethod %DispatchGetModified %DispatchGetProperty %DispatchMethod
%DispatchSetModified %DispatchSetMultidimProperty %DispatchSetProperty %Extends
%GetParameter %IsA %IsModified %New
%NormalizeObject %ObjectModified %OriginalNamespace %PackageName
%RemoveFromSaveSet %SerializeObject %SetModified %ValidateObject
AddBusinessEntity Connect GetList Send
Test addContactToList addDescriptionToList addDiscoveryURLToList
addFindQualifierToList addNameToList addReferenceToList


Properties

• property BusinessEntities as list of EnsLib.UDDI.uddi.businessEntity;
This is a collection of business entity objects to update the UDDI registry with

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


Copyright (c) 2025 by InterSystems Corporation. Cambridge, Massachusetts, U.S.A. All rights reserved. Confidential property of InterSystems Corporation.