Package com.suncode.pwfl.workflow.view
Interface ViewEvaluator
public interface ViewEvaluator
- Author:
- RafaĆ Nowacki 2019-01-29
-
Method Summary
Modifier and TypeMethodDescriptionEvaluates saved view.evaluate
(Long viewId, int start, int limit, Sorter sorter, Boolean cacheSequential, Boolean ensureRights) evaluate
(Long viewId, int start, int limit, Sorter sorter, Boolean cacheSequential, Boolean ensureRights, Boolean forceSearchInDb) evaluateSize
(Long viewId) Evaluates saved view and returns View result containing only size information.
-
Method Details
-
evaluate
Evaluates saved view.- Parameters:
viewId
-start
-limit
-sorter
-- Returns:
- View result
-
evaluate
-
evaluate
ViewResult evaluate(Long viewId, int start, int limit, Sorter sorter, Boolean cacheSequential, Boolean ensureRights) -
evaluate
-
evaluateSize
Evaluates saved view and returns View result containing only size information.- Parameters:
viewId
-- Returns:
- View result
-