public class DSpaceItemDatabaseRepository extends DSpaceItemRepository
| Constructor and Description |
|---|
DSpaceItemDatabaseRepository(ConfigurationService configurationService,
CollectionsService collectionsService,
HandleResolver handleResolver,
XOAIItemCacheService cacheService,
DatabaseQueryResolver queryResolver,
ContextService context) |
| Modifier and Type | Method and Description |
|---|---|
com.lyncode.xoai.dataprovider.data.Item |
getItem(String id) |
com.lyncode.xoai.dataprovider.core.ListItemIdentifiersResult |
getItemIdentifiers(List<com.lyncode.xoai.dataprovider.filter.ScopedFilter> filters,
int offset,
int length) |
com.lyncode.xoai.dataprovider.core.ListItemsResults |
getItems(List<com.lyncode.xoai.dataprovider.filter.ScopedFilter> filters,
int offset,
int length) |
getItemIdentifiers, getItemIdentifiers, getItemIdentifiers, getItemIdentifiers, getItemIdentifiers, getItemIdentifiersUntil, getItemIdentifiersUntil, getItems, getItems, getItems, getItems, getItems, getItemsUntil, getItemsUntilpublic DSpaceItemDatabaseRepository(ConfigurationService configurationService, CollectionsService collectionsService, HandleResolver handleResolver, XOAIItemCacheService cacheService, DatabaseQueryResolver queryResolver, ContextService context)
public com.lyncode.xoai.dataprovider.data.Item getItem(String id) throws com.lyncode.xoai.dataprovider.exceptions.IdDoesNotExistException, com.lyncode.xoai.dataprovider.exceptions.OAIException
com.lyncode.xoai.dataprovider.exceptions.IdDoesNotExistExceptioncom.lyncode.xoai.dataprovider.exceptions.OAIExceptionpublic com.lyncode.xoai.dataprovider.core.ListItemsResults getItems(List<com.lyncode.xoai.dataprovider.filter.ScopedFilter> filters, int offset, int length) throws com.lyncode.xoai.dataprovider.exceptions.OAIException
com.lyncode.xoai.dataprovider.exceptions.OAIExceptionpublic com.lyncode.xoai.dataprovider.core.ListItemIdentifiersResult getItemIdentifiers(List<com.lyncode.xoai.dataprovider.filter.ScopedFilter> filters, int offset, int length) throws com.lyncode.xoai.dataprovider.exceptions.OAIException
com.lyncode.xoai.dataprovider.exceptions.OAIExceptionCopyright © 2015 DuraSpace. All Rights Reserved.