<?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: Retrieving  CandidateGroup Task in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/retrieving-candidategroup-task/m-p/64799#M40938</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks Ronald.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I really didn't think about that possibility.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;However, is this a common use case? &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Would it be worthwhile for it to be part the API?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have also noticed that a similar situations with Task assignment where each entity in the assignment takes a roundtrip to the DB(Correct me if my understanding is wrong).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Franklin&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 21 Aug 2011 17:08:27 GMT</pubDate>
    <dc:creator>frankee787</dc:creator>
    <dc:date>2011-08-21T17:08:27Z</dc:date>
    <item>
      <title>Retrieving  CandidateGroup Task</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/retrieving-candidategroup-task/m-p/64797#M40936</link>
      <description>Dear All,&amp;nbsp; I understand , inorder to retrieve Task assigned to single "CandidateGroup"…you can use the API as follows&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; getTaskService().createTaskQuery().taskCandidateGroup("candidateGroup").list();However, if a task is assigned to multiple  "CandidateGroup"…you would have to use the API probably</description>
      <pubDate>Sun, 21 Aug 2011 09:08:04 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/retrieving-candidategroup-task/m-p/64797#M40936</guid>
      <dc:creator>frankee787</dc:creator>
      <dc:date>2011-08-21T09:08:04Z</dc:date>
    </item>
    <item>
      <title>Re: Retrieving  CandidateGroup Task</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/retrieving-candidategroup-task/m-p/64798#M40937</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Create your own query? And I do not mean with the query api, but in the mybatis config file, or even plain jdbc&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 21 Aug 2011 16:35:30 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/retrieving-candidategroup-task/m-p/64798#M40937</guid>
      <dc:creator>ronald_van_kuij</dc:creator>
      <dc:date>2011-08-21T16:35:30Z</dc:date>
    </item>
    <item>
      <title>Re: Retrieving  CandidateGroup Task</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/retrieving-candidategroup-task/m-p/64799#M40938</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks Ronald.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I really didn't think about that possibility.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;However, is this a common use case? &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Would it be worthwhile for it to be part the API?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have also noticed that a similar situations with Task assignment where each entity in the assignment takes a roundtrip to the DB(Correct me if my understanding is wrong).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Franklin&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 21 Aug 2011 17:08:27 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/retrieving-candidategroup-task/m-p/64799#M40938</guid>
      <dc:creator>frankee787</dc:creator>
      <dc:date>2011-08-21T17:08:27Z</dc:date>
    </item>
    <item>
      <title>Re: Retrieving  CandidateGroup Task</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/retrieving-candidategroup-task/m-p/64800#M40939</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;However, is this a common use case?&lt;/BLOCKQUOTE&gt;&lt;SPAN&gt;yes and no… at least in my case. Yes, retrieving multiple group lists is, but in my case it is limited to 5 and I need the lists separated after retrieval, since I want to display them per group. Adding this additional logic which might require additional queries to the db (not sure, but it might) for me did not outway the 1 query to retrieve all&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Would it be worthwhile for it to be part the API?&lt;/BLOCKQUOTE&gt;&lt;SPAN&gt;Yes and no (yes and not sure actually), see the answer before&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;I have also noticed that a similar situations with Task assignment where each entity in the assignment takes a roundtrip to the DB(Correct me if my understanding is wrong)&lt;/BLOCKQUOTE&gt;&lt;SPAN&gt;I recall something like this yes, but thought it was fixed (check Jira)&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 21 Aug 2011 18:09:15 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/retrieving-candidategroup-task/m-p/64800#M40939</guid>
      <dc:creator>ronald_van_kuij</dc:creator>
      <dc:date>2011-08-21T18:09:15Z</dc:date>
    </item>
    <item>
      <title>Re: Retrieving  CandidateGroup Task</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/retrieving-candidategroup-task/m-p/64801#M40940</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;yes and no… at least in my case. Yes, retrieving multiple group lists is, but in my case it is limited to 5 and I need the lists separated after retrieval, since I want to display them per group. Adding this additional logic which might require additional queries to the db (not sure, but it might) for me did not outway the 1 query to retrieve all&lt;/BLOCKQUOTE&gt;&lt;SPAN&gt;If you were going to display the lists as separate groups then there is no reason to query them together and then separate them, atleast thats what I believe.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;I recall something like this yes, but thought it was fixed (check Jira)&lt;/BLOCKQUOTE&gt;&lt;SPAN&gt;I believe this is still there. The method signature is &lt;/SPAN&gt;&lt;STRONG&gt;getTaskService().saveTask(task)&lt;/STRONG&gt;&lt;SPAN&gt; So I am assuming it will do it as different db statements. Anyways, I shall skim through the JIRA and see.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks a lot,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Franklin&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Aug 2011 04:45:29 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/retrieving-candidategroup-task/m-p/64801#M40940</guid>
      <dc:creator>frankee787</dc:creator>
      <dc:date>2011-08-22T04:45:29Z</dc:date>
    </item>
    <item>
      <title>Re: Retrieving  CandidateGroup Task</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/retrieving-candidategroup-task/m-p/64802#M40941</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I created &lt;/SPAN&gt;&lt;A href="http://jira.codehaus.org/browse/ACT-796" rel="nofollow noopener noreferrer"&gt;http://jira.codehaus.org/browse/ACT-796&lt;/A&gt;&lt;SPAN&gt; in April, which I believe is what you are looking for. There is a patch attached but it doesn't look like anyone has gotten to it yet. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Tim&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Aug 2011 14:15:05 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/retrieving-candidategroup-task/m-p/64802#M40941</guid>
      <dc:creator>tstephen</dc:creator>
      <dc:date>2011-08-22T14:15:05Z</dc:date>
    </item>
    <item>
      <title>Re: Retrieving  CandidateGroup Task</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/retrieving-candidategroup-task/m-p/64803#M40942</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thats exactly what I am looking for.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Franklin&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Aug 2011 18:04:59 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/retrieving-candidategroup-task/m-p/64803#M40942</guid>
      <dc:creator>frankee787</dc:creator>
      <dc:date>2011-08-22T18:04:59Z</dc:date>
    </item>
  </channel>
</rss>

