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

class EnsLib.UDDI.Base extends %RegisteredObject

Base class for members of the EnsLib.UDDI package. Primarily contains helper methods for use with the API

Inventory

Parameters Properties Methods Queries Indices ForeignKeys Triggers
2 1 8


Summary

Properties
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
GetList addContactToList addDescriptionToList addDiscoveryURLToList
addFindQualifierToList addNameToList addReferenceToList

Subclasses
EnsLib.UDDI.Deleter EnsLib.UDDI.DiscardAuthToken EnsLib.UDDI.Finder
EnsLib.UDDI.GetAuthToken EnsLib.UDDI.GetBindingDetail EnsLib.UDDI.GetBusinessDetail
EnsLib.UDDI.GetServiceDetail EnsLib.UDDI.GetTModelDetail EnsLib.UDDI.Saver

Parameters

• parameter Generic = "3.0";
Version of the UDDI we need to use
• parameter Language = "en";
Language for names.

Properties

• property Timeout as %Integer [ InitialExpression = 60 ];
Timeout for SOAP requests. The timeout can be varied as appropriate for API calls to the UDDI registry

Methods

• classmethod GetList(pList As %AbstractList) as %String
Helper method for retrieving a string from a collection
• classmethod addContactToList(pList As %AbstractList, pUseType As %String, pName As %String, pPhone As %String)
Helper method to add a contact
• classmethod addDescriptionToList(pList As %AbstractList, pDescription As %String, pLang As %String = ..#Language) as %Status
Helper method to add a description [Previously private]
• classmethod addDiscoveryURLToList(pList As %AbstractList, pUseType As %String, pURL As %String) as %Status
Helper method to add a name to the specified list [Previously private]
• classmethod addFindQualifierToList(pList As %ListOfDataTypes, pQualifier As EnsLib.UDDI.DT.FindQualifier) as %Status
Helper method to add a find qualifier
• classmethod addNameToList(pList As %AbstractList, pName As %String, pLang As %String = ..#Language) as %Status
Helper method to add a name
• classmethod addReferenceToList(pList As %AbstractList, pTModelKey As EnsLib.UDDI.uddi.tModelKey, pKeyName As %String, pKeyValue As %String) as %Status
Helper method to add a keyed reference to the specified list [Previously private]


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