OSID Logo
OSID Specifications
topology package
Version 3.0.0
Release Candidate Preview
Interfaceosid.topology.GraphForm
Implementsosid.OsidCatalogForm
Description

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

MethodgetGraphFormRecord
Description

Gets the GraphFormRecord corresponding to the given graph record Type.

Parametersosid.type.TypegraphRecordTypea graph record type
Returnosid.topology.records.GraphFormRecordthe graph form record
ErrorsNULL_ARGUMENT graphRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTED hasRecordType(graphRecordType) is false
CompliancemandatoryThis method must be implemented.