Interface ContactRulesProxyManager

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

public interface ContactRulesProxyManager extends OsidProxyManager, ContactRulesProfile

The contact rules proxy manager provides access to contact 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:

  • ContactEnablerLookupSession : a session to retrieve contact enablers
  • ContactEnablerQuerySession : a session to query for contact enablers
  • ContactEnablerSearchSession : a session to search for contact enablers
  • ContactEnablerAdminSession : a session to create and delete contact enablers
  • ContactEnablerNotificationSession : a session to receive notifications pertaining to contact enabler changes
  • ContactEnablerAddressBookSession : a session to look up contact enabler address book mappings
  • ContactEnablerAddressBookAssignmentSession : a session to manage contact enabler to address book mappings
  • ContactEnablerSmartAddressBookSession : a session to manage dynamic address books of contact enablers
  • ContactEnablerRuleLookupSession : a session to look up contact enabler to contact mappings
  • ContactEnablerRuleApplicationSession : a session to apply contact enablers to contacts
  • Method Details