OSID Logo
OSID Specifications
rules check package
Version 3.1.0
Interfaceosid.rules.check.Agenda
Implementsosid.OsidRule
Used Byosid.rules.check.AgendaAdminSession
osid.rules.check.AgendaList
osid.rules.check.AgendaLookupSession
osid.rules.check.Check
osid.rules.check.Instruction
Description

An Agenda. An Agenda is a set of Instructions for some list of checks in a business process. The condition input record types may be used to constrain valid Checks or may reflect the Checks mapped to it via Instructions.

MethodgetAgendaRecord
Description

Gets the agenda record corresponding to the given Agenda record Type.This method is used to retrieve an object implementing the requested record. The agendaRecordType may be the Type returned in getRecordTypes() or any of its parents in a Type hierarchy where hasRecordType(agendaRecordType) is true.

Parametersosid.type.TypeagendaRecordType the type of agenda record to retrieve
Returnosid.rules.check.records.AgendaRecord the agenda 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.