Uploaded image for project: 'Nuxeo Platform'
  1. Nuxeo Platform
  2. NXP-2705

add API to WorkflowEngine to be able to fetch paginated filtered by process names

    XMLWordPrintable

    Details

    • Type: Improvement
    • Status: Resolved
    • Priority: Major
    • Resolution: Fixed
    • Affects Version/s: 5.1.5, 5.2 M2
    • Fix Version/s: 5.1.6, 5.2 M3
    • Component/s: Workflow
    • Impact type:
      API added
    • Upgrade notes:
      Hide

      add new method to WorkflowEngine:

      public ResultSlice<WMWorkItemInstance> getWorkItemsFor(
      List<WMParticipant> participants, String state,
      List<String> processNames, int firstResult, int maxResults,
      String orderBy, boolean orderAscending) throws WMWorkflowException;

      Show
      add new method to WorkflowEngine: public ResultSlice<WMWorkItemInstance> getWorkItemsFor( List<WMParticipant> participants, String state, List<String> processNames, int firstResult, int maxResults, String orderBy, boolean orderAscending) throws WMWorkflowException;

      Attachments

        Activity

          People

          • Assignee:
            ogrisel Olivier Grisel
            Reporter:
            ogrisel Olivier Grisel
            Participants:
          • Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

            • Created:
              Updated:
              Resolved:

              Time Tracking

              Estimated:
              Original Estimate - 2 hours
              2h
              Remaining:
              Remaining Estimate - 0 minutes
              0m
              Logged:
              Time Spent - 2 hours
              2h