Interface RulesCheckProxyManager

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

public interface RulesCheckProxyManager extends OsidProxyManager, RulesCheckProfile

The check proxy manager provides access to rules sessions and provides interoperability tests for various aspects of this service. Methods in this manager pass a Proxy for passing information from server environments. The sessions included in this manager are:

  • AgendaSession : a session for evaluating agendas
  • AgendaEvaluationSession : a session for evaluating agendas with detailed results
  • AgendaLookupSession : a session to retrieve agendas
  • AgendaQuerySession : a session to query for agendas
  • AgendaSearchSession : a session to search for agendas
  • AgendaAdminSession : a session to create and delete agendas
  • AgendaNotificationSession : a session to receive notifications pertaining to agenda changes
  • AgendaEngineSession : a session to looking mappings of agendas to engines
  • AgendaEngineAssignmentSession : a session to manage agenda to engine mappings
  • AgendaEngineAssignmentSession : a session to manage dynamic engines of agendas
  • InstructionApplicabilitySession : a session to evaluate the applicability of instructions
  • InstructionLookupSession : a session to retrieve instructions
  • InstructionQuerySession : a session to query for instructions
  • InstructionSearchSession : a session to search for instructions
  • InstructionAdminSession : a session to create and delete instructions
  • InstructionNotificationSession : a session to receive notifications pertaining to instruction changes
  • InstructionEngineSession : a session to look up instruction engine mappings
  • InstructionEngineAssignmentSession : a session to manage instruction to engine mappings
  • InstructionSmartEngineSession : a session to manage dynamic engines of instructions
  • CheckEvaluationSession : a session to evaluate checks
  • CheckLookupSession : a session to retrieve checks
  • CheckQuerySession : a session to query for checks
  • CheckSearchSession : a session to search for checks
  • CheckAdminSession : a session to create and delete checks
  • CheckNotificationSession : a session to receive notifications pertaining to check changes
  • CheckEngineSession : a session to look up check engine mappings
  • CheckEngineAssignmentSession : a session to manage check to engine mappings
  • CheckSmartEngineSession : a session to manage dynamic engines of checks