|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use WorkflowInstancePage | |
---|---|
org.apache.oodt.cas.workflow.instrepo | |
org.apache.oodt.cas.workflow.structs | |
org.apache.oodt.cas.workflow.system | |
org.apache.oodt.cas.workflow.util |
Uses of WorkflowInstancePage in org.apache.oodt.cas.workflow.instrepo |
---|
Methods in org.apache.oodt.cas.workflow.instrepo that return WorkflowInstancePage | |
---|---|
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)
|
Methods in org.apache.oodt.cas.workflow.instrepo with parameters of type WorkflowInstancePage | |
---|---|
WorkflowInstancePage |
AbstractPaginatibleInstanceRepository.getNextPage(WorkflowInstancePage currentPage)
|
WorkflowInstancePage |
AbstractPaginatibleInstanceRepository.getPrevPage(WorkflowInstancePage currentPage)
|
Uses of WorkflowInstancePage in org.apache.oodt.cas.workflow.structs |
---|
Methods in org.apache.oodt.cas.workflow.structs that return WorkflowInstancePage | |
---|---|
static WorkflowInstancePage |
WorkflowInstancePage.blankPage()
|
Uses of WorkflowInstancePage in org.apache.oodt.cas.workflow.system |
---|
Methods in org.apache.oodt.cas.workflow.system that return WorkflowInstancePage | |
---|---|
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)
|
Methods in org.apache.oodt.cas.workflow.system with parameters of type WorkflowInstancePage | |
---|---|
WorkflowInstancePage |
XmlRpcWorkflowManagerClient.getNextPage(WorkflowInstancePage currentPage)
|
WorkflowInstancePage |
XmlRpcWorkflowManagerClient.getPrevPage(WorkflowInstancePage currentPage)
|
Uses of WorkflowInstancePage in org.apache.oodt.cas.workflow.util |
---|
Methods in org.apache.oodt.cas.workflow.util that return WorkflowInstancePage | |
---|---|
WorkflowInstancePage |
Pagination.getFirstPage()
|
WorkflowInstancePage |
Pagination.getLastPage()
|
WorkflowInstancePage |
Pagination.getNextPage(WorkflowInstancePage currentPage)
|
WorkflowInstancePage |
Pagination.getPagedWorkflows(int pageNum)
Gets the WorkflowInstancePage identified by its
pageNum and associated status parameters. |
WorkflowInstancePage |
Pagination.getPagedWorkflows(int pageNum,
String status)
Gets the WorkflowInstancePage identified by its
pageNum and associated status parameters. |
WorkflowInstancePage |
Pagination.getPrevPage(WorkflowInstancePage currentPage)
|
static WorkflowInstancePage |
XmlRpcStructFactory.getWorkflowInstancePageFromXmlRpc(Hashtable pageHash)
Gets a WorkflowInstancePage off of the XML-RPC wire by converting
the XML-RPC Hashtable representation of the page into a
WorkflowInstancePage . |
Methods in org.apache.oodt.cas.workflow.util with parameters of type WorkflowInstancePage | |
---|---|
WorkflowInstancePage |
Pagination.getNextPage(WorkflowInstancePage currentPage)
|
WorkflowInstancePage |
Pagination.getPrevPage(WorkflowInstancePage currentPage)
|
static Hashtable |
XmlRpcStructFactory.getXmlRpcWorkflowInstancePage(WorkflowInstancePage page)
Gets a Hashtable representation of a WorkflowInstancePage
that is serializable over the XML-RPC wire. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |