OSID Logo
OSID Specifications
rules check package
Version 3.0.0
Release Candidate Preview
Interfaceosid.rules.check.AgendaQueryInspector
Implementsosid.OsidObjectQueryInspector
Description

This is the query inspector for examining agenda queries.

MethodgetInstructionIdTerms
Description

Gets the instruction Id query terms.

Returnosid.search.terms.IdTerm[]the query terms
CompliancemandatoryThis method must be implemented.
MethodgetInstructionTerms
Description

Gets the instruction query terms.

Returnosid.rules.check.InstructionQueryInspector[]the query terms
CompliancemandatoryThis method must be implemented.
MethodgetEngineIdTerms
Description

Gets the engine Id query terms.

Returnosid.search.terms.IdTerm[]the query terms
CompliancemandatoryThis method must be implemented.
MethodgetEngineTerms
Description

Gets the engine query terms.

Returnosid.rules.EngineQueryInspector[]the query terms
CompliancemandatoryThis method must be implemented.
MethodgetAgendaQueryInspectorRecord
Description

Gets the agenda query inspector record corresponding to the given Agenda record Type.

Parametersosid.type.TypeagendaRecordTypean agenda record type
Returnosid.rules.check.records.AgendaQueryInspectorRecordthe agenda query inspector 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.