OSID Logo
OSID Specifications
topology package
Version 3.0.0
Interfaceosid.topology.NodeForm
Implementsosid.OsidObjectForm
Implemented Byosid.topology.batch.NodeBatchForm
Used Byosid.topology.NodeAdminSession
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_ARGUMENTnodeRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTEDhasRecordType(nodeRecordType) is false
CompliancemandatoryThis method must be implemented.