OSID Logo
OSID Specifications
rules check package
Version 3.1.0
Interfaceosid.rules.check.AgendaCondition
Implementsosid.OsidCondition
Used Byosid.rules.check.AgendaEvaluationSession
osid.rules.check.AgendaSession
Description

The AgendaCondition is used to input conditions into an agenda evaluation.

MethodgetAgendaConditionRecord
Description

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

Parametersosid.type.TypeagendaConditionRecordType the type of agenda condition record to retrieve
Returnosid.rules.check.records.AgendaConditionRecord the agenda condition record
ErrorsNULL_ARGUMENT agendaConditionRecordType is null
OPERATION_FAILED unable to complete request
PERMISSION_DENIED authorization failure occurred
UNSUPPORTED hasRecordType(agendaConditionRecordType) is false
Compliancemandatory This method must be implemented.