OSID Logo
OSID Specifications
mapping path package
Version 3.1.0
Interfaceosid.mapping.path.IntersectionForm
Implementsosid.OsidObjectForm
osid.OsidAggregateableForm
Implemented Byosid.mapping.path.batch.IntersectionBatchForm
Used Byosid.mapping.path.IntersectionAdminSession
Description

This is the form for creating and updating Routes.Like all OsidForm objects, 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.

MethodgetIntersectionFormRecord
Description

Gets the IntersectionFormRecord corresponding to the given intersection record Type.

Parametersosid.type.TypeintersectionRecordType an intersection record type
Returnosid.mapping.path.records.IntersectionFormRecord the intersection form record
ErrorsNULL_ARGUMENT intersectionRecordType is null
OPERATION_FAILED unable to complete request
UNSUPPORTED hasRecordType(intersectionRecordType) is false
Compliancemandatory This method must be implemented.