<?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 Node - Last Modify Date in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/node-last-modify-date/m-p/266718#M219848</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 several content nodes that I would like to arrange in order according to the date they were last modified/created. I am using the javascript API &lt;/SPAN&gt;&lt;A href="http://wiki.alfresco.com/wiki/3.4_JavaScript_API" rel="nofollow noopener noreferrer"&gt;http://wiki.alfresco.com/wiki/3.4_JavaScript_API&lt;/A&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Are there any properties I can use along with the node reference to aquire this data? I'm looking at ScriptVersion[] versionHistory, however i'm not certain how exactly to use it. My current node is currently NOT versionable according to isVersionable.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks again.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 19 May 2011 20:26:54 GMT</pubDate>
    <dc:creator>cedorfm</dc:creator>
    <dc:date>2011-05-19T20:26:54Z</dc:date>
    <item>
      <title>Node - Last Modify Date</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/node-last-modify-date/m-p/266718#M219848</link>
      <description>Hi,I have several content nodes that I would like to arrange in order according to the date they were last modified/created. I am using the javascript API http://wiki.alfresco.com/wiki/3.4_JavaScript_API.Are there any properties I can use along with the node reference to aquire this data? I'm lookin</description>
      <pubDate>Thu, 19 May 2011 20:26:54 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/node-last-modify-date/m-p/266718#M219848</guid>
      <dc:creator>cedorfm</dc:creator>
      <dc:date>2011-05-19T20:26:54Z</dc:date>
    </item>
    <item>
      <title>Re: Node - Last Modify Date</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/node-last-modify-date/m-p/266719#M219849</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;You would order by either cm:modified or cm:created property.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 May 2011 22:38:09 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/node-last-modify-date/m-p/266719#M219849</guid>
      <dc:creator>mrogers</dc:creator>
      <dc:date>2011-05-19T22:38:09Z</dc:date>
    </item>
    <item>
      <title>Re: Node - Last Modify Date</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/node-last-modify-date/m-p/266720#M219850</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Ok so if I understand you correctly…&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;container.children[0].properties["cm:modified"]; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;SHOULD return the last modified date of child node in "container" at index 0?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 May 2011 14:00:41 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/node-last-modify-date/m-p/266720#M219850</guid>
      <dc:creator>cedorfm</dc:creator>
      <dc:date>2011-05-20T14:00:41Z</dc:date>
    </item>
    <item>
      <title>Re: Node - Last Modify Date</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/node-last-modify-date/m-p/266721#M219851</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Works! I just had to cast the result to a string using String(). &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 May 2011 14:32:55 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/node-last-modify-date/m-p/266721#M219851</guid>
      <dc:creator>cedorfm</dc:creator>
      <dc:date>2011-05-20T14:32:55Z</dc:date>
    </item>
    <item>
      <title>Re: Node - Last Modify Date</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/node-last-modify-date/m-p/266722#M219852</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I found this, which is exactly what I want.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Array luceneSearch(string query, string sortColumn, boolean asc) &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;How do I/can I specify the container node to perform the search on?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 May 2011 15:19:35 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/node-last-modify-date/m-p/266722#M219852</guid>
      <dc:creator>cedorfm</dc:creator>
      <dc:date>2011-05-20T15:19:35Z</dc:date>
    </item>
    <item>
      <title>Re: Node - Last Modify Date</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/node-last-modify-date/m-p/266723#M219853</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Array luceneSearch(string store, string query, string sortColumn, boolean asc) &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Ok so I'm assuming you can specify the store. With that being said how do you aquire a the store from a node reference?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 May 2011 15:51:40 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/node-last-modify-date/m-p/266723#M219853</guid>
      <dc:creator>cedorfm</dc:creator>
      <dc:date>2011-05-20T15:51:40Z</dc:date>
    </item>
    <item>
      <title>Re: Node - Last Modify Date</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/node-last-modify-date/m-p/266724#M219854</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;SOLUTION:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I figured it out for those of you, who were wondering…&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Provide a space followed by either a PATH or PARENT query.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;var spath = 'PARENT:"workspace://SpacesStore/d74dfee3-5f1d-43f3-bfbf-9a514ba23b7d"';&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;var nodes = search.luceneSearch("workspace://SpacesStore", spath , "@cm:modified", false);&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 May 2011 14:23:21 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/node-last-modify-date/m-p/266724#M219854</guid>
      <dc:creator>cedorfm</dc:creator>
      <dc:date>2011-05-25T14:23:21Z</dc:date>
    </item>
  </channel>
</rss>

