%UIMA.Model.annotationStore
class %UIMA.Model.annotationStore extends %UIMA.Model.node
The XML structure represented by this object is used to configure a UIMA Annotation StoreProperty Inventory (Including Private)
Method Inventory (Including Private)
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 (Including Private)
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 (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.
classmethod ApplyDefaults(ByRef pStore As annotationStore = "", pPackage As %String = "") as %Status [ Language = objectscript ]
Applies defaults
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()