Uses of Class
org.dspace.content.crosswalk.MetadataValidationException

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

Uses of MetadataValidationException in org.dspace.content.packager
 

Methods in org.dspace.content.packager that throw MetadataValidationException
static METSManifest METSManifest.create(InputStream is, boolean validate)
          Create a new manifest object from a serialized METS XML document.
 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.
 Bitstream AbstractMETSIngester.MdrefManager.getBitstreamForMdRef(org.jdom.Element mdref)
          Find the local Bitstream referenced in an mdRef element.
static String METSManifest.getBundleName(org.jdom.Element file)
          Get the DSpace bundle name corresponding to the USE attribute of the file group enclosing this file element.
 List METSManifest.getContentFiles()
          Gets all file elements which make up the item's content.
static String METSManifest.getFileName(org.jdom.Element file)
          Get the "local" file name of this file or mdRef element.
 String METSManifest.getHandle()
          Find Handle (if any) identifier labelling this manifest.
 InputStream METSManifest.Mdref.getInputStream(org.jdom.Element mdRef)
          Make the contents of an external resource mentioned in an mdRef element available as an InputStream.
 InputStream AbstractMETSIngester.MdrefManager.getInputStream(org.jdom.Element mdref)
          Make the contents of an external resource mentioned in an mdRef element available as an InputStream.
 org.jdom.Element[] METSManifest.getItemDmds()
          Gets all dmdSec elements containing metadata for the DSpace Item.
 org.jdom.Element[] METSManifest.getItemRightsMD()
          Return rights metadata section(s) relevant to item as a whole.
 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.
 String METSManifest.getMdContentMimeType(org.jdom.Element mdSec)
          Returns MIME type of metadata content, if available.
 List METSManifest.getMdFiles()
          Gets list of all mdRef elements in the METS document.
 String METSManifest.getMdType(org.jdom.Element mdSec)
          Get the metadata type from within a *mdSec element.
 org.jdom.Element METSManifest.getPrimaryBitstream()
          Returns file element corresponding to primary bitstream.
 



Copyright © 2010 DuraSpace. All Rights Reserved.