OSID Logo
OSID Specifications
room package
Version 3.0.0
Release Candidate Preview
Interfaceosid.room.CampusForm
Implementsosid.OsidCatalogForm
Description

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

MethodgetCampusFormRecord
Description

Gets the CampusFormRecord corresponding to the given campus record Type.

Parametersosid.type.TypecampusRecordTypethe campus record type
Returnosid.room.records.CampusFormRecordthe campus form record
ErrorsNULL_ARGUMENT campusRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTED hasRecordType(campusRecordType) is false
CompliancemandatoryThis method must be implemented.