| java.lang.Object | |
| ↳ | org.mule.module.fws.api.PaginatedIterable<T, Page> |
Known Direct Subclasses
FwsPaginatedIterable<T, Page>
|
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Protected Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Answers the first page of the paginated result
| |||||||||||
Answers if the given page is not the last one
| |||||||||||
Given a page, answers the next page
| |||||||||||
Answers an iterator for the current page
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
From interface
java.lang.Iterable
| |||||||||||
Answers the first page of the paginated result
Answers if the given page is not the last one
| page |
|---|
Given a page, answers the next page
| currentPage |
|---|
Answers an iterator for the current page
| page |
|---|