Uses of Interface
org.dspace.checker.BitstreamDispatcher
Packages that use BitstreamDispatcher
Package
Description
Provides content fixity checking (using checksums)
for bitstreams stored in DSpace software.
-
Uses of BitstreamDispatcher in org.dspace.checker
Classes in org.dspace.checker that implement BitstreamDispatcherModifier and TypeClassDescriptionclassA BitstreamDispatcher that checks all the bitstreams contained within an item, collection or community referred to by Handle.classReally simple dispatcher that just iterates over a pre-defined list of ids.classDecorator that dispatches a specified number of bitstreams from a delegate dispatcher.classA delegating dispatcher that puts a time limit on the operation of another dispatcher.classAn implementation of the selection strategy that selects bitstreams in the order that they were last checked, looping endlessly.Methods in org.dspace.checker that return BitstreamDispatcherModifier and TypeMethodDescriptionCheckerCommand.getDispatcher()Get dispatcher being used by this run of the checker.Methods in org.dspace.checker with parameters of type BitstreamDispatcherModifier and TypeMethodDescriptionvoidCheckerCommand.setDispatcher(BitstreamDispatcher dispatcher) Set the dispatcher to be used by this run of the checker.Constructors in org.dspace.checker with parameters of type BitstreamDispatcherModifierConstructorDescriptionConstructor.LimitedCountDispatcher(BitstreamDispatcher del, int count) Constructor.LimitedDurationDispatcher(BitstreamDispatcher dispatcher, Instant endTime) Main constructor.