Uses of Interface
org.dspace.content.packager.METSManifest.Mdref
-
Packages that use METSManifest.Mdref Package Description 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 Modifier and Type Class Description protected static classAbstractMETSIngester.MdrefManagerAn instance of ZipMdrefManager holds the state needed to retrieve the contents of an external metadata stream referenced by anmdRefelement in a Zipped up METS manifest.Methods in org.dspace.content.packager with parameters of type METSManifest.Mdref Modifier and Type Method Description voidMETSManifest. crosswalkBitstream(Context context, PackageParameters params, Bitstream bitstream, String fileId, METSManifest.Mdref callback)Crosswalk the metadata associated with a particularfileelement into the bitstream it corresponds to.voidMETSManifest. crosswalkBundle(Context context, PackageParameters params, Bundle bundle, String fileId, METSManifest.Mdref callback)voidMETSManifest. crosswalkItemDmd(Context context, PackageParameters params, DSpaceObject dso, org.jdom2.Element dmdSec, METSManifest.Mdref callback)Invokes appropriate crosswalks on Item-wide descriptive metadata.voidMETSManifest. crosswalkObjectOtherAdminMD(Context context, PackageParameters params, DSpaceObject dso, METSManifest.Mdref callback)Crosswalk all technical and source metadata sections that belong to the whole object.booleanMETSManifest. crosswalkObjectSourceMD(Context context, PackageParameters params, DSpaceObject dso, METSManifest.Mdref callback)Just crosswalk the sourceMD sections; used to set the handle and parent of AIP.protected voidMETSManifest. crosswalkXmd(Context context, PackageParameters params, DSpaceObject dso, org.jdom2.Element xmd, METSManifest.Mdref callback, boolean createMissingMetadataFields)InputStreamMETSManifest. getMdContentAsStream(org.jdom2.Element mdSec, METSManifest.Mdref callback)Return contents of *md element as stream.
-