Skip to main content

%UIMA.Model.filterRule

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.

Property Inventory

Properties

property pattern as %String (MAXLEN = 300, XMLPROJECTION = "attribute");
Annotation types can be specified through their full name (i.e. "com.intersystems.uima.annotation.iknow.Concept") or a type name prefix ending with an asterisk to catch all types starting with that prefix (i.e. "org.apache.uima.examples.*") Note that supertype names are also checked. If this attribute is left empty in an <include> element, all annotation types are assumed to match the pattern.
Property methods: patternDisplayToLogical(), patternGet(), patternIsValid(), patternLogicalToDisplay(), patternLogicalToOdbc(), patternNormalize(), patternSet()

Inherited Members

Inherited Methods

FeedbackOpens in a new tab