OSID Logo
OSID Specifications
transport package
Version 3.1.0
Interfaceosid.transport.EndpointForm
Implementsosid.OsidCatalogForm
Used Byosid.transport.EndpointAdminSession
Description

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

MethodgetEndpointFormRecord
Description

Gets the EndpointFormRecord corresponding to the given endpoint record Type.

Parametersosid.type.TypeendpointRecordType the endpoint record type
Returnosid.transport.records.EndpointFormRecord the endpoint form record
ErrorsNULL_ARGUMENT endpointRecordType is null
OPERATION_FAILED unable to complete request
UNSUPPORTED hasRecordType(endpointRecordType) is false
Compliancemandatory This method must be implemented.