OSID Logo
OSID Specifications
configuration rules package
Version 3.0.0
Release Candidate Preview
Interfaceosid.configuration.rules.ParameterProcessorQueryInspector
Implementsosid.OsidProcessorQueryInspector
Description

This is the query inspector for examining parameter processor queries.

MethodgetRuledParameterIdTerms
Description

Gets the parameter Id query terms.

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

Gets the parameter query terms.

Returnosid.configuration.ParameterQueryInspector[]the query terms
CompliancemandatoryThis method must be implemented.
MethodgetConfigurationIdTerms
Description

Gets the configuration Id query terms.

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

Gets the configuration query terms.

Returnosid.configuration.ConfigurationQueryInspector[]the query terms
CompliancemandatoryThis method must be implemented.
MethodgetParameterProcessorQueryInspectorRecord
Description

Gets the parameter processor query inspector record corresponding to the given ParameterProcessor record Type.

Parametersosid.type.TypeparameterProcessorRecordTypea parameter processor record type
Returnosid.configuration.rules.records.ParameterProcessorQueryInspectorRecordthe parameter processor query inspector record
ErrorsNULL_ARGUMENT parameterProcessorRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTED hasRecordType(parameterProcessorRecordType) is false
CompliancemandatoryThis method must be implemented.