com.ptc.core.query.common
Interface TypePagingSession

All Known Implementing Classes:
BasicTypePagingSession

public interface TypePagingSession

This interface provides the abstraction for information used in paging. The PagingSession uniquely identifies a sever based paging session.

Supported API: true

Extendable: false


Field Summary
static String TOTAL_COUNT
          Label for the attribute; Total count of items available to page through.
 
Method Summary
 int getTotalCount()
          Gets the value of the attribute: TOTAL_COUNT.
 

Field Detail

TOTAL_COUNT

static final String TOTAL_COUNT
Label for the attribute; Total count of items available to page through.

Supported API: true

See Also:
Constant Field Values
Method Detail

getTotalCount

int getTotalCount()
Gets the value of the attribute: TOTAL_COUNT. Total count of items available to page through.

Supported API: true

Returns:
int