Uses of Class
org.dspace.pack.bagit.xml.metadata.Metadata
-
Packages that use Metadata Package Description org.dspace.pack.bagit -
-
Uses of Metadata in org.dspace.pack.bagit
Methods in org.dspace.pack.bagit that return Metadata Modifier and Type Method Description MetadataBagBitstream. getMetadata()Get the metadata associated with theBitstreamMetadataPackagedBitstream. getMetadata()MetadataBagItAipReader. readMetadata()Read the metadata.xml file located in a bags data directoryMethods in org.dspace.pack.bagit that return types with arguments of type Metadata Modifier and Type Method Description com.google.common.base.Optional<Metadata>BagItAipReader. findItemTemplate()Search forMetadatafor an Item Template in a BagMethods in org.dspace.pack.bagit with parameters of type Metadata Modifier and Type Method Description BagItAipWriterBagItAipWriter. withItemTemplate(Metadata itemTemplate)BagItAipWriterBagItAipWriter. withMetadata(Metadata metadata)Constructors in org.dspace.pack.bagit with parameters of type Metadata Constructor Description BagBitstream(String fetchUrl, org.dspace.content.Bitstream bitstream, String bundle, Policies policies, Metadata metadata)ABitstreamwhich is to be fetched rather than added to a BagIt bagBagBitstream(org.dspace.content.Bitstream bitstream, String bundle, Policies policies, Metadata metadata)Information for aBitstreamwhich is to be packaged directly in a BagIt bagPackagedBitstream(String bundle, Path bitstream, Metadata metadata, Policies policies)Constructor for bitstreams packaged in a BagIt AIP
-