Class KanbanBoardDAO


public class KanbanBoardDAO extends ProcessQueueDAO
Selects the card list for a Kanban board: a single process type's processes from a process queue the current user has access to, narrowed by the queue's own configured filters (applied exactly as /user/process/queue applies them) plus a mandatory type constraint, since Kanban columns are always a single type's status list.
  • Constructor Details

  • Method Details

    • getCards

      public List<Card> getCards(Queue queue, int typeId) throws Exception
      Parameters:
      queue -
      typeId - single process type to narrow down to; must be one of queue.getProcessTypeIds().
      Returns:
      cards ordered per the queue's selected sort combo(s), same as the request would order a plain queue table.
      Throws:
      Exception