Uses of Class
org.imixs.workflow.office.views.BoardCategory
-
Packages that use BoardCategory Package Description org.imixs.workflow.office.views -
-
Uses of BoardCategory in org.imixs.workflow.office.views
Methods in org.imixs.workflow.office.views that return types with arguments of type BoardCategory Modifier and Type Method Description Set<BoardCategory>MonitorController. getBoardCategories()List<BoardCategory>BoardController. getCategories()Returns a list of all workflow groups out of the current worklist.Methods in org.imixs.workflow.office.views with parameters of type BoardCategory Modifier and Type Method Description voidBoardController. doLoadNext(BoardCategory category)Loads the next page for a categoryvoidBoardController. doLoadPrev(BoardCategory category)Loads the prev page for a categoryList<org.imixs.workflow.ItemCollection>BoardController. getWorkitems(BoardCategory category)This method returns the current page of workitems for the given category.booleanBoardController. isEndOfList(BoardCategory category)Method parameters in org.imixs.workflow.office.views with type arguments of type BoardCategory Modifier and Type Method Description voidMonitorController. setBoardCategories(Set<BoardCategory> boardCategories)
-