%DeepSee.UserLibrary.TermList
class %DeepSee.UserLibrary.TermList extends %Library.RegisteredObject, %DeepSee.UserLibrary.UserData
Property Inventory
- FullName
- caption
- description
- fieldList
- fieldListString
- hideValue
- keyList
- modDate
- name
- pattern
- subjectArea
- valueList
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 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 %OpenId(pID As %String = "") as %DeepSee.UserLibrary.TermList
method %Save() as %Status
method getIdentifier() as %String
Inherited Members
Inherited Methods
- %AddToSaveSet()
- %ClassIsLatestVersion()
- %ClassName()
- %ConstructClone()
- %DispatchClassMethod()
- %DispatchGetModified()
- %DispatchGetProperty()
- %DispatchMethod()
- %DispatchSetModified()
- %DispatchSetMultidimProperty()
- %DispatchSetProperty()
- %Extends()
- %GetParameter()
- %IsA()
- %IsModified()
- %New()
- %NormalizeObject()
- %ObjectModified()
- %OriginalNamespace()
- %PackageName()
- %RemoveFromSaveSet()
- %SerializeObject()
- %SetModified()
- %ValidateObject()
- XMLDTD()
- XMLExport()
- XMLExportToStream()
- XMLExportToString()
- XMLNew()
- XMLSchema()
- XMLSchemaNamespace()
- XMLSchemaType()