Uses of Class
org.dspace.content.packager.METSManifest

Packages that use METSManifest
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 in org.dspace.content.packager
 

Methods in org.dspace.content.packager that return METSManifest
static METSManifest METSManifest.create(InputStream is, boolean validate)
          Create a new manifest object from a serialized METS XML document.
 

Methods in org.dspace.content.packager with parameters of type METSManifest
 void DSpaceMETSIngester.addLicense(Context context, Collection collection, Item item, METSManifest manifest, AbstractMETSIngester.MdrefManager callback, String license)
          Policy: For DSpace deposit license, take deposit license supplied by explicit argument first, else use collection's default deposit license.
abstract  void AbstractMETSIngester.addLicense(Context context, Collection collection, Item item, METSManifest manifest, AbstractMETSIngester.MdrefManager callback, String license)
          Add license(s) to Item based on contents of METS and other policies.
 void DSpaceMETSIngester.checkPackageFiles(Set packageFiles, Set missingFiles, METSManifest manifest)
           
abstract  void AbstractMETSIngester.checkPackageFiles(Set packageFiles, Set missingFiles, METSManifest manifest)
          Hook for subclass to modify the test of the package's integrity, and add other tests.
 void DSpaceMETSIngester.chooseItemDmd(Context context, Item item, METSManifest manifest, AbstractMETSIngester.MdrefManager callback, org.jdom.Element[] dmds, PackageParameters params)
          Choose DMD section(s) to crosswalk.
abstract  void AbstractMETSIngester.chooseItemDmd(Context context, Item item, METSManifest manifest, AbstractMETSIngester.MdrefManager callback, org.jdom.Element[] dmds, PackageParameters params)
          Select the dmdSec element(s) to apply to the Item.
 



Copyright © 2010 DuraSpace. All Rights Reserved.