<?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 How to list programeticly list of files in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/how-to-list-programeticly-list-of-files/m-p/155318#M109672</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;SPAN&gt;I have to program a task (method) that displays the list of files that a user can read/Write. I am very new to Alfresco World. I have tried to run and study SDK Samples. But I could not find any example to perform the above task. I will use this list to allow the user to select and then do the operation (open, edit, etc.) on it.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Has any body done this before? I need help. please inform me about the helpful docs.Any code example that can help to start with.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Zulfi&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 02 May 2008 04:55:49 GMT</pubDate>
    <dc:creator>yasir_mahmood</dc:creator>
    <dc:date>2008-05-02T04:55:49Z</dc:date>
    <item>
      <title>How to list programeticly list of files</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-list-programeticly-list-of-files/m-p/155318#M109672</link>
      <description>Hi,I have to program a task (method) that displays the list of files that a user can read/Write. I am very new to Alfresco World. I have tried to run and study SDK Samples. But I could not find any example to perform the above task. I will use this list to allow the user to select and then do the op</description>
      <pubDate>Fri, 02 May 2008 04:55:49 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-list-programeticly-list-of-files/m-p/155318#M109672</guid>
      <dc:creator>yasir_mahmood</dc:creator>
      <dc:date>2008-05-02T04:55:49Z</dc:date>
    </item>
    <item>
      <title>Re: How to list programeticly list of files</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-list-programeticly-list-of-files/m-p/155319#M109673</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Not sure of an exact module offhand, but you can find more code under &lt;/SPAN&gt;&lt;A href="http://forge.alfresco.com/" rel="nofollow noopener noreferrer"&gt;http://forge.alfresco.com/&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 03 May 2008 09:20:52 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-list-programeticly-list-of-files/m-p/155319#M109673</guid>
      <dc:creator>sdavis</dc:creator>
      <dc:date>2008-05-03T09:20:52Z</dc:date>
    </item>
    <item>
      <title>Re: How to list programeticly list of files</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-list-programeticly-list-of-files/m-p/155320#M109674</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;SPAN&gt;which way do you want to access the alfresco repository? If you're in the same java vm process, you could directly use the alfresco Foundation services API (a plain java api based on the alfresco spring service beans like nodeService and contentService).&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;If your aren't in the same java vm process you should use the WebServices API (SOAP) or the more lightweight WebScript API (RESTful Services) instead.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Use this page at your starting point: &lt;/SPAN&gt;&lt;A href="http://wiki.alfresco.com/wiki/Developer_Guide" rel="nofollow noopener noreferrer"&gt;http://wiki.alfresco.com/wiki/Developer_Guide&lt;/A&gt;&lt;BR /&gt;&lt;SPAN&gt;and perhaps take a look at jeff potts famous developer article series: &lt;/SPAN&gt;&lt;A href="http://ecmarchitect.com/alfresco-developer-series" rel="nofollow noopener noreferrer"&gt;http://ecmarchitect.com/alfresco-developer-series&lt;/A&gt;&lt;BR /&gt;&lt;SPAN&gt;Cheers, Jan&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 03 May 2008 15:35:54 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-list-programeticly-list-of-files/m-p/155320#M109674</guid>
      <dc:creator>jpfi</dc:creator>
      <dc:date>2008-05-03T15:35:54Z</dc:date>
    </item>
    <item>
      <title>Re: How to list programeticly list of files</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-list-programeticly-list-of-files/m-p/155321#M109675</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks for your help. I tried the Develper series. First I had to get rid of al lot of errors to run the examples. Lator on I was able to run SomeCoDataCreator ( I have passed the argumnets admin admin sample_folder doc FileName) and others&amp;nbsp; but there was exception &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;AxisFault&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; faultCode: {&lt;/SPAN&gt;&lt;A href="http://schemas.xmlsoap.org/soap/envelope/}Server.generalException" rel="nofollow noopener noreferrer"&gt;http://schemas.xmlsoap.org/soap/envelope/}Server.generalException&lt;/A&gt;&lt;BR /&gt;&lt;SPAN&gt; faultSubcode: &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; faultString: &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; faultActor: &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; faultNode: &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; faultDetail: &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;{&lt;/SPAN&gt;&lt;A href="http://www.alfresco.org/ws/service/repository/1.0}RepositoryFault" rel="nofollow noopener noreferrer"&gt;http://www.alfresco.org/ws/service/repository/1.0}RepositoryFault&lt;/A&gt;&lt;SPAN&gt;:&amp;lt;ns1:errorCode&amp;gt;0&amp;lt;/ns1:errorCode&amp;gt;&amp;lt;ns1:message&amp;gt;java.lang.IllegalArgumentException: Class {&lt;/SPAN&gt;&lt;A href="http://www.someco.com/model/content/1.0}doc" rel="nofollow noopener noreferrer"&gt;http://www.someco.com/model/content/1.0}doc&lt;/A&gt;&lt;SPAN&gt; has not been defined in the data dictionary&amp;lt;/ns1:message&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;{&lt;/SPAN&gt;&lt;A href="http://xml.apache.org/axis/}exceptionName:org.alfresco.repo.webservice.repository.RepositoryFault" rel="nofollow noopener noreferrer"&gt;http://xml.apache.org/axis/}exceptionName&lt;img id="smileysurprised" class="emoticon emoticon-smileysurprised" src="https://connect.hyland.com/i/smilies/16x16_smiley-surprised.png" alt="Smiley Surprised" title="Smiley Surprised" /&gt;rg.alfresco.repo.webservice.repository.RepositoryFault&lt;/A&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;{&lt;/SPAN&gt;&lt;A href="http://xml.apache.org/axis/}stackTrace" rel="nofollow noopener noreferrer"&gt;http://xml.apache.org/axis/}stackTrace&lt;/A&gt;&lt;SPAN&gt;:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;………………..&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;……………….&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;………………&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;at org.alfresco.webservice.repository.RepositoryServiceSoapBindingStub.update(RepositoryServiceSoapBindingStub.java:986)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;at org.alfresco.sample.webservice.SomeCoDataCreator.create(SomeCoDataCreator.java:77)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;at org.alfresco.sample.webservice.SomeCoDataCreator.main(SomeCoDataCreator.java:40)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Please do help me to solve the problem. I will be gratefull to you.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Yasir Mahmood&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 May 2008 06:48:13 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-list-programeticly-list-of-files/m-p/155321#M109675</guid>
      <dc:creator>yasir_mahmood</dc:creator>
      <dc:date>2008-05-05T06:48:13Z</dc:date>
    </item>
    <item>
      <title>Re: How to list programeticly list of files</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-list-programeticly-list-of-files/m-p/155322#M109676</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;SPAN&gt;it seems that you haven't registered your content Model:&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;{&lt;A href="http://www.someco.com/model/content/1.0}doc" rel="nofollow noopener noreferrer"&gt;http://www.someco.com/model/content/1.0}doc&lt;/A&gt;&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;Cheers, Jan&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 May 2008 07:31:28 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-list-programeticly-list-of-files/m-p/155322#M109676</guid>
      <dc:creator>jpfi</dc:creator>
      <dc:date>2008-05-05T07:31:28Z</dc:date>
    </item>
    <item>
      <title>Re: How to list programeticly list of files</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-list-programeticly-list-of-files/m-p/155323#M109677</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;How to register content Model. I am new to Alfreco,I don't know these basic tasks. Will you please tellme how to register the content model?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Yasir Mahmood&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 May 2008 09:56:07 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-list-programeticly-list-of-files/m-p/155323#M109677</guid>
      <dc:creator>yasir_mahmood</dc:creator>
      <dc:date>2008-05-05T09:56:07Z</dc:date>
    </item>
    <item>
      <title>Re: How to list programeticly list of files</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-list-programeticly-list-of-files/m-p/155324#M109678</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;SPAN&gt;take a look here: &lt;/SPAN&gt;&lt;A href="http://ecmarchitect.com/archives/2007/06/09/756" rel="nofollow noopener noreferrer"&gt;http://ecmarchitect.com/archives/2007/06/09/756&lt;/A&gt;&lt;BR /&gt;&lt;SPAN&gt;and here: &lt;/SPAN&gt;&lt;A href="http://wiki.alfresco.com/wiki/Developer_Guide#Creating_new_Content_Models" rel="nofollow noopener noreferrer"&gt;http://wiki.alfresco.com/wiki/Developer_Guide#Creating_new_Content_Models&lt;/A&gt;&lt;BR /&gt;&lt;SPAN&gt;Cheers, Jan&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 May 2008 10:13:45 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-list-programeticly-list-of-files/m-p/155324#M109678</guid>
      <dc:creator>jpfi</dc:creator>
      <dc:date>2008-05-05T10:13:45Z</dc:date>
    </item>
  </channel>
</rss>

