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

Uses of IMSCPManifest in org.dspace.content.packager
 

Subclasses of IMSCPManifest in org.dspace.content.packager
 class OCWIMSCPManifest
          Models the MIT Open CourseWare (OCW) profile of IMSCP developed for CWSpace.
 

Methods in org.dspace.content.packager with parameters of type IMSCPManifest
 void OCWIMSCPIngester.addLicense(Context context, Collection collection, Item item, IMSCPManifest manifest, String license)
          Add license(s) to Item based on contents of METS and other policies.
abstract  void AbstractIMSCPIngester.addLicense(Context context, Collection collection, Item item, IMSCPManifest manifest, String license)
          Add license(s) to Item based on contents of manifest and other policies.
 void OCWIMSCPIngester.checkPackageFiles(Set packageFiles, Set missingFiles, IMSCPManifest manifest)
          Hook for subclass to modify the test of the package's integrity, and add other tests.
abstract  void AbstractIMSCPIngester.checkPackageFiles(Set packageFiles, Set missingFiles, IMSCPManifest manifest)
          Hook for subclass to modify the test of the package's integrity, and add other tests.
 void OCWIMSCPIngester.crosswalk(Context context, Item item, IMSCPManifest manifest, boolean validate)
          Crosswalk item's descriptive (and other Item-level) metadata from the manifest.
abstract  void AbstractIMSCPIngester.crosswalk(Context context, Item item, IMSCPManifest manifest, boolean validate)
          Crosswalk item's descriptive (and other Item-level) metadata from the manifest.
 



Copyright © 2010 The DSpace Foundation. All Rights Reserved.