Package org.dspace.xoai.util
Class ItemUtils
- java.lang.Object
-
- org.dspace.xoai.util.ItemUtils
-
public class ItemUtils extends Object
- Author:
- Lyncode Development Team (dspace at lyncode dot com)
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static com.lyncode.xoai.dataprovider.xml.xoai.MetadataretrieveMetadata(org.dspace.core.Context context, org.dspace.content.Item item)Utility method to retrieve a structured XML in XOAI format
-
-
-
Method Detail
-
retrieveMetadata
public static com.lyncode.xoai.dataprovider.xml.xoai.Metadata retrieveMetadata(org.dspace.core.Context context, org.dspace.content.Item item)Utility method to retrieve a structured XML in XOAI format- Parameters:
context-item-- Returns:
- Structured XML Metadata in XOAI format
-
-