Skip to main content

%UIMA.Model.filterInclude

This capability is being deprecated and will be removed in a future release of InterSystems IRIS. Please reach out to your account team if you need an alternative solution.

This XML element is used to identify which types of annotations should end up in which annotation table

Property Inventory

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

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()

Inherited Members

Inherited Properties

Inherited Methods

FeedbackOpens in a new tab