Skip to main content

%UIMA.Model.annotationStore

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.

The XML structure represented by this object is used to configure a UIMA Annotation Store

Property Inventory

Method Inventory

Parameters

parameter XMLNAME = store;
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 filters as filters;
Filter specification for restricting which annotation types will be written to which annotation tables. See also filters
Property methods: filtersGet(), filtersGetSwizzled(), filtersIsValid(), filtersNewObject(), filtersSet()
property package as %String (MAXLEN = 100, XMLPROJECTION = "attribute") [ Required ];
Name of the package in which the annotation store classes will be generated. Note that existing classes will be overridden.
Property methods: packageDisplayToLogical(), packageGet(), packageIsValid(), packageLogicalToDisplay(), packageLogicalToOdbc(), packageNormalize(), packageSet()
property tables as list of table);
List of annotation table definitions that need to be customized.
Property methods: tablesBuildValueArray(), tablesCollectionToDisplay(), tablesCollectionToOdbc(), tablesDisplayToCollection(), tablesGet(), tablesGetObject(), tablesGetObjectId(), tablesGetSwizzled(), tablesIsValid(), tablesOdbcToCollection(), tablesSet(), tablesSetObject(), tablesSetObjectId()

Methods

classmethod ApplyDefaults(ByRef pStore As annotationStore = "", pPackage As %String = "") as %Status
Applies defaults

Inherited Members

Inherited Methods

FeedbackOpens in a new tab