Class Board
java.lang.Object
org.bgerp.plugin.pln.blow.model.Board
Blow board.
-
Constructor Summary
ConstructorsConstructorDescriptionBoard(BoardConfig config, List<Pair<Process, Map<String, Object>>> processes, Collection<CommonObjectLink> links) -
Method Summary
Modifier and TypeMethodDescriptionintgetExecutorItemCount(int executorId) Returns count of processes for the executorReturns sorted list of executorsgetItems()intReturns the maximum row number among executor queuesReturns columns with processes by executor, or the common queuegetRoot()boolean
-
Constructor Details
-
Board
public Board(BoardConfig config, List<Pair<Process, Map<String, Object>>> processes, Collection<CommonObjectLink> links)
-
-
Method Details
-
isUserMode
public boolean isUserMode() -
getConfig
-
getRoot
-
getItems
-
getLastIndex
public int getLastIndex()Returns the maximum row number among executor queues- Returns:
-
getQueues
-
getExecutorItemCount
public int getExecutorItemCount(int executorId) Returns count of processes for the executor- Parameters:
executorId-- Returns:
-
getExecutors
-