Class HandleDispatcher

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

public class HandleDispatcher extends Object implements BitstreamDispatcher
A BitstreamDispatcher that checks all the bitstreams contained within an item, collection or community referred to by Handle.
Author:
Jim Downing, Grace Carpenter, Nathan Sarr
  • Field Details

    • context

      protected Context context
    • handle

      protected String handle
      Handle to retrieve bitstreams from.
    • init

      protected boolean init
      Has the type of object the handle refers to been determined.
    • delegate

      protected IteratorDispatcher delegate
      the delegate to dispatch to.
    • bitstreamService

      protected BitstreamService bitstreamService
    • handleService

      protected HandleService handleService
  • Constructor Details

    • HandleDispatcher

      public HandleDispatcher(Context context, String hdl)
      Main constructor.
      Parameters:
      context - Context
      hdl - the handle to get bitstreams from.
  • Method Details