public abstract class DSpaceItemRepository extends Object implements com.lyncode.xoai.dataprovider.services.api.ItemRepository
| Modifier | Constructor and Description |
|---|---|
protected |
DSpaceItemRepository(CollectionsService collectionsService,
HandleResolver handleResolver) |
| Modifier and Type | Method and Description |
|---|---|
com.lyncode.xoai.dataprovider.core.ListItemIdentifiersResult |
getItemIdentifiers(List<com.lyncode.xoai.dataprovider.filter.ScopedFilter> filters,
int offset,
int length,
Date from) |
com.lyncode.xoai.dataprovider.core.ListItemIdentifiersResult |
getItemIdentifiers(List<com.lyncode.xoai.dataprovider.filter.ScopedFilter> filters,
int offset,
int length,
Date from,
Date until) |
com.lyncode.xoai.dataprovider.core.ListItemIdentifiersResult |
getItemIdentifiers(List<com.lyncode.xoai.dataprovider.filter.ScopedFilter> filters,
int offset,
int length,
String setSpec) |
com.lyncode.xoai.dataprovider.core.ListItemIdentifiersResult |
getItemIdentifiers(List<com.lyncode.xoai.dataprovider.filter.ScopedFilter> filters,
int offset,
int length,
String setSpec,
Date from) |
com.lyncode.xoai.dataprovider.core.ListItemIdentifiersResult |
getItemIdentifiers(List<com.lyncode.xoai.dataprovider.filter.ScopedFilter> filters,
int offset,
int length,
String setSpec,
Date from,
Date until) |
com.lyncode.xoai.dataprovider.core.ListItemIdentifiersResult |
getItemIdentifiersUntil(List<com.lyncode.xoai.dataprovider.filter.ScopedFilter> filters,
int offset,
int length,
Date until) |
com.lyncode.xoai.dataprovider.core.ListItemIdentifiersResult |
getItemIdentifiersUntil(List<com.lyncode.xoai.dataprovider.filter.ScopedFilter> filters,
int offset,
int length,
String setSpec,
Date until) |
com.lyncode.xoai.dataprovider.core.ListItemsResults |
getItems(List<com.lyncode.xoai.dataprovider.filter.ScopedFilter> filters,
int offset,
int length,
Date from) |
com.lyncode.xoai.dataprovider.core.ListItemsResults |
getItems(List<com.lyncode.xoai.dataprovider.filter.ScopedFilter> filters,
int offset,
int length,
Date from,
Date until) |
com.lyncode.xoai.dataprovider.core.ListItemsResults |
getItems(List<com.lyncode.xoai.dataprovider.filter.ScopedFilter> filters,
int offset,
int length,
String setSpec) |
com.lyncode.xoai.dataprovider.core.ListItemsResults |
getItems(List<com.lyncode.xoai.dataprovider.filter.ScopedFilter> filters,
int offset,
int length,
String setSpec,
Date from) |
com.lyncode.xoai.dataprovider.core.ListItemsResults |
getItems(List<com.lyncode.xoai.dataprovider.filter.ScopedFilter> filters,
int offset,
int length,
String setSpec,
Date from,
Date until) |
com.lyncode.xoai.dataprovider.core.ListItemsResults |
getItemsUntil(List<com.lyncode.xoai.dataprovider.filter.ScopedFilter> filters,
int offset,
int length,
Date until) |
com.lyncode.xoai.dataprovider.core.ListItemsResults |
getItemsUntil(List<com.lyncode.xoai.dataprovider.filter.ScopedFilter> filters,
int offset,
int length,
String setSpec,
Date from) |
protected DSpaceItemRepository(CollectionsService collectionsService, HandleResolver handleResolver)
public com.lyncode.xoai.dataprovider.core.ListItemIdentifiersResult getItemIdentifiers(List<com.lyncode.xoai.dataprovider.filter.ScopedFilter> filters, int offset, int length, Date from) throws com.lyncode.xoai.dataprovider.exceptions.OAIException
getItemIdentifiers in interface com.lyncode.xoai.dataprovider.services.api.ItemRepositorycom.lyncode.xoai.dataprovider.exceptions.OAIExceptionpublic com.lyncode.xoai.dataprovider.core.ListItemIdentifiersResult getItemIdentifiers(List<com.lyncode.xoai.dataprovider.filter.ScopedFilter> filters, int offset, int length, String setSpec) throws com.lyncode.xoai.dataprovider.exceptions.OAIException
getItemIdentifiers in interface com.lyncode.xoai.dataprovider.services.api.ItemRepositorycom.lyncode.xoai.dataprovider.exceptions.OAIExceptionpublic com.lyncode.xoai.dataprovider.core.ListItemIdentifiersResult getItemIdentifiers(List<com.lyncode.xoai.dataprovider.filter.ScopedFilter> filters, int offset, int length, Date from, Date until) throws com.lyncode.xoai.dataprovider.exceptions.OAIException
getItemIdentifiers in interface com.lyncode.xoai.dataprovider.services.api.ItemRepositorycom.lyncode.xoai.dataprovider.exceptions.OAIExceptionpublic com.lyncode.xoai.dataprovider.core.ListItemIdentifiersResult getItemIdentifiers(List<com.lyncode.xoai.dataprovider.filter.ScopedFilter> filters, int offset, int length, String setSpec, Date from) throws com.lyncode.xoai.dataprovider.exceptions.OAIException
getItemIdentifiers in interface com.lyncode.xoai.dataprovider.services.api.ItemRepositorycom.lyncode.xoai.dataprovider.exceptions.OAIExceptionpublic com.lyncode.xoai.dataprovider.core.ListItemIdentifiersResult getItemIdentifiers(List<com.lyncode.xoai.dataprovider.filter.ScopedFilter> filters, int offset, int length, String setSpec, Date from, Date until) throws com.lyncode.xoai.dataprovider.exceptions.OAIException
getItemIdentifiers in interface com.lyncode.xoai.dataprovider.services.api.ItemRepositorycom.lyncode.xoai.dataprovider.exceptions.OAIExceptionpublic com.lyncode.xoai.dataprovider.core.ListItemIdentifiersResult getItemIdentifiersUntil(List<com.lyncode.xoai.dataprovider.filter.ScopedFilter> filters, int offset, int length, Date until) throws com.lyncode.xoai.dataprovider.exceptions.OAIException
getItemIdentifiersUntil in interface com.lyncode.xoai.dataprovider.services.api.ItemRepositorycom.lyncode.xoai.dataprovider.exceptions.OAIExceptionpublic com.lyncode.xoai.dataprovider.core.ListItemIdentifiersResult getItemIdentifiersUntil(List<com.lyncode.xoai.dataprovider.filter.ScopedFilter> filters, int offset, int length, String setSpec, Date until) throws com.lyncode.xoai.dataprovider.exceptions.OAIException
getItemIdentifiersUntil in interface com.lyncode.xoai.dataprovider.services.api.ItemRepositorycom.lyncode.xoai.dataprovider.exceptions.OAIExceptionpublic com.lyncode.xoai.dataprovider.core.ListItemsResults getItems(List<com.lyncode.xoai.dataprovider.filter.ScopedFilter> filters, int offset, int length, Date from) throws com.lyncode.xoai.dataprovider.exceptions.OAIException
getItems in interface com.lyncode.xoai.dataprovider.services.api.ItemRepositorycom.lyncode.xoai.dataprovider.exceptions.OAIExceptionpublic com.lyncode.xoai.dataprovider.core.ListItemsResults getItems(List<com.lyncode.xoai.dataprovider.filter.ScopedFilter> filters, int offset, int length, String setSpec) throws com.lyncode.xoai.dataprovider.exceptions.OAIException
getItems in interface com.lyncode.xoai.dataprovider.services.api.ItemRepositorycom.lyncode.xoai.dataprovider.exceptions.OAIExceptionpublic com.lyncode.xoai.dataprovider.core.ListItemsResults getItems(List<com.lyncode.xoai.dataprovider.filter.ScopedFilter> filters, int offset, int length, Date from, Date until) throws com.lyncode.xoai.dataprovider.exceptions.OAIException
getItems in interface com.lyncode.xoai.dataprovider.services.api.ItemRepositorycom.lyncode.xoai.dataprovider.exceptions.OAIExceptionpublic com.lyncode.xoai.dataprovider.core.ListItemsResults getItems(List<com.lyncode.xoai.dataprovider.filter.ScopedFilter> filters, int offset, int length, String setSpec, Date from) throws com.lyncode.xoai.dataprovider.exceptions.OAIException
getItems in interface com.lyncode.xoai.dataprovider.services.api.ItemRepositorycom.lyncode.xoai.dataprovider.exceptions.OAIExceptionpublic com.lyncode.xoai.dataprovider.core.ListItemsResults getItems(List<com.lyncode.xoai.dataprovider.filter.ScopedFilter> filters, int offset, int length, String setSpec, Date from, Date until) throws com.lyncode.xoai.dataprovider.exceptions.OAIException
getItems in interface com.lyncode.xoai.dataprovider.services.api.ItemRepositorycom.lyncode.xoai.dataprovider.exceptions.OAIExceptionpublic com.lyncode.xoai.dataprovider.core.ListItemsResults getItemsUntil(List<com.lyncode.xoai.dataprovider.filter.ScopedFilter> filters, int offset, int length, Date until) throws com.lyncode.xoai.dataprovider.exceptions.OAIException
getItemsUntil in interface com.lyncode.xoai.dataprovider.services.api.ItemRepositorycom.lyncode.xoai.dataprovider.exceptions.OAIExceptionpublic com.lyncode.xoai.dataprovider.core.ListItemsResults getItemsUntil(List<com.lyncode.xoai.dataprovider.filter.ScopedFilter> filters, int offset, int length, String setSpec, Date from) throws com.lyncode.xoai.dataprovider.exceptions.OAIException
getItemsUntil in interface com.lyncode.xoai.dataprovider.services.api.ItemRepositorycom.lyncode.xoai.dataprovider.exceptions.OAIExceptionCopyright © 2017 DuraSpace. All rights reserved.