<?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 retrieve content details without the API in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/how-to-retrieve-content-details-without-the-api/m-p/287146#M240276</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;As you said, Auditable aspect properties (creation date, creator, modified date, modifier, …) are not manage like other properties. Other properties are stored in alf_node_properties table but auditable aspect properties are stored directly in alf_node table.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I don't why it is made like this but I confirm that if you want to get the auditable properties values of a node, you have to go in alf_node table.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I hope someone in Alfresco will let us know why auditable properties are stored in alf_node table.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 20 Jan 2015 08:47:52 GMT</pubDate>
    <dc:creator>mlagneaux</dc:creator>
    <dc:date>2015-01-20T08:47:52Z</dc:date>
    <item>
      <title>How to retrieve content details without the API</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-retrieve-content-details-without-the-api/m-p/287145#M240275</link>
      <description>Yes, I know, do not touch the database. I won't. Let me explain :-)I am a migration consultant and a client asked us to migrate data from an old Alfresco system. It is version Enterprise - v3.1.1 (229) from 2009. Now normally we would either crawl the frontend or use an API to access data like this,</description>
      <pubDate>Mon, 19 Jan 2015 15:31:44 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-retrieve-content-details-without-the-api/m-p/287145#M240275</guid>
      <dc:creator>titusnachbauer</dc:creator>
      <dc:date>2015-01-19T15:31:44Z</dc:date>
    </item>
    <item>
      <title>Re: How to retrieve content details without the API</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-retrieve-content-details-without-the-api/m-p/287146#M240276</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;As you said, Auditable aspect properties (creation date, creator, modified date, modifier, …) are not manage like other properties. Other properties are stored in alf_node_properties table but auditable aspect properties are stored directly in alf_node table.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I don't why it is made like this but I confirm that if you want to get the auditable properties values of a node, you have to go in alf_node table.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I hope someone in Alfresco will let us know why auditable properties are stored in alf_node table.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Jan 2015 08:47:52 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-retrieve-content-details-without-the-api/m-p/287146#M240276</guid>
      <dc:creator>mlagneaux</dc:creator>
      <dc:date>2015-01-20T08:47:52Z</dc:date>
    </item>
    <item>
      <title>Re: How to retrieve content details without the API</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-retrieve-content-details-without-the-api/m-p/287147#M240277</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;AH, ok, that is a good one. So I guess that because you can configure your content model in the node table, you also store certain node properties there. My problem is mainly that I do see 900,000+ nodes, while there are 130,000 assets, but I cannot seem to find a connection between the nodes, other than what is in ALF_CHILD_ASSOC and ALF_NODE_ASSOC. So how are the properties related to nodes?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Jan 2015 09:03:27 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-retrieve-content-details-without-the-api/m-p/287147#M240277</guid>
      <dc:creator>titusnachbauer</dc:creator>
      <dc:date>2015-01-20T09:03:27Z</dc:date>
    </item>
    <item>
      <title>Re: How to retrieve content details without the API</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-retrieve-content-details-without-the-api/m-p/287148#M240278</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;The auditable aspect is a bit special since its tied into versioning.&amp;nbsp;&amp;nbsp; In fact there's a bit of a debate whether it should be an aspect at all.&amp;nbsp;&amp;nbsp;&amp;nbsp; Anyway auditable values are either on the node table or properties.&amp;nbsp;&amp;nbsp; Depending on whether someone has directly fiddled with what should be a system maintained property.&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Can you run the application?&amp;nbsp;&amp;nbsp; Or is your system turned off?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If you can run the app then use an API.&amp;nbsp; Or export. Or something like the ftp server.&amp;nbsp;&amp;nbsp; You should never try to second guess the database if you need help from the forums to do it.&amp;nbsp;&amp;nbsp;&amp;nbsp; Job done.&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Jan 2015 10:32:59 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-retrieve-content-details-without-the-api/m-p/287148#M240278</guid>
      <dc:creator>mrogers</dc:creator>
      <dc:date>2015-01-20T10:32:59Z</dc:date>
    </item>
    <item>
      <title>Re: How to retrieve content details without the API</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-retrieve-content-details-without-the-api/m-p/287149#M240279</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;The application is running, we have access to the user interface (frontend). I am not sure why the client did not give us access to the API yet. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Do you have a hint to how I can access the node browser or any API when I have the frontend URL? This is probably all basic Alfresco stuff, so forgive me for asking. It is a tough job to keep up with all the different CMS/DMS systems &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt; I did of course try to find it in the documentation, but I do not have a link to the administration console anywhere and also couldn't find any standard URL's that I could try.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Jan 2015 13:18:00 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-retrieve-content-details-without-the-api/m-p/287149#M240279</guid>
      <dc:creator>titusnachbauer</dc:creator>
      <dc:date>2015-01-21T13:18:00Z</dc:date>
    </item>
    <item>
      <title>Re: How to retrieve content details without the API</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-retrieve-content-details-without-the-api/m-p/287150#M240280</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;In 3.1 the node browser is part of "Alfresco Explorer" the "user interface".&amp;nbsp;&amp;nbsp; Its only available to "admin" &lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Jan 2015 13:40:22 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-retrieve-content-details-without-the-api/m-p/287150#M240280</guid>
      <dc:creator>mrogers</dc:creator>
      <dc:date>2015-01-21T13:40:22Z</dc:date>
    </item>
  </channel>
</rss>

