OSID Logo
OSID Specifications
configuration rules package
Version 3.0.0
Release Candidate Preview
Interfaceosid.configuration.rules.ParameterProcessorEnablerQueryInspector
Implementsosid.OsidEnablerQueryInspector
Description

This is the query inspector for examining parameter processor enabler queries.

MethodgetRuledParameterProcessorIdTerms
Description

Gets the parameter processor Id query terms.

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

Gets the parameter processor query terms.

Returnosid.configuration.rules.ParameterProcessorQueryInspector[]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.
MethodgetParameterProcessorEnablerQueryInspectorRecord
Description

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

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