public interface SetRepository
| Modifier and Type | Method and Description |
|---|---|
boolean |
exists(String setSpec)
Checks if a specific sets exists in the data source.
|
ListSetsResult |
retrieveSets(int offset,
int length)
Returns a paged list of sets.
|
boolean |
supportSets()
Checks if the actual data source supports sets.
|
boolean supportSets()
ListSetsResult retrieveSets(int offset, int length)
offset - Starting offsetlength - Max size of the returned listboolean exists(String setSpec)
setSpec - Set specCopyright © 2017 DuraSpace. All Rights Reserved.