Uploaded image for project: 'jBPM'
  1. jBPM
  2. JBPM-6133

Get Case comments from Kie Server with sort options

    XMLWordPrintable

Details

    • NEW
    • NEW
    • 0
    • 0% 0%
    • 2017 Week 26-27

    Description

      Now we can get Case comments from Kie Server without sorting.

      List<CaseComment> getComments(String containerId, String caseId, Integer page, Integer pageSize);
      

      Case engine has method for get Case comments with or without sorting.

      Collection<CommentInstance> getCaseComments(String caseId, CommentSortBy sortBy, QueryContext queryContext) throws CaseNotFoundException;
      
      Collection<CommentInstance> getCaseComments(String caseId, QueryContext queryContext) throws CaseNotFoundException;
      

      It would be nice to have functionality for get Case comments with sorting also for Kie server.

      Attachments

        Activity

          People

            swiderski.maciej Maciej Swiderski (Inactive)
            jakubschwan Jakub Schwan
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: