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 Constructor Description DSpaceSetRepository(Context context)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanexists(String setSpec)com.lyncode.xoai.dataprovider.core.ListSetsResultretrieveSets(int offset, int length)booleansupportSets()
-
-
-
Constructor Detail
-
DSpaceSetRepository
public DSpaceSetRepository(Context context)
-
-
Method Detail
-
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
public boolean exists(String setSpec)
- Specified by:
existsin interfacecom.lyncode.xoai.dataprovider.services.api.SetRepository
-
-