%iKnow.Model.data
deprecated class %iKnow.Model.data extends %iKnow.Model.node
Model representation of all the source data to be loaded into the iKnow domain (as represented by a %iKnow.Model.domain object).Property Inventory
Method Inventory
Properties
property disabled as %Boolean (XMLPROJECTION = "attribute");
If set to 1, this element is ignored when compiling, validating and building the domain
Property methods: disabledDisplayToLogical(), disabledGet(), disabledIsValid(), disabledLogicalToDisplay(), disabledLogicalToXSD(), disabledNormalize(), disabledSet(), disabledXSDToLogical()
property dropBeforeBuild as %Boolean (XMLPROJECTION = "attribute") [ InitialExpression = 1 ];
Whether or not to drop all existing source data from the domain at the start of the %Build()
method. Defaults to 1.
Property methods: dropBeforeBuildDisplayToLogical(), dropBeforeBuildGet(), dropBeforeBuildIsValid(), dropBeforeBuildLogicalToDisplay(), dropBeforeBuildLogicalToXSD(), dropBeforeBuildNormalize(), dropBeforeBuildSet(), dropBeforeBuildXSDToLogical()
relationship lists as array of %iKnow.Model.list (XMLELEMENTREF = 1, XMLPROJECTION = "ELEMENT", XMLTYPECONSTRAINT = "CHOICE") [ InitialExpression = $listbuild("%iKnow.Model.list","data",+$this,"many",0,0) , Transient , Inverse = data , Cardinality = many ];
The locations to load data from, as represented by a %iKnow.Model.list instance.
Property methods: listsGet(), listsGetObject(), listsGetObjectId(), listsGetSwizzled(), listsIsEmpty(), listsIsValid(), listsNewObject(), listsRClose(), listsRExec(), listsRFetch(), listsRelate(), listsSQLCompute(), listsSet(), listsUnRelate()
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()