public interface MappingPathRulesProfile extends OsidProfile
The mapping rules profile describes the interoperability among mapping rules services.
| Modifier and Type | Method and Description |
|---|---|
TypeList |
getObstacleEnablerRecordTypes()
Gets the supported
ObstacleEnabler record types. |
TypeList |
getObstacleEnablerSearchRecordTypes()
Gets the supported
ObstacleEnabler search record types. |
TypeList |
getSignalEnablerRecordTypes()
Gets the supported
SignalEnabler record types. |
TypeList |
getSignalEnablerSearchRecordTypes()
Gets the supported
SignalEnabler search record types. |
TypeList |
getSpeedZoneEnablerRecordTypes()
Gets the supported
SpeedZoneEnabler record types. |
TypeList |
getSpeedZoneEnablerSearchRecordTypes()
Gets the supported
SpeedZoneEnabler search record
types. |
boolean |
supportsObstacleEnablerAdmin()
Tests if an obstacle enabler administrative service is supported.
|
boolean |
supportsObstacleEnablerLookup()
Tests if looking up obstacle enabler is supported.
|
boolean |
supportsObstacleEnablerMap()
Tests if an obstacle enabler map lookup service is supported.
|
boolean |
supportsObstacleEnablerMapAssignment()
Tests if an obstacle enabler map service is supported.
|
boolean |
supportsObstacleEnablerNotification()
Tests if an obstacle enabler notification service is supported.
|
boolean |
supportsObstacleEnablerQuery()
Tests if querying obstacle enabler is supported.
|
boolean |
supportsObstacleEnablerRecordType(Type obstacleEnablerRecordType)
Tests if the given
ObstacleEnabler record type is
supported. |
boolean |
supportsObstacleEnablerRuleApplication()
Tests if an obstacle enabler rule application service is supported.
|
boolean |
supportsObstacleEnablerRuleLookup()
Tests if an obstacle enabler rule lookup service is supported.
|
boolean |
supportsObstacleEnablerSearch()
Tests if searching obstacle enabler is supported.
|
boolean |
supportsObstacleEnablerSearchRecordType(Type obstacleEnablerSearchRecordType)
Tests if the given
ObstacleEnabler search record type
is supported. |
boolean |
supportsObstacleEnablerSmartMap()
Tests if an obstacle enabler map lookup service is supported.
|
boolean |
supportsSignalEnablerAdmin()
Tests if a signal enabler administrative service is supported.
|
boolean |
supportsSignalEnablerLookup()
Tests if looking up signal enabler is supported.
|
boolean |
supportsSignalEnablerMap()
Tests if a signal enabler map lookup service is supported.
|
boolean |
supportsSignalEnablerMapAssignment()
Tests if a signal enabler map service is supported.
|
boolean |
supportsSignalEnablerNotification()
Tests if a signal enabler notification service is supported.
|
boolean |
supportsSignalEnablerQuery()
Tests if querying signal enabler is supported.
|
boolean |
supportsSignalEnablerRecordType(Type signalEnablerRecordType)
Tests if the given
SignalEnabler record type is
supported. |
boolean |
supportsSignalEnablerRuleApplication()
Tests if a signal enabler rule application service is supported.
|
boolean |
supportsSignalEnablerRuleLookup()
Tests if a signal enabler rule lookup service is supported.
|
boolean |
supportsSignalEnablerSearch()
Tests if searching signal enabler is supported.
|
boolean |
supportsSignalEnablerSearchRecordType(Type signalEnablerSearchRecordType)
Tests if the given
SignalEnabler search record type is
supported. |
boolean |
supportsSignalEnablerSmartMap()
Tests if a signal enabler map lookup service is supported.
|
boolean |
supportsSpeedZoneEnablerAdmin()
Tests if a speed zone enabler administrative service is supported.
|
boolean |
supportsSpeedZoneEnablerLookup()
Tests if looking up speed zone enablers is supported.
|
boolean |
supportsSpeedZoneEnablerMap()
Tests if a speed zone enabler map lookup service is supported.
|
boolean |
supportsSpeedZoneEnablerMapAssignment()
Tests if a speed zone enabler map service is supported.
|
boolean |
supportsSpeedZoneEnablerNotification()
Tests if a speed zone enabler notification service is supported.
|
boolean |
supportsSpeedZoneEnablerQuery()
Tests if querying speed zone enablers is supported.
|
boolean |
supportsSpeedZoneEnablerRecordType(Type speedZoneEnablerRecordType)
Tests if the given
SpeedZoneEnabler record type is
supported. |
boolean |
supportsSpeedZoneEnablerRuleApplication()
Tests if a speed zone enabler rule application service is supported.
|
boolean |
supportsSpeedZoneEnablerRuleLookup()
Tests if a speed zone enabler rule lookup service is supported.
|
boolean |
supportsSpeedZoneEnablerSearch()
Tests if searching speed zone enablers is supported.
|
boolean |
supportsSpeedZoneEnablerSearchRecordType(Type speedZoneEnablerSearchRecordType)
Tests if the given
SpeedZoneEnabler search record type
is supported. |
boolean |
supportsSpeedZoneEnablerSmartMap()
Tests if a speed zone enabler map lookup service is supported.
|
boolean |
supportsVisibleFederation()
Tests if any broker federation is exposed.
|
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 supportsSpeedZoneEnablerLookup()
true if speed zone enabler lookup is supported,
false otherwisemandatory - This method must be implemented. boolean supportsSpeedZoneEnablerQuery()
true if speed zone enabler query is supported,
false otherwisemandatory - This method must be implemented. boolean supportsSpeedZoneEnablerSearch()
true if speed zone enabler search is supported,
false otherwisemandatory - This method must be implemented. boolean supportsSpeedZoneEnablerAdmin()
true if speed zone enabler administration is
supported, false otherwisemandatory - This method must be implemented. boolean supportsSpeedZoneEnablerNotification()
true if speed zone enabler notification is
supported, false otherwisemandatory - This method must be implemented. boolean supportsSpeedZoneEnablerMap()
true if a speed zone enabler map lookup service
is supported, false otherwisemandatory - This method must be implemented. boolean supportsSpeedZoneEnablerMapAssignment()
true if speed zone enabler map assignment
service is supported, false otherwisemandatory - This method must be implemented. boolean supportsSpeedZoneEnablerSmartMap()
true if a speed zone enabler map service is
supported, false otherwisemandatory - This method must be implemented. boolean supportsSpeedZoneEnablerRuleLookup()
true if a speed zone enabler rule lookup
service is supported, false otherwisemandatory - This method must be implemented. boolean supportsSpeedZoneEnablerRuleApplication()
true if speed zone enabler rule application
service is supported, false otherwisemandatory - This method must be implemented. boolean supportsSignalEnablerLookup()
true if signal enabler lookup is supported,
false otherwisemandatory - This method must be implemented. boolean supportsSignalEnablerQuery()
true if signal enabler query is supported,
false otherwisemandatory - This method must be implemented. boolean supportsSignalEnablerSearch()
true if signal enabler search is supported,
false otherwisemandatory - This method must be implemented. boolean supportsSignalEnablerAdmin()
true if signal enabler administration is
supported, false otherwisemandatory - This method must be implemented. boolean supportsSignalEnablerNotification()
true if signal enabler notification is
supported, false otherwisemandatory - This method must be implemented. boolean supportsSignalEnablerMap()
true if a signal enabler map lookup service is
supported, false otherwisemandatory - This method must be implemented. boolean supportsSignalEnablerMapAssignment()
true if signal enabler map assignment service
is supported, false otherwisemandatory - This method must be implemented. boolean supportsSignalEnablerSmartMap()
true if a signal enabler map service is
supported, false otherwisemandatory - This method must be implemented. boolean supportsSignalEnablerRuleLookup()
true if a signal enabler rule lookup service is
supported, false otherwisemandatory - This method must be implemented. boolean supportsSignalEnablerRuleApplication()
true if a signal enabler rule application
service is supported, false otherwisemandatory - This method must be implemented. boolean supportsObstacleEnablerLookup()
true if obstacle enabler lookup is supported,
false otherwisemandatory - This method must be implemented. boolean supportsObstacleEnablerQuery()
true if obstacle enabler query is supported,
false otherwisemandatory - This method must be implemented. boolean supportsObstacleEnablerSearch()
true if obstacle enabler search is supported,
false otherwisemandatory - This method must be implemented. boolean supportsObstacleEnablerAdmin()
true if obstacle enabler administration is
supported, false otherwisemandatory - This method must be implemented. boolean supportsObstacleEnablerNotification()
true if obstacle enabler notification is
supported, false otherwisemandatory - This method must be implemented. boolean supportsObstacleEnablerMap()
true if an obstacle enabler map lookup service
is supported, false otherwisemandatory - This method must be implemented. boolean supportsObstacleEnablerMapAssignment()
true if obstacle enabler map assignment service
is supported, false otherwisemandatory - This method must be implemented. boolean supportsObstacleEnablerSmartMap()
true if an obstacle enabler map service is
supported, false otherwisemandatory - This method must be implemented. boolean supportsObstacleEnablerRuleLookup()
true if an obstacle enabler rule lookup service
is supported, false otherwisemandatory - This method must be implemented. boolean supportsObstacleEnablerRuleApplication()
true if an obstacle enabler rule application
service is supported, false otherwisemandatory - This method must be implemented. TypeList getSpeedZoneEnablerRecordTypes()
SpeedZoneEnabler record types. SpeedZoneEnabler
record typesmandatory - This method must be implemented. boolean supportsSpeedZoneEnablerRecordType(Type speedZoneEnablerRecordType)
SpeedZoneEnabler record type is
supported.speedZoneEnablerRecordType - a Type indicating a
SpeedZoneEnabler record type true if the given record type is supported,
false otherwiseNullArgumentException -
speedZoneEnablerRecordType is null mandatory - This method must be implemented. TypeList getSpeedZoneEnablerSearchRecordTypes()
SpeedZoneEnabler search record
types. SpeedZoneEnabler
search record typesmandatory - This method must be implemented. boolean supportsSpeedZoneEnablerSearchRecordType(Type speedZoneEnablerSearchRecordType)
SpeedZoneEnabler search record type
is supported.speedZoneEnablerSearchRecordType - a Type
indicating a SpeedZoneEnabler search record
type true if the given search record type is
supported, false otherwiseNullArgumentException -
speedZoneEnablerSearchRecordType is null
mandatory - This method must be implemented. TypeList getSignalEnablerRecordTypes()
SignalEnabler record types. SignalEnabler
record typesmandatory - This method must be implemented. boolean supportsSignalEnablerRecordType(Type signalEnablerRecordType)
SignalEnabler record type is
supported.signalEnablerRecordType - a Type indicating a
SignalEnabler record type true if the given record type is supported,
false otherwiseNullArgumentException - signalEnablerRecordType
is null mandatory - This method must be implemented. TypeList getSignalEnablerSearchRecordTypes()
SignalEnabler search record types. SignalEnabler
search record typesmandatory - This method must be implemented. boolean supportsSignalEnablerSearchRecordType(Type signalEnablerSearchRecordType)
SignalEnabler search record type is
supported.signalEnablerSearchRecordType - a Type indicating
a SignalEnabler search record type true if the given search record type is
supported, false otherwiseNullArgumentException -
signalEnablerSearchRecordType is null mandatory - This method must be implemented. TypeList getObstacleEnablerRecordTypes()
ObstacleEnabler record types. ObstacleEnabler
record typesmandatory - This method must be implemented. boolean supportsObstacleEnablerRecordType(Type obstacleEnablerRecordType)
ObstacleEnabler record type is
supported.obstacleEnablerRecordType - a Type indicating an
ObstacleEnabler record type true if the given record type is supported,
false otherwiseNullArgumentException -
obstacleEnablerRecordType is null mandatory - This method must be implemented. TypeList getObstacleEnablerSearchRecordTypes()
ObstacleEnabler search record types. ObstacleEnabler
search record typesmandatory - This method must be implemented. boolean supportsObstacleEnablerSearchRecordType(Type obstacleEnablerSearchRecordType)
ObstacleEnabler search record type
is supported.obstacleEnablerSearchRecordType - a Type
indicating an ObstacleEnabler search record
type true if the given search record type is
supported, false otherwiseNullArgumentException -
obstacleEnablerSearchRecordType is null mandatory - This method must be implemented.