%UIMA.Model.filterRule
class %UIMA.Model.filterRule extends %UIMA.Model.node
Property Inventory (Including Private)
Method Inventory (Including Private)
Properties (Including Private)
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()
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 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()