query List Items
Retrieve all items from the SyncListJava without opening it.
Return
New SyncIteratorJava to sequentially access the elements from this SyncListJava.
Parameters
SID or unique name of existing SyncListJava.
Retrieve items from the SyncListJava without opening it.
Return
New SyncIteratorJava to sequentially access the elements from this SyncListJava.
Parameters
SID or unique name of existing SyncListJava.
Index of the first item to retrieve.
Retrieve items from the SyncListJava without opening it.
Return
New SyncIteratorJava to sequentially access the elements from this SyncListJava.
Parameters
SID or unique name of existing SyncListJava.
Index of the first item to retrieve.
When true
- result includes the item with the startIndex. When false
- the item with the startIndex is skipped.
Retrieve items from the SyncListJava without opening it.
Return
New SyncIteratorJava to sequentially access the elements from this SyncListJava.
Parameters
SID or unique name of existing SyncListJava.
Index of the first item to retrieve, null
means start from the first item in the SyncListJava.
When true
- result includes the item with the startIndex. When false
- the item with the startIndex is skipped. Ignored when startIndex = null
QueryOrder for sorting results.
Retrieve items from the SyncListJava without opening it.
Return
New SyncIteratorJava to sequentially access the elements from this SyncListJava.
Parameters
SID or unique name of existing SyncListJava.
Index of the first item to retrieve, null
means start from the first item in the SyncListJava.
When true
- result includes the item with the startIndex. When false
- the item with the startIndex is skipped. Ignored when startIndex = null
QueryOrder for sorting results.
Page size for querying items from backend.
Retrieve items from the SyncListJava without opening it.
Return
New SyncIteratorJava to sequentially access the elements from this SyncListJava.
Parameters
SID or unique name of existing SyncListJava.
Index of the first item to retrieve, null
means start from the first item in the SyncListJava.
When true
- result includes the item with the startIndex. When false
- the item with the startIndex is skipped. Ignored when startIndex = null
QueryOrder for sorting results.
Page size for querying items from backend.
When true
returns cached value if found in cache. When false
- performs network request to get latest data from backend.