JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Index
Help
SEARCH:
Uses of Class
org.activiti.api.runtime.shared.query.Pageable
Packages that use
Pageable
Package
Description
org.activiti.api.runtime.shared.query
Uses of
Pageable
in
org.activiti.api.runtime.shared.query
Methods in
org.activiti.api.runtime.shared.query
that return
Pageable
Modifier and Type
Method
Description
static
Pageable
Pageable.
of
(int startIndex, int maxItems)
static
Pageable
Pageable.
of
(int startIndex, int maxItems,
Order
order)