OSID Logo
OSID Specifications
mapping route package
Version 3.1.0
Interfaceosid.mapping.route.RouteForm
Implementsosid.OsidRelationshipForm
osid.OsidAggregateableForm
Used Byosid.mapping.route.RouteAdminSession
Description

This is the form for creating and updating Routes. Like all OsidForms, various data elements may be set here for use in the create and update methods in the RouteAdminSession. For each data element that may be set, metadata may be examined to provide display hints or data constraints. Some data may be automatically derived from the route segments.

MethodgetRouteFormRecord
Description

Gets the RouteFormRecord corresponding to the given route record Type.

Parametersosid.type.TyperouteRecordType a route record type
Returnosid.mapping.route.records.RouteFormRecord the route form record
ErrorsNULL_ARGUMENT routeRecordType is null
OPERATION_FAILED unable to complete request
UNSUPPORTED hasRecordType(routeRecordType) is false
Compliancemandatory This method must be implemented.