Interface OntologyProxyManager

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

public interface OntologyProxyManager extends OsidProxyManager, OntologyProfile

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

  • SubjectLookupSession : a session to look up subjects
  • SubjectQuerySession : a session to query subjects
  • SubjectSearchSession: a session to search subjects
  • SubjectAdminSession : a session to create, modify and delete subjects
  • SubjectNotificationSession: a session to receive messages pertaining to subject changes
  • SubjectHierarchySession : a session to traverse subject hierarchies
  • SubjectHierarchyDesignSession : a sesion to manage subject hierarchies
  • SubjectOntologySession : a session for retriieving subject and ontology mappings
  • SubjectOntologyAssignmentSession : a session for managing subject and ontology mappings
  • SubjectSmartOntologySession : a session to manage dynamic ontologies of subjects
  • RelevancyLookupSession : a session to look up subject relevancies
  • RelevancyQuerySession : a session to query subject relevancies
  • RelevancySearchSession: a session to search subject relevancies
  • RelevancyAdminSession : a session to create, modify and delete subject relevancies
  • RelevancyNotificationSession: a session to receive messages pertaining to subject relevancy changes
  • RelevancyOntologySession : a session for retriieving relevancy and ontology mappings
  • RelevancyOntologyAssignmentSession : a session for managing relevancy and ontology mappings
  • RelevancySmartOntologySession : a session to manage dynamic ontologies of relevancies
  • OntologyLookupSession : a session to lookup ontologies
  • OntologyQuerySession : a session to search ontologies
  • OntologySearchSession : a session to search ontologies
  • OntologyAdminSession : a session to create, modify and delete ontologies
  • OntologyNotificationSession : a session to receive messages pertaining to ontology changes
  • OntologyHierarchySession : a session to traverse the ontology hierarchy
  • OntologyHierarchyDesignSession : a session to manage the ontology hierarchy