OSID Logo
OSID Specifications
mapping path rules package
Version 3.1.0
Interfaceosid.mapping.path.rules.ObstacleEnabler
Implementsosid.OsidEnabler
Used Byosid.mapping.path.rules.ObstacleEnablerAdminSession
osid.mapping.path.rules.ObstacleEnablerList
osid.mapping.path.rules.ObstacleEnablerLookupSession
Description

An ObstacleEnabler describes the rules for enabling an obstacle.

MethodgetObstacleEnablerRecord
Description

Gets the obstacle enabler record corresponding to the given ObstacleEnabler record Type. This method is used to retrieve an object implementing the requested record. The obstacleEnablerRecordType may be the Type returned in getRecordTypes() or any of its parents in a Type hierarchy where hasRecordType(obstacleEnablerRecordType) is true.

Parametersosid.type.TypeobstacleEnablerRecordType the type of obstacle enabler record to retrieve
Returnosid.mapping.path.rules.records.ObstacleEnablerRecord the obstacle enabler record
ErrorsNULL_ARGUMENT obstacleEnablerRecordType is null
OPERATION_FAILED unable to complete request
UNSUPPORTED hasRecordType(obstacleEnablerRecordType) is false
Compliancemandatory This method must be implemented.