OSID Logo
OSID Specifications
rules check package
Version 3.0.0
Release Candidate Preview
Interfaceosid.rules.check.Agenda
Implementsosid.OsidObject
Description

An Agenda . An Agenda is a set of Instructions for some list of checks in a business process.

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.TypeagendaRecordTypethe type of agenda record to retrieve
Returnosid.rules.check.records.AgendaRecordthe agenda 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.