Modifier and Type | Field and Description |
---|---|
static ContentCursor |
EMPTY_CURSOR |
static ContentCursor |
EMPTY_CURSOR_PREV |
Modifier and Type | Method and Description |
---|---|
static ContentCursor |
createCursor(boolean isReverse,
long contentId) |
boolean |
equals(Object o) |
Long |
getContentId() |
CursorType |
getCursorType() |
int |
hashCode() |
boolean |
isEmpty()
Indicates that cursor is empty (first cursor in forward direction)
|
boolean |
isReverse()
Indicates that records should be sorted in backward direction when this cursor is used
|
String |
toString() |
static ContentCursor |
valueOf(@NonNull String cursorToken) |
public static final ContentCursor EMPTY_CURSOR
public static final ContentCursor EMPTY_CURSOR_PREV
public static ContentCursor createCursor(boolean isReverse, long contentId)
public CursorType getCursorType()
getCursorType
in interface Cursor
public boolean isReverse()
Cursor
public Long getContentId()
public boolean isEmpty()
Cursor
public static ContentCursor valueOf(@NonNull String cursorToken)
Copyright © 2003–2023 Atlassian. All rights reserved.
View cookie preferences