OSID Logo
OSID Specifications
topology package
Version 3.0.0
Release Candidate Preview
Interfaceosid.topology.NodeForm
Implementsosid.OsidObjectForm
Description

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

MethodgetNodeFormRecord
Description

Gets the NodeFormRecord corresponding to the given node record Type.

Parametersosid.type.TypenodeRecordTypea node record type
Returnosid.topology.records.NodeFormRecordthe node form record
ErrorsNULL_ARGUMENT nodeRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTED hasRecordType(nodeRecordType) is false
CompliancemandatoryThis method must be implemented.