Modifier and Type | Method and Description |
---|---|
WorkflowInstancePage |
WorkflowMgrConn.safeGetWorkflowInstPageByStatus(int pageNum) |
WorkflowInstancePage |
WorkflowMgrConn.safeGetWorkflowInstPageByStatus(int pageNum,
String status) |
Constructor and Description |
---|
WorkflowPagePaginator(String id,
WorkflowInstancePage page,
String status,
Class<? extends org.apache.wicket.markup.html.WebPage> instPage) |
Modifier and Type | Method and Description |
---|---|
WorkflowInstancePage |
AbstractPaginatibleInstanceRepository.getFirstPage() |
WorkflowInstancePage |
AbstractPaginatibleInstanceRepository.getLastPage() |
WorkflowInstancePage |
AbstractPaginatibleInstanceRepository.getNextPage(WorkflowInstancePage currentPage) |
WorkflowInstancePage |
AbstractPaginatibleInstanceRepository.getPagedWorkflows(int pageNum) |
WorkflowInstancePage |
AbstractPaginatibleInstanceRepository.getPagedWorkflows(int pageNum,
String status) |
WorkflowInstancePage |
AbstractPaginatibleInstanceRepository.getPrevPage(WorkflowInstancePage currentPage) |
Modifier and Type | Method and Description |
---|---|
WorkflowInstancePage |
AbstractPaginatibleInstanceRepository.getNextPage(WorkflowInstancePage currentPage) |
WorkflowInstancePage |
AbstractPaginatibleInstanceRepository.getPrevPage(WorkflowInstancePage currentPage) |
Modifier and Type | Method and Description |
---|---|
static WorkflowInstancePage |
WorkflowInstancePage.blankPage() |
Modifier and Type | Method and Description |
---|---|
WorkflowInstancePage |
XmlRpcWorkflowManagerClient.getFirstPage() |
WorkflowInstancePage |
XmlRpcWorkflowManagerClient.getLastPage() |
WorkflowInstancePage |
XmlRpcWorkflowManagerClient.getNextPage(WorkflowInstancePage currentPage) |
WorkflowInstancePage |
XmlRpcWorkflowManagerClient.getPrevPage(WorkflowInstancePage currentPage) |
WorkflowInstancePage |
XmlRpcWorkflowManagerClient.paginateWorkflowInstances(int pageNum) |
WorkflowInstancePage |
XmlRpcWorkflowManagerClient.paginateWorkflowInstances(int pageNum,
String status) |
Modifier and Type | Method and Description |
---|---|
WorkflowInstancePage |
XmlRpcWorkflowManagerClient.getNextPage(WorkflowInstancePage currentPage) |
WorkflowInstancePage |
XmlRpcWorkflowManagerClient.getPrevPage(WorkflowInstancePage currentPage) |
Modifier and Type | Method and Description |
---|---|
WorkflowInstancePage |
Pagination.getFirstPage() |
WorkflowInstancePage |
Pagination.getLastPage() |
WorkflowInstancePage |
Pagination.getNextPage(WorkflowInstancePage currentPage) |
WorkflowInstancePage |
Pagination.getPagedWorkflows(int pageNum)
|
WorkflowInstancePage |
Pagination.getPagedWorkflows(int pageNum,
String status)
|
WorkflowInstancePage |
Pagination.getPrevPage(WorkflowInstancePage currentPage) |
static WorkflowInstancePage |
XmlRpcStructFactory.getWorkflowInstancePageFromXmlRpc(Map pageHash)
Gets a
WorkflowInstancePage off of the XML-RPC wire by converting
the XML-RPC HashMap representation of the page into a
WorkflowInstancePage . |
Modifier and Type | Method and Description |
---|---|
WorkflowInstancePage |
Pagination.getNextPage(WorkflowInstancePage currentPage) |
WorkflowInstancePage |
Pagination.getPrevPage(WorkflowInstancePage currentPage) |
static Map |
XmlRpcStructFactory.getXmlRpcWorkflowInstancePage(WorkflowInstancePage page)
Gets a
HashMap representation of a WorkflowInstancePage
that is serializable over the XML-RPC wire. |
Copyright © 1999–2017 Apache OODT. All rights reserved.