OSID Logo
OSID Specifications
configuration package
Version 3.0.0
Release Candidate Preview
Interfaceosid.configuration.ConfigurationQueryInspector
Implementsosid.OsidCatalogQueryInspector
Description

This is the query inspector for examining configuration queries.

MethodgetRegistryTerms
Description

Gets the registry query terms.

Returnosid.search.terms.BooleanTerm[]the query terms
CompliancemandatoryThis method must be implemented.
MethodgetParameterIdTerms
Description

Gets the parameter Id query terms.

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

Gets the parameter query terms.

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

Gets the ancestor configuration Id query terms.

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

Gets the ancestor configuration query terms.

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

Gets the descendant configuration Id query terms.

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

Gets the descendant configuration query terms.

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

Gets the configuration query inspector record corresponding to the given Configuration record Type.

Parametersosid.type.TypeconfigurationRecordTypea configuration record type
Returnosid.configuration.records.ConfigurationQueryInspectorRecordthe configuration query inspector record
ErrorsNULL_ARGUMENT configurationRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTED hasRecordType(configurationRecordType) is false
CompliancemandatoryThis method must be implemented.