Uses of Class
com.atlassian.confluence.api.model.pagination.ContentCursor
Packages that use ContentCursor
-
Uses of ContentCursor in com.atlassian.confluence.api.model.pagination
Fields in com.atlassian.confluence.api.model.pagination declared as ContentCursorModifier and TypeFieldDescriptionstatic final ContentCursor
ContentCursor.EMPTY_BLOGPOST_CURSOR
static final ContentCursor
ContentCursor.EMPTY_BLOGPOST_CURSOR_PREV
static final ContentCursor
ContentCursor.EMPTY_COMMENT_CURSOR
static final ContentCursor
ContentCursor.EMPTY_CURSOR
static final ContentCursor
ContentCursor.EMPTY_CURSOR_PREV
Methods in com.atlassian.confluence.api.model.pagination that return ContentCursorModifier and TypeMethodDescriptionstatic ContentCursor
ContentCursor.createCursor
(boolean isReverse, long contentId) Create a cursor for CONTENT type Notes: please using another override method to create different cursor typestatic ContentCursor
ContentCursor.createCursor
(boolean isReverse, long contentId, CursorType cursorType) static ContentCursor