Uses of Interface
org.dspace.checker.BitstreamDispatcher
-
Packages that use BitstreamDispatcher Package Description org.dspace.checker 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 BitstreamDispatcher Modifier and Type Class Description classHandleDispatcherA BitstreamDispatcher that checks all the bitstreams contained within an item, collection or community referred to by Handle.classIteratorDispatcherReally simple dispatcher that just iterates over a pre-defined list of ids.classLimitedCountDispatcherDecorator that dispatches a specified number of bitstreams from a delegate dispatcher.classLimitedDurationDispatcherA delegating dispatcher that puts a time limit on the operation of another dispatcher.classSimpleDispatcherAn 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 BitstreamDispatcher Modifier and Type Method Description BitstreamDispatcherCheckerCommand. getDispatcher()Get dispatcher being used by this run of the checker.Methods in org.dspace.checker with parameters of type BitstreamDispatcher Modifier and Type Method Description voidCheckerCommand. setDispatcher(BitstreamDispatcher dispatcher)Set the dispatcher to be used by this run of the checker.Constructors in org.dspace.checker with parameters of type BitstreamDispatcher Constructor Description LimitedCountDispatcher(BitstreamDispatcher del)Constructor.LimitedCountDispatcher(BitstreamDispatcher del, int count)Constructor.LimitedDurationDispatcher(BitstreamDispatcher dispatcher, Date endTime)Main constructor.
-