<?xml version="1.0"?>
<?xml-stylesheet type="text/css" href="https://wiki.biouml.org/skins/common/feed.css?303"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>https://wiki.biouml.org/index.php?action=history&amp;feed=atom&amp;title=Import_%28extension_point%29</id>
		<title>Import (extension point) - Revision history</title>
		<link rel="self" type="application/atom+xml" href="https://wiki.biouml.org/index.php?action=history&amp;feed=atom&amp;title=Import_%28extension_point%29"/>
		<link rel="alternate" type="text/html" href="https://wiki.biouml.org/index.php?title=Import_(extension_point)&amp;action=history"/>
		<updated>2026-04-12T20:44:51Z</updated>
		<subtitle>Revision history for this page on the wiki</subtitle>
		<generator>MediaWiki 1.20.3</generator>

	<entry>
		<id>https://wiki.biouml.org/index.php?title=Import_(extension_point)&amp;diff=4743&amp;oldid=prev</id>
		<title>Lan@dote.ru: Created page with &quot;{{Extension point|import|ru.biosoft.access|since=0.9.0|registry=ru.biosoft.access.DataElementImporterRegistry}} === Description === Using this extension point you can provide ...&quot;</title>
		<link rel="alternate" type="text/html" href="https://wiki.biouml.org/index.php?title=Import_(extension_point)&amp;diff=4743&amp;oldid=prev"/>
				<updated>2013-07-01T05:10:26Z</updated>
		
		<summary type="html">&lt;p&gt;Created page with &amp;quot;{{Extension point|import|ru.biosoft.access|since=0.9.0|registry=ru.biosoft.access.DataElementImporterRegistry}} === Description === Using this extension point you can provide ...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{Extension point|import|ru.biosoft.access|since=0.9.0|registry=ru.biosoft.access.DataElementImporterRegistry}}&lt;br /&gt;
=== Description ===&lt;br /&gt;
Using this extension point you can provide an importer to import user-supplied file as [[BioUML]] data element. Each importer must be able to check the provided file and return an acceptance level. Importers with {{Constant|ru.biosoft.access.DataElementImporter.ACCEPT_UNSUPPORTED}} level are excluded from the importers list for given file. Other importers are sorted by acceptance level. Importer with highest acceptance level is considered to be default importer for this file. See {{Class|ru.biosoft.access.DataElementImporter}} interface for more details.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:file-import-dialog-workbench.png|Import element dialog in [[BioUML workbench]].&lt;br /&gt;
File:file-import-dialog-web.png|Import element dialog in [[BioUML web edition]].&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Configuration markup ===&lt;br /&gt;
 &amp;lt;!ELEMENT import&amp;gt;&lt;br /&gt;
 &amp;lt;!ATTLIST import&lt;br /&gt;
    format             CDATA    #REQUIRED&lt;br /&gt;
    importer           CDATA    #REQUIRED&lt;br /&gt;
    description        CDATA&lt;br /&gt;
 &amp;gt;&lt;br /&gt;
&lt;br /&gt;
;format&lt;br /&gt;
:Human-readable file format name&lt;br /&gt;
;importer&lt;br /&gt;
:Fully-qualified name of importer class (must implement {{Class|ru.biosoft.access.DataElementImporter}} interface).&lt;br /&gt;
;description&lt;br /&gt;
:Either text importer description or plugin-relative path to HTML file describing the importer in details.&lt;br /&gt;
&lt;br /&gt;
=== Example ===&lt;br /&gt;
 &amp;lt;extension id=&amp;quot;Import zip-archive&amp;quot; point=&amp;quot;ru.biosoft.access.import&amp;quot;&amp;gt; &lt;br /&gt;
   &amp;lt;import&lt;br /&gt;
     format=&amp;quot;ZIP-archive (*.zip)&amp;quot;&lt;br /&gt;
     importer=&amp;quot;ru.biosoft.access.ZipFileImporter&amp;quot;&lt;br /&gt;
     description=&amp;quot;ru/biosoft/access/resources/ZIPFormat.html&amp;quot;&lt;br /&gt;
   /&amp;gt;&lt;br /&gt;
 &amp;lt;/extension&amp;gt; &lt;br /&gt;
&lt;br /&gt;
This extension registers a ZIP files importer implemented in the {{Class|ru.biosoft.access.ZipFileImporter}} class.&lt;br /&gt;
&lt;br /&gt;
=== See also ===&lt;br /&gt;
* [[:Category:File formats|List of known importers]]&lt;/div&gt;</summary>
		<author><name>Lan@dote.ru</name></author>	</entry>

	</feed>