Class BoardDAO


public class BoardDAO extends ProcessQueueDAO
  • Constructor Details

  • Method Details

    • getProcessList

      public List<Pair<Process, Map<String,Object>>> getProcessList(BoardConfig board) throws Exception
      Returns the set of all processes for visualization. Sorting is reverse by priority. The first parameter in the queue is the process, the rest are configured columns.
      Parameters:
      board -
      Returns:
      Throws:
      Exception