Uses of Interface
org.dspace.content.packager.METSManifest.Mdref

Packages that use METSManifest.Mdref
org.dspace.content.packager Provides an API and implementations of content packages, used in the context of ingest (SIP), or dissemination (DIP) 
 

Uses of METSManifest.Mdref in org.dspace.content.packager
 

Classes in org.dspace.content.packager that implement METSManifest.Mdref
protected  class AbstractMETSIngester.MdrefManager
          An instance of MdrefManager holds the state needed to retrieve the contents (or bitstream corresponding to) an external metadata stream referenced by an mdRef element in the METS manifest.
 

Methods in org.dspace.content.packager with parameters of type METSManifest.Mdref
 void METSManifest.crosswalkBitstream(Context context, Bitstream bitstream, String fileId, METSManifest.Mdref callback)
          Crosswalk the metadata associated with a particular file element into the bitstream it corresponds to.
 void METSManifest.crosswalkItem(Context context, Item item, org.jdom.Element dmd, METSManifest.Mdref callback)
          Invokes appropriate crosswalks on Item-wide descriptive metadata.
 InputStream METSManifest.getMdContentAsStream(org.jdom.Element mdSec, METSManifest.Mdref callback)
          Return contents of *md element as stream.
 List METSManifest.getMdContentAsXml(org.jdom.Element mdSec, METSManifest.Mdref callback)
          Return contents of *md element as List of XML Element objects.
 



Copyright © 2009 The DSpace Foundation. All Rights Reserved.