public interface MappingBatchProfile extends OsidProfile
The MappingBatchProfile describes the interoperability
among batch mapping services.
| Modifier and Type | Method and Description |
|---|---|
boolean |
supportsLocationBatchAdmin()
Tests if bulk administration of locations is available.
|
boolean |
supportsMapBatchAdmin()
Tests if bulk administration of maps 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 supportsLocationBatchAdmin()
true if a location bulk administrative service
is available, false otherwisemandatory - This method must be implemented. boolean supportsMapBatchAdmin()
true if a map bulk administrative service is
available, false otherwisemandatory - This method must be implemented.