<?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: getting taskAssignee and taskCandidateUser in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/getting-taskassignee-and-taskcandidateuser/m-p/79460#M52889</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;hi jbarrez,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;and how do you orderByPriority and orderByCreateDate after merging the 2 lists?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;best regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;la00&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 17 May 2011 08:08:00 GMT</pubDate>
    <dc:creator>luisalves00</dc:creator>
    <dc:date>2011-05-17T08:08:00Z</dc:date>
    <item>
      <title>getting taskAssignee and taskCandidateUser</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/getting-taskassignee-and-taskcandidateuser/m-p/79456#M52885</link>
      <description>is it possible to get taskAssignee and taskCandidateUser?something like this:tasks = getActivitiEngine().getTaskService().createTaskQuery().taskAssignee(user).taskCandidateUser(user).orderByTaskPriority().asc().list();‍then on the inbox have a condition button -&amp;gt; complete (if task.assignee == cur</description>
      <pubDate>Tue, 19 Apr 2011 15:11:13 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/getting-taskassignee-and-taskcandidateuser/m-p/79456#M52885</guid>
      <dc:creator>luisalves00</dc:creator>
      <dc:date>2011-04-19T15:11:13Z</dc:date>
    </item>
    <item>
      <title>Re: getting taskAssignee and taskCandidateUser</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/getting-taskassignee-and-taskcandidateuser/m-p/79457#M52886</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Sure that's possible. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;But your query will return only the tasks where the user is the assignee AND a candidate user.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;So probably you'll need two queries, as we don't support 'or' in the query yet.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Apr 2011 08:11:40 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/getting-taskassignee-and-taskcandidateuser/m-p/79457#M52886</guid>
      <dc:creator>jbarrez</dc:creator>
      <dc:date>2011-04-20T08:11:40Z</dc:date>
    </item>
    <item>
      <title>Re: getting taskAssignee and taskCandidateUser</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/getting-taskassignee-and-taskcandidateuser/m-p/79458#M52887</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;tks &lt;img id="smileyhappy" class="emoticon emoticon-smileyhappy" src="https://connect.hyland.com/i/smilies/16x16_smiley-happy.png" alt="Smiley Happy" title="Smiley Happy" /&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I get it to work before your reply. I make 2 queries and "join" the list.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;you should support this case, for developer that don't want 2 inbox (like me).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;still need to test this:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Buttons: complete (if task.assignee == currentUser) or claim (if task.assignee != currentUser)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;do you suggest a better solution?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Apr 2011 13:24:05 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/getting-taskassignee-and-taskcandidateuser/m-p/79458#M52887</guid>
      <dc:creator>luisalves00</dc:creator>
      <dc:date>2011-04-20T13:24:05Z</dc:date>
    </item>
    <item>
      <title>Re: getting taskAssignee and taskCandidateUser</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/getting-taskassignee-and-taskcandidateuser/m-p/79459#M52888</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Nope, that's also how we do it in our webapp.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Apr 2011 08:19:34 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/getting-taskassignee-and-taskcandidateuser/m-p/79459#M52888</guid>
      <dc:creator>jbarrez</dc:creator>
      <dc:date>2011-04-21T08:19:34Z</dc:date>
    </item>
    <item>
      <title>Re: getting taskAssignee and taskCandidateUser</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/getting-taskassignee-and-taskcandidateuser/m-p/79460#M52889</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;hi jbarrez,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;and how do you orderByPriority and orderByCreateDate after merging the 2 lists?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;best regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;la00&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 May 2011 08:08:00 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/getting-taskassignee-and-taskcandidateuser/m-p/79460#M52889</guid>
      <dc:creator>luisalves00</dc:creator>
      <dc:date>2011-05-17T08:08:00Z</dc:date>
    </item>
    <item>
      <title>Re: getting taskAssignee and taskCandidateUser</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/getting-taskassignee-and-taskcandidateuser/m-p/79461#M52890</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;For the ones tha have the same problem when ordering by 2 columns and like SQL found this lib &lt;/SPAN&gt;&lt;A href="http://josql.sourceforge.net/" rel="nofollow noopener noreferrer"&gt;http://josql.sourceforge.net/&lt;/A&gt;&lt;SPAN&gt; that works for me…&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 May 2011 08:30:27 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/getting-taskassignee-and-taskcandidateuser/m-p/79461#M52890</guid>
      <dc:creator>luisalves00</dc:creator>
      <dc:date>2011-05-20T08:30:27Z</dc:date>
    </item>
  </channel>
</rss>

