Interface RoomSquattingProxyManager

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

public interface RoomSquattingProxyManager extends OsidProxyManager, RoomSquattingProfile

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

  • LeaseLookupSession : a session to retrieve leasees
  • LeaseQuerySession : a session to query leasees
  • LeaseSearchSession : a session to search for leasees
  • LeaseAdminSession : a session to create, update and delete leasees
  • LeaseNotificationSession : a session to receive notifications for changes in leasees
  • LeaseCampusSession : a session to look up lease campus mappings
  • LeaseCampusAssignmentSession : a session to manage lease campus mappings
  • LeaseSmartCampusSession : a session to manage smart campuses of leasees
  • DeedLookupSession : a session to retrieve deeds
  • DeedQuerySession : a session to query deeds
  • DeedSearchSession : a session to search for deeds
  • DeedAdminSession : a session to create, update and delete deeds
  • DeedNotificationSession : a session to receive notifications for changes in deeds
  • DeedCampusSession : a session to look up deed campus mappings
  • DeedCampusAssignmentSession : a session to manage deed campus mappings
  • DeedSmartCampusSession : a session to manage smart campuses of deeds

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