Skip to main content

%DeepSee.UserLibrary.TermList

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

Property Inventory

Method Inventory

Parameters

parameter XMLNAME = termlist;
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 FullName as %String (MAXLEN = 2000, XMLPROJECTION = "attribute") [ Transient ];
Property methods: FullNameCompute(), FullNameDisplayToLogical(), FullNameGet(), FullNameIsValid(), FullNameLogicalToDisplay(), FullNameLogicalToOdbc(), FullNameNormalize(), FullNameSQLCompute(), FullNameSet(), FullNameSetT()
property caption as %String (MAXLEN = 2000, XMLPROJECTION = "attribute");
Property methods: captionDisplayToLogical(), captionGet(), captionIsValid(), captionLogicalToDisplay(), captionLogicalToOdbc(), captionNormalize(), captionSet()
property description as %String (MAXLEN = 2000, XMLPROJECTION = "attribute");
Property methods: descriptionDisplayToLogical(), descriptionGet(), descriptionIsValid(), descriptionLogicalToDisplay(), descriptionLogicalToOdbc(), descriptionNormalize(), descriptionSet()
property fieldList as list of %String;
Property methods: fieldListBuildValueArray(), fieldListCollectionToDisplay(), fieldListCollectionToOdbc(), fieldListDisplayToCollection(), fieldListDisplayToLogical(), fieldListGet(), fieldListGetObject(), fieldListGetObjectId(), fieldListGetSwizzled(), fieldListIsValid(), fieldListLogicalToDisplay(), fieldListLogicalToOdbc(), fieldListNormalize(), fieldListOdbcToCollection(), fieldListSet(), fieldListSetObject(), fieldListSetObjectId()
property fieldListString as %String (MAXLEN = 2000, XMLPROJECTION = "attribute");
Property methods: fieldListStringDisplayToLogical(), fieldListStringGet(), fieldListStringIsValid(), fieldListStringLogicalToDisplay(), fieldListStringLogicalToOdbc(), fieldListStringNormalize(), fieldListStringSet()
property hideValue as %String (MAXLEN = 2000, XMLPROJECTION = "attribute");
Property methods: hideValueDisplayToLogical(), hideValueGet(), hideValueIsValid(), hideValueLogicalToDisplay(), hideValueLogicalToOdbc(), hideValueNormalize(), hideValueSet()
property keyList as list of %String;
Property methods: keyListBuildValueArray(), keyListCollectionToDisplay(), keyListCollectionToOdbc(), keyListDisplayToCollection(), keyListDisplayToLogical(), keyListGet(), keyListGetObject(), keyListGetObjectId(), keyListGetSwizzled(), keyListIsValid(), keyListLogicalToDisplay(), keyListLogicalToOdbc(), keyListNormalize(), keyListOdbcToCollection(), keyListSet(), keyListSetObject(), keyListSetObjectId()
property modDate as %String (MAXLEN = 2000, XMLPROJECTION = "attribute");
Property methods: modDateDisplayToLogical(), modDateGet(), modDateIsValid(), modDateLogicalToDisplay(), modDateLogicalToOdbc(), modDateNormalize(), modDateSet()
property name as %String (MAXLEN = 2000, XMLPROJECTION = "attribute");
Property methods: nameDisplayToLogical(), nameGet(), nameIsValid(), nameLogicalToDisplay(), nameLogicalToOdbc(), nameNormalize(), nameSet()
property pattern as %String (MAXLEN = 2000, XMLPROJECTION = "attribute");
Property methods: patternDisplayToLogical(), patternGet(), patternIsValid(), patternLogicalToDisplay(), patternLogicalToOdbc(), patternNormalize(), patternSet()
property subjectArea as %String (MAXLEN = 2000, XMLPROJECTION = "attribute");
Property methods: subjectAreaDisplayToLogical(), subjectAreaGet(), subjectAreaIsValid(), subjectAreaLogicalToDisplay(), subjectAreaLogicalToOdbc(), subjectAreaNormalize(), subjectAreaSet()
property valueList as array of %String;
Property methods: valueListBuildValueArray(), valueListCollectionToDisplay(), valueListCollectionToOdbc(), valueListDisplayToCollection(), valueListDisplayToLogical(), valueListGet(), valueListGetObject(), valueListGetObjectId(), valueListGetSwizzled(), valueListIsValid(), valueListLogicalToDisplay(), valueListLogicalToOdbc(), valueListNormalize(), valueListOdbcToCollection(), valueListSet(), valueListSetObject(), valueListSetObjectId()

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

Inherited Members

Inherited Methods

FeedbackOpens in a new tab