Interface AcknowledgementProxyManager

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

public interface AcknowledgementProxyManager extends OsidProxyManager, AcknowledgementProfile

The acknowledgement manager provides access to acknowledgement sessions and provides interoperability tests for various aspects of this service. Methods in this manager accept a Proxy interface for passing information from a server environment. The sessions included in this manager are:

  • CreditLookupSession: a session to lookup credits
  • CreditQuerySession: a session for querying credits
  • CreditSearchSession: a session to search credits
  • CreditAdminSession: a session to manage credits
  • CreditNotificationSession: a session to subscribe to notifications of credit changes
  • CreditBillingSession: a session to look up credit to billing mappings
  • CreditBillingAssignmentSession: a session to manage credit to billing mappings
  • CreditSmartBillingSession: a session to manage dynamic credit to billing mappings
  • BillingLookupSession: a session to retrieve billings
  • BillingQuerySession: a session for querying billings
  • BillingSearchSession: a session to search for billings
  • BillingAdminSession: a session to create, update and delete billings
  • BillingNotificationSession: a session to receive notifications for changes in billings
  • BillingHierarchyTraversalSession: a session to traverse hierarchies of billings
  • BillingHierarchyDesignSession: a session to manage hierarchies of billings

The acknowledgement manager also provides a profile for determing the supported search types supported by this service.