<?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: Noderef properties in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/noderef-properties/m-p/283384#M236514</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;thank you for your help, in fact documents are posted via a portal, but let's consider that the document is being posted in alfresco, and I want to store the date in a java class to use it to check the expiration date of a document using a scheduled job to make a reminder&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 04 Apr 2014 10:36:23 GMT</pubDate>
    <dc:creator>ucf</dc:creator>
    <dc:date>2014-04-04T10:36:23Z</dc:date>
    <item>
      <title>Noderef properties</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/noderef-properties/m-p/283381#M236511</link>
      <description>Hello,I want to know how to get a document porperty such as the date when this document is posted, I guess I'm gonna use nodeservice but don't know how, and one more question, can I plan to run a java class as a scheduled action in my context.xml, I use maven structure with alfresco community.ps: I'</description>
      <pubDate>Fri, 04 Apr 2014 09:53:02 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/noderef-properties/m-p/283381#M236511</guid>
      <dc:creator>ucf</dc:creator>
      <dc:date>2014-04-04T09:53:02Z</dc:date>
    </item>
    <item>
      <title>Re: Noderef properties</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/noderef-properties/m-p/283382#M236512</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;You can capture properties once content is created. Question is where you want to capture it and where you want to pass it or store it?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Now for scheduled actions with java class you need to create cron-job in alfresco you can refer following link to get details on that.&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://blog.arvixe.com/tag/alfresco-cron-jobs/" rel="nofollow noopener noreferrer"&gt;http://blog.arvixe.com/tag/alfresco-cron-jobs/&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Apr 2014 10:06:00 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/noderef-properties/m-p/283382#M236512</guid>
      <dc:creator>mitpatoliya</dc:creator>
      <dc:date>2014-04-04T10:06:00Z</dc:date>
    </item>
    <item>
      <title>Re: Noderef properties</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/noderef-properties/m-p/283383#M236513</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;To get the date, you can use :&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Date createdDate = (Date) this.nodeService.getProperty(nodeRef, ContentModel.PROP_CREATED);&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Yes, you can run a java class as a scheduled action. You need to make entry in scheduled-jobs-context.xml file.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Refer these links :&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://wiki.alfresco.com/wiki/Scheduled_Actions" rel="nofollow noopener noreferrer"&gt;http://wiki.alfresco.com/wiki/Scheduled_Actions&lt;/A&gt;&lt;BR /&gt;&lt;A href="https://forums.alfresco.com/forum/general/non-technical-alfresco-discussion/scheduled-action-services-contextxml-java-jobs" rel="nofollow noopener noreferrer"&gt;https://forums.alfresco.com/forum/general/non-technical-alfresco-discussion/scheduled-action-services-contextxml-java-jobs&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Apr 2014 10:10:08 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/noderef-properties/m-p/283383#M236513</guid>
      <dc:creator>sanket</dc:creator>
      <dc:date>2014-04-04T10:10:08Z</dc:date>
    </item>
    <item>
      <title>Re: Noderef properties</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/noderef-properties/m-p/283384#M236514</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;thank you for your help, in fact documents are posted via a portal, but let's consider that the document is being posted in alfresco, and I want to store the date in a java class to use it to check the expiration date of a document using a scheduled job to make a reminder&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Apr 2014 10:36:23 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/noderef-properties/m-p/283384#M236514</guid>
      <dc:creator>ucf</dc:creator>
      <dc:date>2014-04-04T10:36:23Z</dc:date>
    </item>
    <item>
      <title>Re: Noderef properties</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/noderef-properties/m-p/283385#M236515</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;thank you for your help&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Apr 2014 14:45:38 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/noderef-properties/m-p/283385#M236515</guid>
      <dc:creator>ucf</dc:creator>
      <dc:date>2014-04-04T14:45:38Z</dc:date>
    </item>
  </channel>
</rss>

