Interface RecognitionBatchManager

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

public interface RecognitionBatchManager extends OsidManager, RecognitionBatchProfile

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

  • ConferralBatchAdminSession : a session to create, modify and delete Conferrals in bulk
  • AwardBatchAdminSession : a session to create, modify and delete Awards in bulk
  • ConvocationBatchAdminSession : a session to create, modify and delete Convocations in bulk
  • AcademyBatchAdminSession : a session to create, modify and delete Academy in bulk
  • Method Details