<?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: How to publish using alfresco api? in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/how-to-publish-using-alfresco-api/m-p/256123#M209253</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Lalit / Forum members,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;We have a similar requirement to publish from Alfresco repository to a remote file system on a daily basis. I should be able to publish both content and metadata. Can I use the "Transfer Service" for this? Any other better approaches?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Sarma.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 24 Jun 2011 17:46:34 GMT</pubDate>
    <dc:creator>sam4alf</dc:creator>
    <dc:date>2011-06-24T17:46:34Z</dc:date>
    <item>
      <title>How to publish using alfresco api?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-publish-using-alfresco-api/m-p/256118#M209248</link>
      <description>Hi,I want to know how can i deploy/publish content from my web project to deploy it to say local file system using alfresco java apis? I have content in user sandbox of my web project &amp;amp; now i want to dump it using wcm deployment mechanism.Can i do it?What services/classes should i use?Another pa</description>
      <pubDate>Thu, 21 Apr 2011 12:34:34 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-publish-using-alfresco-api/m-p/256118#M209248</guid>
      <dc:creator>dynamolalit</dc:creator>
      <dc:date>2011-04-21T12:34:34Z</dc:date>
    </item>
    <item>
      <title>Re: How to publish using alfresco api?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-publish-using-alfresco-api/m-p/256119#M209249</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;I have got answer to my first question : YES &amp;amp; below is code for same.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;&lt;BR /&gt;logger.debug("Deploying Content");&lt;BR /&gt;String srcPath = "dns name of project–user name:/www/avm_webapps/ROOT";&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;BR /&gt;DeploymentReport report = new DeploymentReport();&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;BR /&gt;List&amp;lt;DeploymentCallback&amp;gt; callbacks = new ArrayList&amp;lt;DeploymentCallback&amp;gt;();&lt;BR /&gt;callbacks.add(new DeploymentReportCallback(report));&lt;BR /&gt;DeploymentService deploymentService = serviceRegistry.getDeploymentService();&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;BR /&gt;deploymentService.deployDifferenceFS(-1, srcPath, "default", "localhost", 44100, "user name", "password" , "default", null, false , false, false, callbacks);&lt;BR /&gt;logger.debug("Content Deployed");&lt;BR /&gt;&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;SPAN&gt;Here Namematcher can be null &amp;amp; it will deploy latest diff from web project.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;But still i could not find any answer to my second question&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Another part is can i use only simple document management without using AVM stores for same?&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt;But my gut says it must be no, still want a confirmation.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 May 2011 11:12:24 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-publish-using-alfresco-api/m-p/256119#M209249</guid>
      <dc:creator>dynamolalit</dc:creator>
      <dc:date>2011-05-03T11:12:24Z</dc:date>
    </item>
    <item>
      <title>Re: How to publish using alfresco api?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-publish-using-alfresco-api/m-p/256120#M209250</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;AVM has its deployment machinery that you have been using above.&amp;nbsp;&amp;nbsp; If working with "simple document management" then the AVM facilities including deployment can't be used.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;However there are other ways of "publishing" "simple documents",&amp;nbsp; look at WQS for one way of doing it.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 May 2011 11:21:05 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-publish-using-alfresco-api/m-p/256120#M209250</guid>
      <dc:creator>mrogers</dc:creator>
      <dc:date>2011-05-03T11:21:05Z</dc:date>
    </item>
    <item>
      <title>Re: How to publish using alfresco api?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-publish-using-alfresco-api/m-p/256121#M209251</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I am really a new kid when it comes alfresco. A very good colleague introduce me to it and to be honest, it was really interesting. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Just when I ran into the title of the thread, I really felt like I am on the right track. Thanks so much for the information guys. I hope &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;you don't mind if I will keep track of your ideas and your answers. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks and have a nice day everyone!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 May 2011 00:52:37 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-publish-using-alfresco-api/m-p/256121#M209251</guid>
      <dc:creator>rickfenton</dc:creator>
      <dc:date>2011-05-13T00:52:37Z</dc:date>
    </item>
    <item>
      <title>Re: How to publish using alfresco api?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-publish-using-alfresco-api/m-p/256122#M209252</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;For second part &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Another part is can i use only simple document management without using AVM stores for same?&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt;From 3.3 onwards, alfresco provides &lt;/SPAN&gt;&lt;A href="http://wiki.alfresco.com/wiki/Transfer_Service" rel="nofollow noopener noreferrer"&gt;TransferService&lt;/A&gt;&lt;SPAN&gt; for DM transfer.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;But i can get it that it is viable b/w two alfresco repositories not from a alfresco repository to a file system etc as in WCM &amp;amp; it has only one default target.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;As one might expect, the Transfer Service comprises two major parts: the part that is responsible for sending information from the source repository and the part that is responsible for receiving information in the target repository&lt;/BLOCKQUOTE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 May 2011 06:24:07 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-publish-using-alfresco-api/m-p/256122#M209252</guid>
      <dc:creator>dynamolalit</dc:creator>
      <dc:date>2011-05-26T06:24:07Z</dc:date>
    </item>
    <item>
      <title>Re: How to publish using alfresco api?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-publish-using-alfresco-api/m-p/256123#M209253</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Lalit / Forum members,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;We have a similar requirement to publish from Alfresco repository to a remote file system on a daily basis. I should be able to publish both content and metadata. Can I use the "Transfer Service" for this? Any other better approaches?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Sarma.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Jun 2011 17:46:34 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-publish-using-alfresco-api/m-p/256123#M209253</guid>
      <dc:creator>sam4alf</dc:creator>
      <dc:date>2011-06-24T17:46:34Z</dc:date>
    </item>
    <item>
      <title>Re: How to publish using alfresco api?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-publish-using-alfresco-api/m-p/256124#M209254</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Sarma,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;In the current release, there is no way to publish content and metadata to a remote file system using the DM Store. There is a content transfer service that can be extended to do this, but you would have to create that extension yourself. (The AVM Store lets you push content to a file server, but not metadata).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Alfresco has said that in a future release, they will add the ability to export content to a remote file system, but I'm not sure if it will include metadata.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Assuming you need this for some external system to access content in Alfresco, most folks that need this kind of thing either 1) Use the CIFS Interface to allow content to be accesses as if it were on a file system or 2) Have the external system get the content using a web service.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;-Mike&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;—&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Michael Trafton&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Blue Fish Development Group&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Jul 2011 18:19:18 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-publish-using-alfresco-api/m-p/256124#M209254</guid>
      <dc:creator>mikey</dc:creator>
      <dc:date>2011-07-11T18:19:18Z</dc:date>
    </item>
    <item>
      <title>Re: How to publish using alfresco api?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-publish-using-alfresco-api/m-p/256125#M209255</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;An AVM deployment receiver does have metadata.&amp;nbsp;&amp;nbsp; Just the filesystem target has nowhere to put it!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Jul 2011 23:29:31 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-publish-using-alfresco-api/m-p/256125#M209255</guid>
      <dc:creator>mrogers</dc:creator>
      <dc:date>2011-07-11T23:29:31Z</dc:date>
    </item>
    <item>
      <title>Re: How to publish using alfresco api?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-publish-using-alfresco-api/m-p/256126#M209256</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks Mike and Rogers. I'll wait for this functionality to be available (OOB) in future versions.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Meanwhile, I'll try some of your suggestions.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;-Sarma.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Jul 2011 00:09:43 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-publish-using-alfresco-api/m-p/256126#M209256</guid>
      <dc:creator>sam4alf</dc:creator>
      <dc:date>2011-07-12T00:09:43Z</dc:date>
    </item>
  </channel>
</rss>

