AT:
- the command sorting functionality is moved to the CompositeCommandResult class
Context:
Sebastian Bathke:
as the CompositeCommandResult is created by the groupByPart.retrieveQueryResult already do you think it would make sense to forward that information (numeric or not) from there into the composite result so it could be picked up from there as an property of the CompositeCommandResult?
actually couldn't the sorting already be done completely inside retrieveQueryResult on the CompositeCommandResult? as all the stuff related to sorting originates from the groupByPart anyway and then the ReportResultDto doesn't even need sorting functionality it will be just a plain POJO?
Will be done in https://app.camunda.com/jira/browse/OPT-2774