public abstract class DSpaceItemRepository
extends java.lang.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(java.util.List<com.lyncode.xoai.dataprovider.filter.ScopedFilter> filters,
int offset,
int length,
java.util.Date from) |
com.lyncode.xoai.dataprovider.core.ListItemIdentifiersResult |
getItemIdentifiers(java.util.List<com.lyncode.xoai.dataprovider.filter.ScopedFilter> filters,
int offset,
int length,
java.util.Date from,
java.util.Date until) |
com.lyncode.xoai.dataprovider.core.ListItemIdentifiersResult |
getItemIdentifiers(java.util.List<com.lyncode.xoai.dataprovider.filter.ScopedFilter> filters,
int offset,
int length,
java.lang.String setSpec) |
com.lyncode.xoai.dataprovider.core.ListItemIdentifiersResult |
getItemIdentifiers(java.util.List<com.lyncode.xoai.dataprovider.filter.ScopedFilter> filters,
int offset,
int length,
java.lang.String setSpec,
java.util.Date from) |
com.lyncode.xoai.dataprovider.core.ListItemIdentifiersResult |
getItemIdentifiers(java.util.List<com.lyncode.xoai.dataprovider.filter.ScopedFilter> filters,
int offset,
int length,
java.lang.String setSpec,
java.util.Date from,
java.util.Date until) |
com.lyncode.xoai.dataprovider.core.ListItemIdentifiersResult |
getItemIdentifiersUntil(java.util.List<com.lyncode.xoai.dataprovider.filter.ScopedFilter> filters,
int offset,
int length,
java.util.Date until) |
com.lyncode.xoai.dataprovider.core.ListItemIdentifiersResult |
getItemIdentifiersUntil(java.util.List<com.lyncode.xoai.dataprovider.filter.ScopedFilter> filters,
int offset,
int length,
java.lang.String setSpec,
java.util.Date until) |
com.lyncode.xoai.dataprovider.core.ListItemsResults |
getItems(java.util.List<com.lyncode.xoai.dataprovider.filter.ScopedFilter> filters,
int offset,
int length,
java.util.Date from) |
com.lyncode.xoai.dataprovider.core.ListItemsResults |
getItems(java.util.List<com.lyncode.xoai.dataprovider.filter.ScopedFilter> filters,
int offset,
int length,
java.util.Date from,
java.util.Date until) |
com.lyncode.xoai.dataprovider.core.ListItemsResults |
getItems(java.util.List<com.lyncode.xoai.dataprovider.filter.ScopedFilter> filters,
int offset,
int length,
java.lang.String setSpec) |
com.lyncode.xoai.dataprovider.core.ListItemsResults |
getItems(java.util.List<com.lyncode.xoai.dataprovider.filter.ScopedFilter> filters,
int offset,
int length,
java.lang.String setSpec,
java.util.Date from) |
com.lyncode.xoai.dataprovider.core.ListItemsResults |
getItems(java.util.List<com.lyncode.xoai.dataprovider.filter.ScopedFilter> filters,
int offset,
int length,
java.lang.String setSpec,
java.util.Date from,
java.util.Date until) |
com.lyncode.xoai.dataprovider.core.ListItemsResults |
getItemsUntil(java.util.List<com.lyncode.xoai.dataprovider.filter.ScopedFilter> filters,
int offset,
int length,
java.util.Date until) |
com.lyncode.xoai.dataprovider.core.ListItemsResults |
getItemsUntil(java.util.List<com.lyncode.xoai.dataprovider.filter.ScopedFilter> filters,
int offset,
int length,
java.lang.String setSpec,
java.util.Date from) |
protected DSpaceItemRepository(CollectionsService collectionsService, HandleResolver handleResolver)
public com.lyncode.xoai.dataprovider.core.ListItemIdentifiersResult getItemIdentifiers(java.util.List<com.lyncode.xoai.dataprovider.filter.ScopedFilter> filters,
int offset,
int length,
java.util.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(java.util.List<com.lyncode.xoai.dataprovider.filter.ScopedFilter> filters,
int offset,
int length,
java.lang.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(java.util.List<com.lyncode.xoai.dataprovider.filter.ScopedFilter> filters,
int offset,
int length,
java.util.Date from,
java.util.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(java.util.List<com.lyncode.xoai.dataprovider.filter.ScopedFilter> filters,
int offset,
int length,
java.lang.String setSpec,
java.util.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(java.util.List<com.lyncode.xoai.dataprovider.filter.ScopedFilter> filters,
int offset,
int length,
java.lang.String setSpec,
java.util.Date from,
java.util.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(java.util.List<com.lyncode.xoai.dataprovider.filter.ScopedFilter> filters,
int offset,
int length,
java.util.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(java.util.List<com.lyncode.xoai.dataprovider.filter.ScopedFilter> filters,
int offset,
int length,
java.lang.String setSpec,
java.util.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(java.util.List<com.lyncode.xoai.dataprovider.filter.ScopedFilter> filters,
int offset,
int length,
java.util.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(java.util.List<com.lyncode.xoai.dataprovider.filter.ScopedFilter> filters,
int offset,
int length,
java.lang.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(java.util.List<com.lyncode.xoai.dataprovider.filter.ScopedFilter> filters,
int offset,
int length,
java.util.Date from,
java.util.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(java.util.List<com.lyncode.xoai.dataprovider.filter.ScopedFilter> filters,
int offset,
int length,
java.lang.String setSpec,
java.util.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(java.util.List<com.lyncode.xoai.dataprovider.filter.ScopedFilter> filters,
int offset,
int length,
java.lang.String setSpec,
java.util.Date from,
java.util.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(java.util.List<com.lyncode.xoai.dataprovider.filter.ScopedFilter> filters,
int offset,
int length,
java.util.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(java.util.List<com.lyncode.xoai.dataprovider.filter.ScopedFilter> filters,
int offset,
int length,
java.lang.String setSpec,
java.util.Date from)
throws com.lyncode.xoai.dataprovider.exceptions.OAIException
getItemsUntil in interface com.lyncode.xoai.dataprovider.services.api.ItemRepositorycom.lyncode.xoai.dataprovider.exceptions.OAIExceptionCopyright © 2018 DuraSpace. All Rights Reserved.