public interface RoomBatchProfile extends OsidProfile
The RoomBatchProfile describes the interoperability
among batch room services.
| Modifier and Type | Method and Description |
|---|---|
boolean |
supportsBuildingBatchAdmin()
Tests if bulk administration of buildings is available.
|
boolean |
supportsCampusBatchAdmin()
Tests if bulk administration of campuses is available.
|
boolean |
supportsFloorBatchAdmin()
Tests if bulk administration of floors is available.
|
boolean |
supportsRoomBatchAdmin()
Tests if bulk administration of rooms is available.
|
boolean |
supportsVisibleFederation()
Tests if federation is visible.
|
getBranch, getBranchId, getDescription, getDisplayName, getId, getLocales, getProxyRecordTypes, getReleaseDate, getVersion, supportsJournalBranching, supportsJournalRollback, supportsOSIDVersion, supportsProxyRecordTypegetBranding, getBrandingIds, getLicense, getProvider, getProviderIdboolean supportsVisibleFederation()
true if visible federation is supported
, false otherwisemandatory - This method must be implemented. boolean supportsRoomBatchAdmin()
true if a room bulk administrative service is
available, false otherwisemandatory - This method must be implemented. boolean supportsFloorBatchAdmin()
true if a floor bulk administrative service is
available, false otherwisemandatory - This method must be implemented. boolean supportsBuildingBatchAdmin()
true if a building bulk administrative service
is available, false otherwisemandatory - This method must be implemented. boolean supportsCampusBatchAdmin()
true if an campus bulk administrative service
is available, false otherwisemandatory - This method must be implemented.