%DeepSee.UserLibrary.TermList
class %DeepSee.UserLibrary.TermList extends %Library.RegisteredObject, %DeepSee.UserLibrary.UserData
Property Inventory (Including Private)
- FullName
- caption
- description
- fieldList
- fieldListString
- hideValue
- keyList
- modDate
- name
- pattern
- subjectArea
- valueList
Method Inventory (Including Private)
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 (Including Private)
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(), fieldListStringDisplayToLogical(), fieldListStringGet(), fieldListStringIsValid(), fieldListStringLogicalToDisplay(), fieldListStringLogicalToOdbc(), fieldListStringNormalize(), fieldListStringSet()
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 (Including Private)
classmethod %OpenId(pID As %String = "") as %DeepSee.UserLibrary.TermList [ Language = objectscript ]
method %Save() as %Status [ Language = objectscript ]
method getIdentifier() as %String [ Language = objectscript ]
Inherited Members
Inherited Methods (Including Private)
- %AddToSaveSet()
- %ClassIsLatestVersion()
- %ClassName()
- %ConstructClone()
- %ConstructCloneInit()
- %DispatchClassMethod()
- %DispatchGetModified()
- %DispatchGetProperty()
- %DispatchMethod()
- %DispatchSetModified()
- %DispatchSetMultidimProperty()
- %DispatchSetProperty()
- %Extends()
- %GetParameter()
- %IsA()
- %IsModified()
- %New()
- %NormalizeObject()
- %ObjectModified()
- %OnAddToSaveSet()
- %OnClose()
- %OnConstructClone()
- %OnNew()
- %OnValidateObject()
- %OriginalNamespace()
- %PackageName()
- %RemoveFromSaveSet()
- %SerializeObject()
- %SetModified()
- %ValidateObject()
- XMLDTD()
- XMLExport()
- XMLExportToStream()
- XMLExportToString()
- XMLImportAttributes()
- XMLNew()
- XMLSchema()
- XMLSchemaNamespace()
- XMLSchemaType()