Uploaded image for project: 'JBoss BPMS Platform'
  1. JBoss BPMS Platform
  2. RHBPMS-1532

Java Task Remote API get* methods only return 10 instances, instead of the full list.

XMLWordPrintable

      Description of problem:

      The following operation via the Java Remote API ((and potentially also other getter methods) are somehow limited to 10 outputs.

      List<TaskSummary> taskList = taskService.getTasksAssignedAsPotentialOwner(username, "en-UK");

      Version-Release number of selected component (if applicable):

      Release: 6.2.0.CR1

      How reproducible:

      Always.

      Steps to Reproduce:
      1. See the method above

      Actual results:

      Only 10 results returned.

      Expected results:

      All (more than 10) results should be returned.

      Additional info:

      The reason behind this may that I am setting some QueryFilter but specifying only Language and User.

      QueryFilter, however, also have constructor which accepts "int counts", so maybe, if "counts" is not specified, it gets default value "10" ?

              swiderski.maciej Maciej Swiderski (Inactive)
              marco.rietveld Marco Rietveld (Inactive)
              Ivo Bek Ivo Bek
              Ivo Bek Ivo Bek
              Alessandro Lazarotti, Anton Giertli, Kris Verlaenen, Maciej Swiderski (Inactive), Marek Baluch, Rajesh Rajasekaran
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

                Created:
                Updated:
                Resolved: