Class Reference
IRIS for UNIX 2024.1.2
InterSystems: The power behind what matters   
Documentation  Search
  [USER] >  [%DeepSee] >  [UserLibrary] >  [TermList]
Private  Storage   

class %DeepSee.UserLibrary.TermList extends %RegisteredObject, %DeepSee.UserLibrary.UserData

Inventory

Parameters Properties Methods Queries Indices ForeignKeys Triggers
1 12 5


Summary

Properties
FullName caption description fieldList
fieldListString hideValue keyList modDate
name pattern subjectArea valueList

Methods
%AddToSaveSet %ClassIsLatestVersion %ClassName %ConstructClone
%DeleteId %DispatchClassMethod %DispatchGetModified %DispatchGetProperty
%DispatchMethod %DispatchSetModified %DispatchSetMultidimProperty %DispatchSetProperty
%ExistsId %Extends %GetParameter %IsA
%IsModified %New %NormalizeObject %ObjectModified
%OpenId %OriginalNamespace %PackageName %RemoveFromSaveSet
%Save %SerializeObject %SetModified %ValidateObject
XMLDTD XMLExport XMLExportToStream XMLExportToString
XMLNew XMLSchema XMLSchemaNamespace XMLSchemaType
getIdentifier


Parameters

• parameter XMLNAME = "termlist";
This parameter provides the default XMLNAME for the class. If it is empty then the class name will be used to construct a default XML name. The default XMLNAME is used as the top level tag when exporting objects and the export context did not provide an XML container name.

Properties

• property FullName as %String(MAXLEN=2000,XMLPROJECTION="attribute") [ Transient ];
• property caption as %String(MAXLEN=2000,XMLPROJECTION="attribute");
• property description as %String(MAXLEN=2000,XMLPROJECTION="attribute");
• property fieldList as list of %String;
• property fieldListString as %String(MAXLEN=2000,XMLPROJECTION="attribute");
• property hideValue as %String(MAXLEN=2000,XMLPROJECTION="attribute");
• property keyList as list of %String;
• property modDate as %String(MAXLEN=2000,XMLPROJECTION="attribute");
• property name as %String(MAXLEN=2000,XMLPROJECTION="attribute");
• property pattern as %String(MAXLEN=2000,XMLPROJECTION="attribute");
• property subjectArea as %String(MAXLEN=2000,XMLPROJECTION="attribute");
• property valueList as array of %String;

Methods

• classmethod %DeleteId(pID As %String = "") as %Status
• classmethod %ExistsId(pID As %String = "") as %Boolean
• classmethod %OpenId(pID As %String = "") as %DeepSee.UserLibrary.TermList
• method %Save() as %Status
• method getIdentifier() as %String


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