Interface RoomConstructionManager

All Superinterfaces:
AutoCloseable, Closeable, OsidManager, OsidManager, OsidProfile, RoomConstructionProfile, Sourceable

public interface RoomConstructionManager extends OsidManager, RoomConstructionProfile

The room construction manager provides access to room construction sessions and provides interoperability tests for various aspects of this service. The sessions included in this manager are:

  • RenovationLookupSession : a session to retrieve renovationes
  • RenovationQuerySession : a session to query renovationes
  • RenovationSearchSession : a session to search for renovationes
  • RenovationAdminSession : a session to create, update and delete renovationes
  • RenovationNotificationSession : a session to receive notifications for changes in renovationes
  • RenovationCampusSession : a session to look up renovation campus mappings
  • RenovationCampusAssignmentSession : a session to manage renovation campus mappings
  • RenovationSmartCampusSession : a session to manage smart campuses of renovationes
  • ProjectLookupSession : a session to retrieve projects
  • ProjectQuerySession : a session to query projects
  • ProjectSearchSession : a session to search for projects
  • ProjectAdminSession : a session to create, update and delete projects
  • ProjectNotificationSession : a session to receive notifications for changes in projects
  • ProjectCampusSession : a session to look up project campus mappings
  • ProjectCampusAssignmentSession : a session to manage project campus mappings
  • ProjectSmartCampusSession : a session to manage smart campuses of projects

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