public interface MappingPathBatchProfile extends OsidProfile
The MappingPathBatchProfile describes the
interoperability among batch resourcing services.
| Modifier and Type | Method and Description |
|---|---|
boolean |
supportsIntersectionBatchAdmin()
Tests if bulk administration of intersections is available.
|
boolean |
supportsObstacleBatchAdmin()
Tests if bulk administration of obstacles is available.
|
boolean |
supportsPathBatchAdmin()
Tests if bulk administration of paths is available.
|
boolean |
supportsSignalBatchAdmin()
Tests if bulk administration of signals is available.
|
boolean |
supportsSpeedZoneBatchAdmin()
Tests if bulk administration of speed zones 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 supportsPathBatchAdmin()
true if a path bulk administrative service is
available, false otherwisemandatory - This method must be implemented. boolean supportsIntersectionBatchAdmin()
true if an intersection bulk administrative
service is available, false otherwisemandatory - This method must be implemented. boolean supportsSpeedZoneBatchAdmin()
true if a speed zone bulk administrative
service is available, false otherwisemandatory - This method must be implemented. boolean supportsSignalBatchAdmin()
true if a signal bulk administrative service is
available, false otherwisemandatory - This method must be implemented. boolean supportsObstacleBatchAdmin()
true if an obstacle bulk administrative service
is available, false otherwisemandatory - This method must be implemented.