Interface HoldBatchManager

All Superinterfaces:
AutoCloseable, Closeable, HoldBatchProfile, OsidManager, OsidManager, OsidProfile, Sourceable

public interface HoldBatchManager extends OsidManager, HoldBatchProfile

The hold batch manager provides access to hold batch sessions and provides interoperability tests for various aspects of this service. The sessions included in this manager are:

  • BlockBatchAdminSession: a session to create, modify and delete blocks in bulk
  • IssueBatchSession: a session to create, modify and delete issues in bulk
  • HoldBatchAdminSession: a session to create, modify and delete holds in bulk
  • OublietteBatchAdminSession: a session to create, modify and delete oubliettes in bulk
  • Method Details