<?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 Need to store my own objects in the system in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/need-to-store-my-own-objects-in-the-system/m-p/218839#M171969</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 am using activiti-rest.war&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I need to store my own objects in the system. These objects are surveys. Each survey contain list of question. A question is a par: question itself and answer.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I suppose to work with my own objects from Java Service Task.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;How can store such list of surveys in the system. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Please, point me into appropriate article in the guide or book.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 28 Feb 2016 18:07:28 GMT</pubDate>
    <dc:creator>sinabdeev</dc:creator>
    <dc:date>2016-02-28T18:07:28Z</dc:date>
    <item>
      <title>Need to store my own objects in the system</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/need-to-store-my-own-objects-in-the-system/m-p/218839#M171969</link>
      <description>Hi,I am using activiti-rest.warI need to store my own objects in the system. These objects are surveys. Each survey contain list of question. A question is a par: question itself and answer.I suppose to work with my own objects from Java Service Task.How can store such list of surveys in the system.</description>
      <pubDate>Sun, 28 Feb 2016 18:07:28 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/need-to-store-my-own-objects-in-the-system/m-p/218839#M171969</guid>
      <dc:creator>sinabdeev</dc:creator>
      <dc:date>2016-02-28T18:07:28Z</dc:date>
    </item>
    <item>
      <title>Re: Need to store my own objects in the system</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/need-to-store-my-own-objects-in-the-system/m-p/218840#M171970</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;You may refer to this here -&amp;gt; &lt;/SPAN&gt;&lt;A href="http://activiti.org/userguide/index.html#apiVariables" rel="nofollow noopener noreferrer"&gt;http://activiti.org/userguide/index.html#apiVariables&lt;/A&gt;&lt;BR /&gt;&lt;SPAN&gt;You can use execution.setVariable(String variableName, Object value) to store your variables. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Say for example you have a list of survey entries that you want to store then you can have a surveyEntries array list of type Survey objects and you can add these variables to the process instance using &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;execution.setVariable("SurveyList",surveyEntries); &lt;/SPAN&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Feb 2016 06:42:29 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/need-to-store-my-own-objects-in-the-system/m-p/218840#M171970</guid>
      <dc:creator>hari</dc:creator>
      <dc:date>2016-02-29T06:42:29Z</dc:date>
    </item>
  </channel>
</rss>

