<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Export and Import through API in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/export-and-import-through-api/m-p/111748#M78605</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am a newbie in using this functions of the webclient api. I tried to get the import and export working, but also the firstFoundationClient does not work in my environment.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Can somebody deliver a working example maybe included in a project?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am using Alfresco 2.9B (tomcat preconfigured). &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Jens&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 18 Feb 2008 21:24:10 GMT</pubDate>
    <dc:creator>jensgoldhammer</dc:creator>
    <dc:date>2008-02-18T21:24:10Z</dc:date>
    <item>
      <title>Export and Import through API</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/export-and-import-through-api/m-p/111746#M78603</link>
      <description>I am using alfresco 2.0 in windows with tomcat server and oracle database.I am not able to understand the following code given in the wiki link http://wiki.alfresco.com/wiki/Export_and_Import :// define which part of the Repository to exportLocation location = new Location(new StoreRef("workspace",</description>
      <pubDate>Thu, 23 Aug 2007 07:12:01 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/export-and-import-through-api/m-p/111746#M78603</guid>
      <dc:creator>arnab_thokder</dc:creator>
      <dc:date>2007-08-23T07:12:01Z</dc:date>
    </item>
    <item>
      <title>Re: Export and Import through API</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/export-and-import-through-api/m-p/111747#M78604</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;The handler is created via &lt;/SPAN&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;new&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;SPAN&gt;.&amp;nbsp; The parameters to the constructor inform the exporter where to place the exported contents.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The exporter is the Exporter Service which is referenced by injecting it via Spring.&amp;nbsp; The bean is called 'ExporterService'.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Sep 2007 11:08:05 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/export-and-import-through-api/m-p/111747#M78604</guid>
      <dc:creator>davidc</dc:creator>
      <dc:date>2007-09-10T11:08:05Z</dc:date>
    </item>
    <item>
      <title>Re: Export and Import through API</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/export-and-import-through-api/m-p/111748#M78605</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am a newbie in using this functions of the webclient api. I tried to get the import and export working, but also the firstFoundationClient does not work in my environment.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Can somebody deliver a working example maybe included in a project?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am using Alfresco 2.9B (tomcat preconfigured). &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Jens&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Feb 2008 21:24:10 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/export-and-import-through-api/m-p/111748#M78605</guid>
      <dc:creator>jensgoldhammer</dc:creator>
      <dc:date>2008-02-18T21:24:10Z</dc:date>
    </item>
    <item>
      <title>Re: Export and Import through API</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/export-and-import-through-api/m-p/111749#M78606</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Does someone manage to make an export import through API ? I spend 2 days looking for some usefull documentation and dind't find anything i could use.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;EM&gt;The exporter is the Exporter Service which is referenced by injecting it via Spring. The bean is called 'ExporterService'.&lt;/EM&gt;&lt;SPAN&gt; - what does this mean ? Can you copy paste an example ?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have a separate applications who will make export/import to an alfresco 3 labs installation. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;How can i get that &lt;/SPAN&gt;&lt;STRONG&gt;exporter&lt;/STRONG&gt;&lt;SPAN&gt; variable?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I found something : &lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;ExporterService exporterService = getRepositoryImpl().getServiceRegistry().getExporterService();&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;SPAN&gt;But how do i get the RepositoryImpl ? I have just a WebServiceFactory…&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Or:&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;ExporterService exporter = getServiceRegistry().getExporterService();&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;SPAN&gt;Same question… how do i get a ServiceRegistry ??&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I hope someone(probably nobody) will have 1 minute to write an answer here..&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Apr 2009 11:36:43 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/export-and-import-through-api/m-p/111749#M78606</guid>
      <dc:creator>dacia_berlina</dc:creator>
      <dc:date>2009-04-22T11:36:43Z</dc:date>
    </item>
    <item>
      <title>Re: Export and Import through API</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/export-and-import-through-api/m-p/111750#M78607</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi dacia_berlina&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If you've only got a WebServiceFactory, it means you're using Alfresco through its webservice client. However Import / Export is not available using webservices to my knowledge.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Native APIs like ServiceRegistry and other services are only available locally in the Alfresco server. To take advantage of them, the easiest is to write a javascript or Java webscript (see webscript APIs on the wiki).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;A little bit harder would be to write a Spring extension to Alfresco. You can see how it's done in the server side part of the ETL Connector extension for Alfresco (contributed on the Alfresco forge at &lt;/SPAN&gt;&lt;A href="http://forge.alfresco.com/projects/etlconnector/" rel="nofollow noopener noreferrer"&gt;http://forge.alfresco.com/projects/etlconnector/&lt;/A&gt;&lt;SPAN&gt;). Maybe you could even use it and provide ACP XML to it over REST HTTP ?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 May 2009 17:46:47 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/export-and-import-through-api/m-p/111750#M78607</guid>
      <dc:creator>mdutoo</dc:creator>
      <dc:date>2009-05-26T17:46:47Z</dc:date>
    </item>
  </channel>
</rss>

