Skip to main content

This is documentation for Caché & Ensemble. See the InterSystems IRIS version of this content.Opens in a new tab

For information on migrating to InterSystems IRISOpens in a new tab, see Why Migrate to InterSystems IRIS?

%iKnow.Classification.Definition.TermCRC

serial class %iKnow.Classification.Definition.TermCRC extends %iKnow.Classification.Definition.Term

Property Inventory

Method Inventory

Parameters

parameter XMLNAME = CRC;
Inherited description: 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 TermCRCEntry (XMLNAME = "Entry", XMLPROJECTION = "ELEMENT");
Property methods: EntriesBuildValueArray(), EntriesCollectionToDisplay(), EntriesCollectionToOdbc(), EntriesDisplayToCollection(), EntriesGet(), EntriesGetObject(), EntriesGetObjectId(), EntriesGetSwizzled(), EntriesIsValid(), EntriesOdbcToCollection(), EntriesSet(), EntriesSetObject(), EntriesSetObjectId()
property type as %String (VALUELIST = ",crc", XMLPROJECTION = "NONE") [ InitialExpression = "crc" , ReadOnly ];
Inherited description: The type of term: entity or CRC
Property methods: typeDisplayToLogical(), typeGet(), typeIsValid(), typeLogicalToDisplay(), typeLogicalToOdbc(), typeNormalize(), typeSet()

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

Inherited Members

Inherited Properties

Inherited Methods

FeedbackOpens in a new tab