org.dspace.adapters.rdf
Class DSpaceItemAdapter

java.lang.Object
  extended by org.dspace.adapters.rdf.AdapterSupport
      extended by org.dspace.adapters.rdf.DSpaceObjectAdapter
          extended by org.dspace.adapters.rdf.DSpaceItemAdapter
All Implemented Interfaces:
Adapter

public class DSpaceItemAdapter
extends DSpaceObjectAdapter


Field Summary
 
Fields inherited from class org.dspace.adapters.rdf.AdapterSupport
baseUri, valueFactory
 
Constructor Summary
DSpaceItemAdapter()
           
 
Method Summary
 void handle(DSpaceObject object)
          Generic RDF generation for DSpaceObject, should be overridden in upstream implementations.
 void handle(Item item)
           
 void handleChildren(DSpaceObject object)
           
 void handleNamespaces()
           
 
Methods inherited from class org.dspace.adapters.rdf.DSpaceObjectAdapter
cleanHTML, getFactory, render, setFactory
 
Methods inherited from class org.dspace.adapters.rdf.AdapterSupport
createResource, createResource, createResource, createResource, createResource, createResource, createResource, generateDefaultURI, getBaseUri, getContext, getMetadataServiceUri, getMetadataURL, getRDFHander, handleStatement, handleStatement, handleStatement, handleStatement, setBaseUri, setContext, setMetadataServiceUri, setRDFHandler
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DSpaceItemAdapter

public DSpaceItemAdapter()
Method Detail

handleNamespaces

public void handleNamespaces()
                      throws org.openrdf.rio.RDFHandlerException
Specified by:
handleNamespaces in interface Adapter
Overrides:
handleNamespaces in class DSpaceObjectAdapter
Throws:
org.openrdf.rio.RDFHandlerException

handle

public void handle(DSpaceObject object)
            throws org.openrdf.rio.RDFHandlerException
Description copied from interface: Adapter
Generic RDF generation for DSpaceObject, should be overridden in upstream implementations.

Specified by:
handle in interface Adapter
Specified by:
handle in class DSpaceObjectAdapter
Throws:
org.openrdf.rio.RDFHandlerException

handle

public void handle(Item item)
            throws org.openrdf.rio.RDFHandlerException
Throws:
org.openrdf.rio.RDFHandlerException

handleChildren

public void handleChildren(DSpaceObject object)
                    throws org.openrdf.rio.RDFHandlerException
Specified by:
handleChildren in interface Adapter
Specified by:
handleChildren in class DSpaceObjectAdapter
Throws:
org.openrdf.rio.RDFHandlerException


Copyright © 2008 The DSpace Foundation. All Rights Reserved.