OSID Logo
OSID Specifications
topology rules package
Version 3.1.0
Interfaceosid.topology.rules.EdgeEnablerForm
Implementsosid.OsidEnablerForm
Used Byosid.topology.rules.EdgeEnablerAdminSession
Description

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

MethodgetEdgeEnablerFormRecord
Description

Gets the EdgeEnablerFormRecord corresponding to the given edge enabler record Type.

Parametersosid.type.TypeedgeEnablerRecordType an edge enabler record type
Returnosid.topology.rules.records.EdgeEnablerFormRecord the edge enabler form record
ErrorsNULL_ARGUMENT edgeEnablerRecordType is null
OPERATION_FAILED unable to complete request
UNSUPPORTED hasRecordType(edgeEnablerRecordType) is false
Compliancemandatory This method must be implemented.