OSID Logo
OSID Specifications
mapping path rules package
Version 3.1.0
Interfaceosid.mapping.path.rules.ObstacleEnablerForm
Implementsosid.OsidEnablerForm
Used Byosid.mapping.path.rules.ObstacleEnablerAdminSession
Description

This is the form for creating and updating ObstacleEnablers. Like all OsidForm objects, various data elements may be set here for use in the create and update methods in the ObstacleEnablerAdminSession. For each data element that may be set, metadata may be examined to provide display hints or data constraints.

MethodgetObstacleEnablerFormRecord
Description

Gets the ObstacleEnablerFormRecord corresponding to the given obstacle enabler record Type.

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