%UIMA.Model.filterInclude
class %UIMA.Model.filterInclude extends %UIMA.Model.filterRule
This XML element is used to identify which types of annotations should end up in which annotation tableProperty Inventory (Including Private)
Method Inventory (Including Private)
Parameters
parameter XMLNAME = include;
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 excludeList as list of filterExclude (XMLNAME = "exclude", XMLPROJECTION = "element");
List of filterExclude elements to exclude particular annotation types from sending to target.
Property methods: excludeListBuildValueArray(), excludeListCollectionToDisplay(), excludeListCollectionToOdbc(), excludeListDisplayToCollection(), excludeListGet(), excludeListGetObject(), excludeListGetObjectId(), excludeListGetSwizzled(), excludeListIsValid(), excludeListOdbcToCollection(), excludeListSet(), excludeListSetObject(), excludeListSetObjectId()
property target as %String (XMLPROJECTION = "attribute");
The name of the target table to file these annotations types into. See table.
If this attribute is left blank, annotations are filed into the default (first) annotation
table for this store.
Property methods: targetDisplayToLogical(), targetGet(), targetIsValid(), targetLogicalToDisplay(), targetLogicalToOdbc(), targetNormalize(), targetSet()
Methods (Including Private)
private method %OnValidateObject() as %Status [ Language = objectscript ]
Inherited description: This callback method is invoked by the %ValidateObject() method to
provide notification that the current object is being validated.
If this method returns an error then %ValidateObject() will fail.
Inherited Members
Inherited Properties (Including Private)
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()
- %OriginalNamespace()
- %PackageName()
- %RemoveFromSaveSet()
- %SerializeObject()
- %SetModified()
- %ValidateObject()
- XMLDTD()
- XMLExport()
- XMLExportToStream()
- XMLExportToString()
- XMLImportAttributes()
- XMLNew()
- XMLSchema()
- XMLSchemaNamespace()
- XMLSchemaType()