Uses of Class
org.dspace.app.itemupdate.ContentsEntry
-
Packages that use ContentsEntry Package Description org.dspace.app.itemupdate -
-
Uses of ContentsEntry in org.dspace.app.itemupdate
Methods in org.dspace.app.itemupdate that return ContentsEntry Modifier and Type Method Description static ContentsEntryContentsEntry. parse(String line)Factory method parses a line from the Contents Entry fileMethods in org.dspace.app.itemupdate that return types with arguments of type ContentsEntry Modifier and Type Method Description static List<ContentsEntry>MetadataUtilities. readContentsFile(File f)Rewrite of ItemImport's functionality but just the parsing of the file, not the processing of its elements.Methods in org.dspace.app.itemupdate with parameters of type ContentsEntry Modifier and Type Method Description protected StringAddBitstreamsAction. addBitstream(Context context, ItemArchive itarch, Item item, File dir, ContentsEntry ce, boolean suppressUndo, boolean isTest)Add bitstream
-