Class SortCriteriaInformation

java.lang.Object
ro.sync.ecss.extensions.commons.sort.SortCriteriaInformation

@API(type=INTERNAL, src=PUBLIC) public class SortCriteriaInformation extends Object
Holds information about the sort criteria and scope.
  • Field Details

    • onlySelectedElements

      public final boolean onlySelectedElements
      true when the sort scope is represented only by the selected elements.
    • criteriaInfo

      public final CriterionInformation[] criteriaInfo
      The criteria information array.
  • Constructor Details

    • SortCriteriaInformation

      public SortCriteriaInformation(CriterionInformation[] info, boolean onlySelectedEntries)
      Constructor.
      Parameters:
      info - Array containing the CriterionInformation objects which will be used to sort the element.
      onlySelectedEntries - true if the scope of the sort is "Selected elements", false for "All elements".
  • Method Details