OSID Logo
OSID Specifications
topology path package
Version 3.0.0
Release Candidate Preview
Interfaceosid.topology.path.PathForm
Implementsosid.OsidRelationshipForm
osid.OsidAggregateableForm
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.TypepathRecordTypea path record type
Returnosid.topology.path.records.PathFormRecordthe path form record
ErrorsNULL_ARGUMENT pathRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTED hasRecordType(pathRecordType) is false
CompliancemandatoryThis method must be implemented.