Interface PrioritySchemeUtil

All Known Implementing Classes:
DefaultPrioritySchemeUtil

public interface PrioritySchemeUtil
Util tools for priority scheme
  • Method Details

    • getCommonPrioritiesSorted

      List<Priority> getCommonPrioritiesSorted(Collection<Project> projects)
      Returns list of common priorities for passed projects. List is sorted which means: - if there is only one common priority scheme between all projects, list of priorities is sorted by local order - if there are at least two priority schemes, list is sorted based on global sequence number
      Parameters:
      projects - list of projects
      Returns:
      sorted list of common priorities