OSID Logo
OSID Specifications
rules check package
Version 3.0.0
Release Candidate Preview
Interfaceosid.rules.check.AgendaForm
Implementsosid.OsidObjectForm
Description

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

MethodgetAgendaFormRecord
Description

Gets the AgendaFormRecord corresponding to the given agenda record Type.

Parametersosid.type.TypeagendaRecordTypean agenda record type
Returnosid.rules.check.records.AgendaFormRecordthe agenda form record
ErrorsNULL_ARGUMENT agendaRecordType is null
OPERATION_FAILEDunable to complete request
PERMISSION_DENIEDauthorization failure occurred
UNSUPPORTED hasRecordType(agendaRecordType) is false
CompliancemandatoryThis method must be implemented.