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

class EnsLib.UDDI.FindService extends EnsLib.UDDI.Finder

This class is used to locate a list of Service entries which match a given set of criteria

Inventory

Parameters Properties Methods Queries Indices ForeignKeys Triggers
5 5


Summary

Properties
BusinessKey CategoryBag FindQualifiers FindTModel MaxRows
Name TModelBag 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
AddCategory AddName AddTModelKey GetList
Send Test addContactToList addDescriptionToList
addDiscoveryURLToList addFindQualifierToList addNameToList addReferenceToList


Properties

• property BusinessKey as EnsLib.UDDI.uddi.businessKey;
The BusinessKey property contains a UUID that is used to specify a particular BusinessEntity instance to search for.
• property CategoryBag as EnsLib.UDDI.uddi.categoryBag;
By default, if the CategoryBag property of a FindService object is non-empty, the Send method of the findservice object retrieves only those serviceInfo objects that match all of the category references. You can specify that the serviceInfo objects can match any of the category references by including the OrAllKeys field in the FindQualifiers property.
• property FindTModel as EnsLib.UDDI.uddi.findtModel;
Contains a FindTModel object
• property Name as list of EnsLib.UDDI.uddi.name;
Contains a list of business names to match. The percent (%) character is a wildcard character, matching any number of characters.
• property TModelBag as EnsLib.UDDI.uddi.tModelBag;
Contains a collection of UUIDs that is assigned to the tModels that are used to locate an appropriate service

Methods

• method AddCategory(pTModelKey As EnsLib.UDDI.uddi.tModelKey, pKeyName As %String, pKeyValue As %String) as %Status
Helper method to add a category
• method AddName(pName As %String, pLang As %String = ..#Language) as %Status
Helper method to add a name
• method AddTModelKey(pKey As EnsLib.UDDI.uddi.tModelKey) as %Status
Helper method to add a key (e.g. uuid:8609C81E-EE1F-4D5A-B202-3EB13AD01823)
• method Send(pConnection As EnsLib.UDDI.Connection, pListHead As %Integer = 0, Output pListDescription As EnsLib.UDDI.uddi.listDescription, Output pServiceInfos As %ListOfObjects(ELEMENTTYPE="EnsLib.UDDI.uddi.serviceInfo"), Output pTruncated As %Boolean) as %Status
Sends the FindService Request to the UDDI Server. Returns as output a list of ServiceInfo objects matching the request criteria. Many UDDI servers restrict the number of matching ServiceInfos that they return for a find request. If your find request exceeds the number set by a UDDI server, the result is truncated. The pTruncated output parameter will be set to TRUE (1)
• classmethod Test(pConnection As EnsLib.UDDI.Connection, pServiceName As EnsLib.UDDI.uddi.name) as %Status


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