Uses of Class
org.dspace.app.itemupdate.BitstreamFilterException
-
Packages that use BitstreamFilterException Package Description org.dspace.app.itemupdate -
-
Uses of BitstreamFilterException in org.dspace.app.itemupdate
Methods in org.dspace.app.itemupdate that throw BitstreamFilterException Modifier and Type Method Description abstract booleanBitstreamFilter. accept(Bitstream bitstream)The filter methodbooleanBitstreamFilterByBundleName. accept(Bitstream bitstream)Filter bitstream based on bundle name found in properties filebooleanBitstreamFilterByFilename. accept(Bitstream bitstream)Tests bitstream by matching the regular expression in the properties against the bitstream namebooleanOriginalBitstreamFilter. accept(Bitstream bitstream)Tests bitstreams for containment in an ORIGINAL bundlebooleanOriginalWithDerivativesBitstreamFilter. accept(Bitstream bitstream)Tests bitstream for membership in specified bundles (ORIGINAL, TEXT, THUMBNAIL)voidDeleteBitstreamsByFilterAction. execute(Context context, ItemArchive itarch, boolean isTest, boolean suppressUndo)Delete bitstream
-