Uses of Class
org.dspace.app.itemupdate.BitstreamFilterException

Packages that use BitstreamFilterException
org.dspace.app.itemupdate   
 

Uses of BitstreamFilterException in org.dspace.app.itemupdate
 

Methods in org.dspace.app.itemupdate that throw BitstreamFilterException
abstract  boolean BitstreamFilter.accept(Bitstream bitstream)
          The filter method
 boolean BitstreamFilterByBundleName.accept(Bitstream bitstream)
          Filter bitstream based on bundle name found in properties file
 boolean OriginalWithDerivativesBitstreamFilter.accept(Bitstream bitstream)
          Tests bitstream for membership in specified bundles (ORIGINAL, TEXT, THUMBNAIL)
 boolean BitstreamFilterByFilename.accept(Bitstream bitstream)
          Tests bitstream by matching the regular expression in the properties against the bitstream name
 boolean OriginalBitstreamFilter.accept(Bitstream bitstream)
          Tests bitstreams for containment in an ORIGINAL bundle
 void DeleteBitstreamsByFilterAction.execute(Context context, ItemArchive itarch, boolean isTest, boolean suppressUndo)
          Delete bitstream
 



Copyright © 2011 DuraSpace. All Rights Reserved.