| Interface | Description |
|---|---|
| ListProcessor<REQ,RES> |
A processor for converting List of a certain type into list of a different type.
|
| PaginateListUtil |
A util class that can be used to perform easy pagination (with defaults provided by Flowable).
|
| Class | Description |
|---|---|
| AbstractPaginateList<RES,REQ> | Deprecated
use
PaginateListUtil and ListProcessor instead |
| DataResponse<T> | |
| DefaultPaginateList<T> | Deprecated
use
PaginateListUtil and the appropriate ListProcessor instead |
| EngineInfoResponse | |
| PaginateRequest |
Interface representing a paginated request object, use when paging is needed without using URL-parameters.
|
| RequestUtil | |
| RestError |
Used for creating a response that represent an error that occurred.
|
Copyright © 2020 Flowable. All rights reserved.