Class DSpaceSetRepository
java.lang.Object
org.dspace.xoai.services.impl.xoai.DSpaceSetRepository
- All Implemented Interfaces:
com.lyncode.xoai.dataprovider.services.api.SetRepository
public class DSpaceSetRepository
extends Object
implements com.lyncode.xoai.dataprovider.services.api.SetRepository
- Author:
- Lyncode Development Team (dspace at lyncode dot com)
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleancom.lyncode.xoai.dataprovider.core.ListSetsResultretrieveSets(int offset, int length) boolean
-
Constructor Details
-
DSpaceSetRepository
-
-
Method Details
-
retrieveSets
public com.lyncode.xoai.dataprovider.core.ListSetsResult retrieveSets(int offset, int length) - Specified by:
retrieveSetsin interfacecom.lyncode.xoai.dataprovider.services.api.SetRepository
-
supportSets
public boolean supportSets()- Specified by:
supportSetsin interfacecom.lyncode.xoai.dataprovider.services.api.SetRepository
-
exists
- Specified by:
existsin interfacecom.lyncode.xoai.dataprovider.services.api.SetRepository
-