Interface LearningBatchProxyManager

All Superinterfaces:
AutoCloseable, Closeable, LearningBatchProfile, OsidProfile, OsidProxyManager, OsidProxyManager, Sourceable

public interface LearningBatchProxyManager extends OsidProxyManager, LearningBatchProfile

The learning batch proxy manager provides access to learning batch sessions and provides interoperability tests for various aspects of this service. Methods in this manager support the passing of a Proxy object. The sessions included in this manager are:

  • ObjectiveBatchAdminSession: a session to create, modify and delete availabilities in bulk
  • ActivityBatchAdminSession: a session to create, modify and delete activities in bulk
  • ProficiencyBatchAdminSession: a session to create, modify and delete proficiencies in bulk
  • ObjectiveBankBatchAdminSession: a session to create, modify and delete objective banks in bulk
  • Method Details