Skip navigation links

Oracle Content Database Web Services Java API Reference for Oracle WebCenter Suite
10g (10.1.3.2)

B32189-01


oracle.ifs.fdk
Class PagingManager


public interface class PagingManager

A facade interface for managing paging.


Method Summary
 Item[] getPage(NamedValue[] options, AttributeRequest[] attrs)
          Gets a page of the given size from the stored session state, starting from the given index.
 void setPagingList(NamedValue[] options)
          Stores a list of ids in the FdkSession so that they can later be retrieved one page at a time.

 

Method Detail

setPagingList

void setPagingList(NamedValue[] options)
                   throws FdkException
Description copied from interface: PagingManager
Stores a list of ids in the FdkSession so that they can later be retrieved one page at a time.
Parameters:
options - The list to be stored, plus additional attributes.
  • notation: {Attribute name, Attribute type}
  • {Options.PAGING_LIST, long[]}
Throws:
FdkException - if the operation fails.

getPage

Item[] getPage(NamedValue[] options,
               AttributeRequest[] attrs)
               throws FdkException
Description copied from interface: PagingManager
Gets a page of the given size from the stored session state, starting from the given index. If the starting index is not specified, assumes 0. If page size is not specified, or is 0, returns null. If the number of items remaining is less than the page size, returns an array that is padded with null items at the end.
Parameters:
options - Options determining how to return the page.
  • notation: {Attribute name, Attribute type}
  • {Options.PAGE_SIZE, Integer}
  • {Options.STARTING_INDEX, Integer}
Throws:
FdkException - if the operation fails.

Skip navigation links

Oracle Content Database Web Services Java API Reference for Oracle WebCenter Suite
10g (10.1.3.2)

B32189-01


Copyright © 2002, 2006, Oracle. All rights reserved.