OSID Logo
OSID Specifications
mapping path package
Version 3.1.0
Interfaceosid.mapping.path.PathForm
Implementsosid.OsidObjectForm
Implemented Byosid.mapping.path.batch.PathBatchForm
Used Byosid.mapping.path.PathAdminSession
Description

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

MethodgetPathFormRecord
Description

Gets the PathFormRecord corresponding to the given path record Type.

Parametersosid.type.TypepathRecordType a path record type
Returnosid.mapping.path.records.PathFormRecord the path form record
ErrorsNULL_ARGUMENT pathRecordType is null
OPERATION_FAILED unable to complete request
UNSUPPORTED hasRecordType(pathRecordType) is false
Compliancemandatory This method must be implemented.