| Package | Description |
|---|---|
| org.dspace.app.itemupdate |
| Modifier and Type | Method and Description |
|---|---|
abstract boolean |
BitstreamFilter.accept(Bitstream bitstream)
The filter method
|
boolean |
BitstreamFilterByFilename.accept(Bitstream bitstream)
Tests bitstream by matching the regular expression in the
properties against the bitstream name
|
boolean |
OriginalWithDerivativesBitstreamFilter.accept(Bitstream bitstream)
Tests bitstream for membership in specified bundles (ORIGINAL, TEXT, THUMBNAIL)
|
boolean |
BitstreamFilterByBundleName.accept(Bitstream bitstream)
Filter bitstream based on bundle name found in properties file
|
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 © 2014 DuraSpace. All Rights Reserved.