public interface RoomConstructionBatchProfile extends OsidProfile
The RoomConstructionBatchProfile describes the
interoperability among batch room services.
| Modifier and Type | Method and Description |
|---|---|
boolean |
supportsProjectBatchAdmin()
Tests if bulk administration of projects is available.
|
boolean |
supportsRenovationBatchAdmin()
Tests if bulk administration of renovations 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 supportsRenovationBatchAdmin()
true if a renovation bulk administrative
service is available, false otherwisemandatory - This method must be implemented. boolean supportsProjectBatchAdmin()
true if a project bulk administrative service
is available, false otherwisemandatory - This method must be implemented.