Overview

Resource NumericPagingOptons allows position-based Paging Option which allows to page through a PagedListResult using the returned position of the records.

Members

Show inherited members

Name Type Required Description

count

int

Counts per page, namely how many results are included in a single page.

fetchMode

fetchMode

Fetch direction.

startPosition

int

Start position.

Hierarchy

Inherits From

Examples

Below are examples in XML formats. All examples are shown with all inherited members. Quoting when required is part of the examples, but you must obviously populate with your own data.

XML Example

(show inherited members)

<obh:numericPagingOptions xsi:type="obh:numericPagingOptions" xmlns:obh="http://www.oracle.com/beehive" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <count>your_int_0</count>
        <fetchMode>your_fetchMode_0</fetchMode>
        <startPosition>your_int_0</startPosition>
</obh:numericPagingOptions>

Referenced By Representaions