Package org.dspace.xoai.data
Class DSpaceItem
java.lang.Object
org.dspace.xoai.data.DSpaceItem
- All Implemented Interfaces:
com.lyncode.xoai.dataprovider.data.Item,com.lyncode.xoai.dataprovider.data.ItemIdentifier
- Direct Known Subclasses:
DSpaceSolrItem
- Author:
- Lyncode Development Team (dspace at lyncode dot com)
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic StringbuildIdentifier(String handle) List<com.lyncode.xoai.dataprovider.data.About>getAbout()protected abstract StringgetMetadata(String field) static StringparseHandle(String oaiIdentifier) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.lyncode.xoai.dataprovider.data.Item
getMetadataMethods inherited from interface com.lyncode.xoai.dataprovider.data.ItemIdentifier
getDatestamp, getSets, isDeleted
-
Constructor Details
-
DSpaceItem
public DSpaceItem()
-
-
Method Details
-
buildIdentifier
-
parseHandle
-
getMetadata
-
getAbout
- Specified by:
getAboutin interfacecom.lyncode.xoai.dataprovider.data.Item
-
getHandle
-
getIdentifier
- Specified by:
getIdentifierin interfacecom.lyncode.xoai.dataprovider.data.ItemIdentifier
-