OSID Logo
OSID Specifications
rules check package
Version 3.1.0
Interfaceosid.rules.check.AgendaForm
Implementsosid.OsidRuleForm
Used Byosid.rules.check.AgendaAdminSession
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.TypeagendaRecordType an agenda record type
Returnosid.rules.check.records.AgendaFormRecord the agenda form record
ErrorsNULL_ARGUMENT agendaRecordType is null
OPERATION_FAILED unable to complete request
PERMISSION_DENIED authorization failure occurred
UNSUPPORTED hasRecordType(agendaRecordType) is false
Compliancemandatory This method must be implemented.