OSID Logo
OSID Specifications
topology package
Version 3.1.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.TypenodeRecordType a node record type
Returnosid.topology.records.NodeFormRecord the node form record
ErrorsNULL_ARGUMENT nodeRecordType is null
OPERATION_FAILED unable to complete request
UNSUPPORTED hasRecordType(nodeRecordType) is false
Compliancemandatory This method must be implemented.