@LinkRest(name="items",linkClass=ItemRest.class,method="listBrowseItems") @LinkRest(name="entries",linkClass=BrowseEntryRest.class,method="listBrowseEntries",optional=true) public class BrowseIndexRest extends BaseObjectRest<String>
| Modifier and Type | Class and Description |
|---|---|
static class |
BrowseIndexRest.SortOption |
| Modifier and Type | Field and Description |
|---|---|
static String |
CATEGORY |
static String |
ENTRIES |
static String |
ITEMS |
static String |
NAME |
idAUTHORIZATION, CONFIGURATION, CORE, DISCOVER, EPERSON, INTEGRATION, ROOT, SUBMISSION, WORKFLOW| Constructor and Description |
|---|
BrowseIndexRest() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCategory() |
Class |
getController() |
List<String> |
getMetadataList() |
String |
getOrder() |
List<BrowseIndexRest.SortOption> |
getSortOptions() |
String |
getType() |
boolean |
isMetadataBrowse() |
void |
setMetadataBrowse(boolean metadataBrowse) |
void |
setMetadataList(List<String> metadataList) |
void |
setOrder(String order) |
void |
setSortOptions(List<BrowseIndexRest.SortOption> sortOptions) |
getErrors, getId, setErrors, setIdclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetTypePluralpublic static final String NAME
public static final String CATEGORY
public static final String ITEMS
public static final String ENTRIES
public String getCategory()
public String getType()
public boolean isMetadataBrowse()
public void setMetadataBrowse(boolean metadataBrowse)
public String getOrder()
public void setOrder(String order)
public List<BrowseIndexRest.SortOption> getSortOptions()
public void setSortOptions(List<BrowseIndexRest.SortOption> sortOptions)
public Class getController()
Copyright © 2019 DuraSpace. All rights reserved.