OSID Logo
OSID Specifications
rules check package
Version 3.1.0
Interfaceosid.rules.check.CheckQueryInspector
Implementsosid.OsidRuleQueryInspector
Used Byosid.rules.check.CheckSearchResults
osid.rules.check.CheckSmartEngineSession
osid.rules.check.InstructionQueryInspector
Description

This is the query inspector for examining check queries.

MethodgetFailCheckTerms
Description

Gets the fail check query terms.

Returnosid.search.terms.BooleanTerm[] the query terms
Compliancemandatory This method must be implemented.
MethodgetTimeCheckStartDateTerms
Description

Gets the time check start date query terms.

Returnosid.search.terms.DateTimeRangeTerm[] the query terms
Compliancemandatory This method must be implemented.
MethodgetTimeCheckEndDateTerms
Description

Gets the time check end date query terms.

Returnosid.search.terms.DateTimeRangeTerm[] the query terms
Compliancemandatory This method must be implemented.
MethodgetTimeCheckDateTerms
Description

Gets the time check date query terms.

Returnosid.search.terms.DateTimeRangeTerm[] the query terms
Compliancemandatory This method must be implemented.
MethodgetTimeCheckEventIdTerms
Description

Gets the event Id query terms.

Returnosid.search.terms.IdTerm[] the query terms
Compliancemandatory This method must be implemented.
MethodgetTimeCheckEventTerms
Description

Gets the event query terms.

Returnosid.calendaring.EventQueryInspector[] the query terms
Compliancemandatory This method must be implemented.
MethodgetTimeCheckCyclicEventIdTerms
Description

Gets the cyclic event Id query terms.

Returnosid.search.terms.IdTerm[] the query terms
Compliancemandatory This method must be implemented.
MethodgetTimeCheckCyclicEventTerms
Description

Gets the cyclic event query terms.

Returnosid.calendaring.cycle.CyclicEventQueryInspector[] the query terms
Compliancemandatory This method must be implemented.
MethodgetHoldCheckBlockIdTerms
Description

Gets the block Id query terms.

Returnosid.search.terms.IdTerm[] the query terms
Compliancemandatory This method must be implemented.
MethodgetHoldCheckBlockTerms
Description

Gets the block query terms.

Returnosid.hold.BlockQueryInspector[] the query terms
Compliancemandatory This method must be implemented.
MethodgetAuthorizationCheckFunctionIdTerms
Description

Gets the function Id query terms.

Returnosid.search.terms.IdTerm[] the query terms
Compliancemandatory This method must be implemented.
MethodgetAuthorizationCheckFunctionTerms
Description

Gets the function query terms.

Returnosid.authorization.FunctionQueryInspector[] the query terms
Compliancemandatory This method must be implemented.
MethodgetInquiryCheckAuditIdTerms
Description

Gets the audit Id query terms.

Returnosid.search.terms.IdTerm[] the query terms
Compliancemandatory This method must be implemented.
MethodgetInquiryCheckAuditTerms
Description

Gets the audit query terms.

Returnosid.inquiry.AuditQueryInspector[] the query terms
Compliancemandatory This method must be implemented.
MethodgetProcessCheckAgendaIdTerms
Description

Gets the agenda Id query terms.

Returnosid.search.terms.IdTerm[] the query terms
Compliancemandatory This method must be implemented.
MethodgetProcessCheckAgendaTerms
Description

Gets the agenda query terms.

Returnosid.rules.check.AgendaQueryInspector[] the query terms
Compliancemandatory This method must be implemented.
MethodgetLoggingCheckTextIdTerms
Description

Gets the text Id query terms.

Returnosid.search.terms.IdTerm[] the query terms
Compliancemandatory This method must be implemented.
MethodgetLoggingCheckTextTerms
Description

Gets the text query terms.

Returnosid.lexicon.TextQueryInspector[] the query terms
Compliancemandatory This method must be implemented.
MethodgetEngineIdTerms
Description

Gets the engine Id query terms.

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

Gets the engine query terms.

Returnosid.rules.EngineQueryInspector[] the query terms
Compliancemandatory This method must be implemented.
MethodgetCheckQueryInspectorRecord
Description

Gets the check query inspector record corresponding to the given Check record Type.

Parametersosid.type.TypecheckRecordType a check record type
Returnosid.rules.check.records.CheckQueryInspectorRecord the check query inspector record
ErrorsNULL_ARGUMENT checkRecordType is null
OPERATION_FAILED unable to complete request
PERMISSION_DENIED authorization failure occurred
UNSUPPORTED hasRecordType(checkRecordType) is false
Compliancemandatory This method must be implemented.