Class Reference
IRIS for UNIX 2024.1.2
InterSystems: The power behind what matters   
Documentation  Search
  [USER] >  [%iKnow] >  [Classification] >  [Definition] >  [TermEntity]
Private  Storage   

deprecatedserial class %iKnow.Classification.Definition.TermEntity extends Term

Inventory

Parameters Properties Methods Queries Indices ForeignKeys Triggers
1 3 6


Summary

Properties
Entries count negation type

Methods
%AddToSaveSet %AddToSyncSet %ClassIsLatestVersion %ClassName
%ConstructClone %Delete %DeleteId %DispatchClassMethod
%DispatchGetModified %DispatchGetProperty %DispatchMethod %DispatchSetModified
%DispatchSetMultidimProperty %DispatchSetProperty %Equals %Extends
%GetParameter %GetSwizzleObject %IsA %IsModified
%IsNull %New %NormalizeObject %ObjectIsNull
%ObjectModified %OnBeforeAddToSync %OnDetermineClass %Open
%OpenId %OriginalNamespace %PackageName %RemoveFromSaveSet
%ResolveConcurrencyConflict %SerializeObject %SetModified %SyncObjectIn
%SyncTransport %ValidateObject ContainsEntry EntryCount
GetDisplayName GetValue LogicalToOdbc OdbcToLogical
RemoveEntry XMLDTD XMLExport XMLExportToStream
XMLExportToString XMLNew XMLSchema XMLSchemaNamespace
XMLSchemaType


Parameters

• parameter XMLNAME = "Entity";
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 Entries as list of %String(MAXLEN=200,XMLNAME="Value",XMLPROJECTION="ELEMENT");
• property type as %String(VALUELIST=",entity",XMLPROJECTION="NONE") [ InitialExpression = "entity",ReadOnly ];
The type of term: entity or CRC

Methods

• method ContainsEntry(pValue As %String) as %Integer
• method EntryCount() as %Integer
• method GetValue() as %String
Returns a string representation of this term
• method RemoveEntry(pValue As %String, Output pIsEmpty As %Boolean) as %Status


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