%iKnow.Model.skiplist
deprecated class %iKnow.Model.skiplist extends %iKnow.Model.node
Model representation of a skiplist, containing entities to be left out of processingProperty Inventory
Method Inventory
Properties
property description as %String (XMLPROJECTION = "ATTRIBUTE");
Property methods: descriptionDisplayToLogical(), descriptionGet(), descriptionIsValid(), descriptionLogicalToDisplay(), descriptionLogicalToOdbc(), descriptionNormalize(), descriptionSet()
relationship domain as %iKnow.Model.domain (XMLPROJECTION = "none") [ Inverse = skiplists , Cardinality = one ];
Property methods: domainGet(), domainGetObject(), domainGetObjectId(), domainGetSwizzled(), domainIsValid(), domainNewObject(), domainRClose(), domainRExec(), domainRFetch(), domainRelate(), domainSQLCompute(), domainSet(), domainUnRelate()
property entries as list of %String (XMLNAME = "entry", XMLPROJECTION = "ELEMENT");
Property methods: entriesBuildValueArray(), entriesCollectionToDisplay(), entriesCollectionToOdbc(), entriesDisplayToCollection(), entriesDisplayToLogical(), entriesGet(), entriesGetObject(), entriesGetObjectId(), entriesGetSwizzled(), entriesIsValid(), entriesLogicalToDisplay(), entriesLogicalToOdbc(), entriesNormalize(), entriesOdbcToCollection(), entriesSet(), entriesSetObject(), entriesSetObjectId()
property name as %String (XMLPROJECTION = "ATTRIBUTE") [ Required ];
Name of the skiplist
Property methods: nameDisplayToLogical(), nameGet(), nameIsValid(), nameLogicalToDisplay(), nameLogicalToOdbc(), nameNormalize(), nameSet()
Methods
method %Validate(pDomainId As %Integer, pDomainDefinition As %iKnow.Model.domain) as %Status
Inherited Members
Inherited Methods
- %AddToSaveSet()
- %BindExport()
- %ClassIsLatestVersion()
- %ClassName()
- %ConstructClone()
- %DispatchClassMethod()
- %DispatchGetModified()
- %DispatchGetProperty()
- %DispatchMethod()
- %DispatchSetModified()
- %DispatchSetMultidimProperty()
- %DispatchSetProperty()
- %Extends()
- %GetParameter()
- %IsA()
- %IsModified()
- %New()
- %NormalizeObject()
- %ObjectModified()
- %OriginalNamespace()
- %PackageName()
- %QuoteList()
- %QuoteValue()
- %QuoteValueL10N()
- %RemoveFromSaveSet()
- %SerializeObject()
- %SetModified()
- %ValidateObject()
- XMLDTD()
- XMLExport()
- XMLExportToStream()
- XMLExportToString()
- XMLNew()
- XMLSchema()
- XMLSchemaNamespace()
- XMLSchemaType()