|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Pagination
Describe your class here
.Method Summary | |
---|---|
WorkflowInstancePage |
getFirstPage()
|
WorkflowInstancePage |
getLastPage()
|
WorkflowInstancePage |
getNextPage(WorkflowInstancePage currentPage)
|
WorkflowInstancePage |
getPagedWorkflows(int pageNum)
Gets the WorkflowInstancePage identified by its
pageNum and associated status parameters. |
WorkflowInstancePage |
getPagedWorkflows(int pageNum,
String status)
Gets the WorkflowInstancePage identified by its
pageNum and associated status parameters. |
WorkflowInstancePage |
getPrevPage(WorkflowInstancePage currentPage)
|
Method Detail |
---|
WorkflowInstancePage getFirstPage()
ProductType
.WorkflowInstancePage getLastPage()
ProductType
.WorkflowInstancePage getNextPage(WorkflowInstancePage currentPage)
currentPage
- The current page that tells the function what the next page to
obtain is.
WorkflowInstancePage getPrevPage(WorkflowInstancePage currentPage)
currentPage
- The currentPage that tells the function what the previous page
to obtain is.
WorkflowInstancePage getPagedWorkflows(int pageNum) throws InstanceRepositoryException
WorkflowInstancePage
identified by its
pageNum
and associated status
parameters.
pageNum
- The WorkflowInstancePage
number to get.status
- Identifies which WorkflowInstance
set to paginate,
e.g., only WorkflowInstance
s with a given status.
WorkflowInstancePage
with the given status, and page
number.
InstanceRepositoryException
- If any error occurs.WorkflowInstancePage getPagedWorkflows(int pageNum, String status) throws InstanceRepositoryException
WorkflowInstancePage
identified by its
pageNum
and associated status
parameters.
pageNum
- The WorkflowInstancePage
number to get.status
- Identifies which WorkflowInstance
set to paginate,
e.g., only WorkflowInstance
s with a given status.
WorkflowInstancePage
with the given status, and page
number.
InstanceRepositoryException
- If any error occurs.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |