Class LimitedCountDispatcher

java.lang.Object
org.dspace.checker.LimitedCountDispatcher
All Implemented Interfaces:
BitstreamDispatcher

public class LimitedCountDispatcher extends Object implements BitstreamDispatcher
Decorator that dispatches a specified number of bitstreams from a delegate dispatcher.
Author:
Jim Downing, Grace Carpenter, Nathan Sarr
  • Constructor Details

    • LimitedCountDispatcher

      public LimitedCountDispatcher()
      Default constructor uses LegacyPluginServiceImpl
    • LimitedCountDispatcher

      public LimitedCountDispatcher(BitstreamDispatcher del, int count)
      Constructor.
      Parameters:
      del - The bitstream distpatcher to delegate to.
      count - the number of bitstreams to check.
    • LimitedCountDispatcher

      public LimitedCountDispatcher(BitstreamDispatcher del)
      Constructor.
      Parameters:
      del - The bitstream distpatcher to delegate to.
  • Method Details