<?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 Alfresco API in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/alfresco-api/m-p/310717#M263847</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Is it possible to&amp;nbsp; add custom API which does following things&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;-Upload a file (pdf, doc etc) to alfresco and return link for that file&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;-send this link to an external site from the same API&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 03 Dec 2013 12:38:48 GMT</pubDate>
    <dc:creator>radhika_shivara</dc:creator>
    <dc:date>2013-12-03T12:38:48Z</dc:date>
    <item>
      <title>Alfresco API</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/alfresco-api/m-p/310717#M263847</link>
      <description>Is it possible to&amp;nbsp; add custom API which does following things-Upload a file (pdf, doc etc) to alfresco and return link for that file-send this link to an external site from the same API</description>
      <pubDate>Tue, 03 Dec 2013 12:38:48 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/alfresco-api/m-p/310717#M263847</guid>
      <dc:creator>radhika_shivara</dc:creator>
      <dc:date>2013-12-03T12:38:48Z</dc:date>
    </item>
    <item>
      <title>Re: Alfresco API</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/alfresco-api/m-p/310718#M263848</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;You need to use different APIs for each of operation&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Upload file - Return noderef of created file&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Other API&amp;nbsp; return link of file based on noderef&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;then you can use that link to send it any application you want. &lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Dec 2013 13:57:59 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/alfresco-api/m-p/310718#M263848</guid>
      <dc:creator>mitpatoliya</dc:creator>
      <dc:date>2013-12-03T13:57:59Z</dc:date>
    </item>
    <item>
      <title>Re: Alfresco API</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/alfresco-api/m-p/310719#M263849</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks for the reply&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Does this APIs are available, if then how and where to make the call to that API&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Dec 2013 04:47:08 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/alfresco-api/m-p/310719#M263849</guid>
      <dc:creator>radhika_shivara</dc:creator>
      <dc:date>2013-12-04T04:47:08Z</dc:date>
    </item>
    <item>
      <title>Re: Alfresco API</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/alfresco-api/m-p/310720#M263850</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Alfresco 's security mechanisms ensure that only authenticated users have the permissions to access content,so even if you can send a note's repository link to an external site ,the user can't access this content through the url,because the use request the url is not authenticated .&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I suggest you write a proxy servlet ,you proxy sevlet do following things.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;1.users upload files to your proxy servlet,and your proxy servlet call alfresco api to add content,alfresco api will return the uploaded content node's uuid or path.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2. your proxy servlet generate an url base on your sevlet's cotextpath and node's uuid or path .when use request the url ,your proxy servlet parses the request and call alfresco api to download the file and sent it to user browser.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Dec 2013 06:43:01 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/alfresco-api/m-p/310720#M263850</guid>
      <dc:creator>kaynezhang</dc:creator>
      <dc:date>2013-12-04T06:43:01Z</dc:date>
    </item>
    <item>
      <title>Re: Alfresco API</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/alfresco-api/m-p/310721#M263851</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I installed "alfresco-community-4.2.e-installer-win-x64" in my local machine. Want to know where should I write these servlet or making API calls. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you for your quick reply&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Dec 2013 07:41:00 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/alfresco-api/m-p/310721#M263851</guid>
      <dc:creator>radhika_shivara</dc:creator>
      <dc:date>2013-12-04T07:41:00Z</dc:date>
    </item>
    <item>
      <title>Re: Alfresco API</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/alfresco-api/m-p/310722#M263852</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;It depends on how you will use alfresco .&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;If you want to use share application ,you can customize share (for example custom webscript).&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;If you want to use alfresco as a ecm repository and build your own web application,you can write a proxy servlet in your application. &lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Dec 2013 08:36:00 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/alfresco-api/m-p/310722#M263852</guid>
      <dc:creator>kaynezhang</dc:creator>
      <dc:date>2013-12-04T08:36:00Z</dc:date>
    </item>
    <item>
      <title>Re: Alfresco API</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/alfresco-api/m-p/310723#M263853</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I want to use share application.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Dec 2013 08:54:07 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/alfresco-api/m-p/310723#M263853</guid>
      <dc:creator>radhika_shivara</dc:creator>
      <dc:date>2013-12-04T08:54:07Z</dc:date>
    </item>
    <item>
      <title>Re: Alfresco API</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/alfresco-api/m-p/310724#M263854</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;You can write a java-backed custom webscript which dose not need authentication .the webscript will download file from repository and provoide link that can be aceesed from external site.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Dec 2013 09:25:00 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/alfresco-api/m-p/310724#M263854</guid>
      <dc:creator>kaynezhang</dc:creator>
      <dc:date>2013-12-04T09:25:00Z</dc:date>
    </item>
    <item>
      <title>Re: Alfresco API</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/alfresco-api/m-p/310725#M263855</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;How to add this java backed web-script for repository folder, do i need to use curl for data transfer? I did a hello world using web-script using following doc&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://docs.alfresco.com/3.4/index.jsp?topic=%2Fcom.alfresco.Enterprise_3_4_0.doc%2Ftasks%2Fws-hello-world-create.html" rel="nofollow noopener noreferrer"&gt;http://docs.alfresco.com/3.4/index.jsp?topic=%2Fcom.alfresco.Enterprise_3_4_0.doc%2Ftasks%2Fws-hello-world-create.html&lt;/A&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks in advance&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 07 Dec 2013 04:33:55 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/alfresco-api/m-p/310725#M263855</guid>
      <dc:creator>radhika_shivara</dc:creator>
      <dc:date>2013-12-07T04:33:55Z</dc:date>
    </item>
    <item>
      <title>Re: Alfresco API</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/alfresco-api/m-p/310726#M263856</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;There are many options on how to call webscript api&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;1.you can call webscript from java using apache commons httpclient.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2.you can call webscript from java using ScriptRemote object in share.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;3.you can call webscript from javascript using remote object in share.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;There are no difference whether data webscript is saved in repository or classpath.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 07 Dec 2013 12:19:24 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/alfresco-api/m-p/310726#M263856</guid>
      <dc:creator>kaynezhang</dc:creator>
      <dc:date>2013-12-07T12:19:24Z</dc:date>
    </item>
  </channel>
</rss>

