<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Cristiano Gavi&atilde;o wrote:
<blockquote cite="mid:48194B07-9657-49FF-B3FA-9B8509307F0E@gmail.com"
 type="cite">
  <div>Hi,&nbsp;</div>
  <div><br>
  </div>
  <div>
  <div
 style="margin: 0px; font-family: Monaco; font-style: normal; font-variant: normal; font-weight: normal; font-size: 11px; line-height: normal; font-size-adjust: none; font-stretch: normal;">Im
trying to query the human tasks that was created and persisted by the
MinaServer.</div>
  <div
 style="margin: 0px; font-family: Monaco; font-style: normal; font-variant: normal; font-weight: normal; font-size: 11px; line-height: normal; font-size-adjust: none; font-stretch: normal;"><br>
  </div>
  <div
 style="margin: 0px; font-family: Monaco; font-style: normal; font-variant: normal; font-weight: normal; font-size: 11px; line-height: normal; font-size-adjust: none; font-stretch: normal;">Looking
at junit tests I could see that for that job I should use
MinaTaskClient.getTasksAssignedAsPotentialOwner(<span
 style="color: rgb(42, 0, 255);">"Darth Vader"</span>, <span
 style="color: rgb(42, 0, 255);">"en-UK"</span>, responseHandler) or
other methods like this one;</div>
  <div
 style="margin: 0px; font-family: Monaco; font-style: normal; font-variant: normal; font-weight: normal; font-size: 11px; line-height: normal; font-size-adjust: none; font-stretch: normal;"><br>
  </div>
  <div
 style="margin: 0px; font-family: Monaco; font-style: normal; font-variant: normal; font-weight: normal; font-size: 11px; line-height: normal; font-size-adjust: none; font-stretch: normal;">In
this case I should pass one responseHandler that
implements&nbsp;TaskSummaryResponseHandler.</div>
  </div>
  <div><br>
  </div>
  <div>In the source code I could see that
exists&nbsp;BlockingTaskSummaryResponseHandler class that implements&nbsp;<span
 class="Apple-style-span" style="font-family: Monaco; font-size: 11px;">TaskSummaryResponseHandler.&nbsp;</span></div>
  <div><font class="Apple-style-span" face="Monaco" size="3"><span
 class="Apple-style-span" style="font-size: 11px;"><br>
  </span></font></div>
  <div><span class="Apple-style-span"
 style="font-family: Monaco; font-size: 11px;">Should I use this class
or create one myself???</span></div>
</blockquote>
The Blocking impl are just for unit testing, you can copy paste it for
your own ResponseHandler if you like. For the moment we are trying to
minmise what we expose as user classes, especially with regards to
bloat for convenience classes.<br>
<blockquote cite="mid:48194B07-9657-49FF-B3FA-9B8509307F0E@gmail.com"
 type="cite">
  <div><br>
  </div>
  <div><br>
  </div>
  <div>By the way, these class isn't on M5 JAR.... I think because Its
not located on the right path. It is on src/test folder instead of
src/main.....</div>
  <div><br>
  </div>
  <div>thanks and best regards</div>
  <br>
  <div apple-content-edited="true"> <span class="Apple-style-span"
 style="border-collapse: separate; color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;">
  <div style=""><span class="Apple-style-span"
 style="border-collapse: separate; color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;">
  <div style="">
  <div>____________________________________</div>
  <div>Cristiano Gavi&atilde;o</div>
  <div><br>
  </div>
  <div><br>
  </div>
  </div>
  </span></div>
  </span></div>
  <pre wrap="">
<hr size="4" width="90%">
_______________________________________________
rules-users mailing list
<a class="moz-txt-link-abbreviated" href="mailto:rules-users@lists.jboss.org">rules-users@lists.jboss.org</a>
<a class="moz-txt-link-freetext" href="https://lists.jboss.org/mailman/listinfo/rules-users">https://lists.jboss.org/mailman/listinfo/rules-users</a>
  </pre>
</blockquote>
<br>
</body>
</html>