Interface IDirPagingCookie
- All Superinterfaces:
IPagingCookie
A paging cookie for directory queries
-
Field Summary
Fields inherited from interface com.webmethods.portal.service.view.IPagingCookie
ACTION_NEXT, ACTION_PREVIOUS, ACTION_REFRESH, ASCENDING, DESCENDING
-
Method Summary
Modifier and TypeMethodDescriptionGet the directory service id that created this cookieboolean
Whether this cookie supports retrieval of a totalMethods inherited from interface com.webmethods.portal.service.view.IPagingCookie
getEnd, getOrder, getOrderAtoZ, getPageCount, getPageIndex, getPageSize, getQueryString, getResourceID, getSort, getStart, getTotal, getUserID, getView, hasNext, hasPrevious, pageBackward, pageForward, release, setEnd, setOrder, setPageIndex, setPageSize, setQueryString, setResourceID, setSort, setStart, setTotal, setUserID, setView
-
Method Details
-
getDirectoryServiceID
IThingID getDirectoryServiceID()Get the directory service id that created this cookie -
supportsTotal
boolean supportsTotal()Whether this cookie supports retrieval of a total
-