Query system (extension point)
From BioUML platform
- Identifier
- ru.biosoft.access.querySystem
- Plugin
- ru.biosoft.access
Description
This extension point allows to register classes which can be used as DataCollection query system.
Configuration Markup
<!ELEMENT querySystem>
<!ATTLIST querySystem
class CDATA #REQUIRED
>
- class
- Fully-qualified name of the query system class (must implement
QuerySysteminterface).
Example
<extension id="lucene query system" point="ru.biosoft.access.querySystem"> <querySystem class="biouml.plugins.lucene.LuceneQuerySystemImpl"/> </extension>
This extension registers LuceneQuerySystemImpl as possible query system class.