OSID Logo
OSID Specifications
course program package
Version 3.1.0
Interfaceosid.course.program.CredentialQueryInspector
Implementsosid.OsidObjectQueryInspector
Used Byosid.course.chronicle.CredentialEntryQueryInspector
osid.course.program.CredentialSearchResults
osid.course.program.CredentialSmartCourseCatalogSession
osid.course.program.ProgramOfferingQueryInspector
osid.course.program.ProgramQueryInspector
osid.course.requisite.CredentialRequirementQueryInspector
osid.course.requisite.RequisiteQueryInspector
Description

The query inspectors provide a means of accessing the match terms of a query. These interfaces are used to examine the actual query terms used in a search or that may be used to create a smart catalog. Query inspectors may be converted to OsidQuery interfaces for reuse or modification in the search sessions.

Like all OsidQueryInspectors, CredentialQueryInspector is stateful and must not be accessed by multiple processing threads.

MethodgetLifetimeTerms
Description

Gets the lifetime query terms.

Returnosid.search.terms.DurationRangeTerm[] the query terms
Compliancemandatory This method must be implemented.
MethodgetProgramIdTerms
Description

Gets the program Id query terms.

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

Gets the program query terms.

Returnosid.course.program.ProgramQueryInspector[] the program query terms
Compliancemandatory This method must be implemented.
MethodgetCourseCatalogIdTerms
Description

Gets the course catalog Id query terms.

Returnosid.search.terms.IdTerm[] the course catalog Id query terms
Compliancemandatory This method must be implemented.
MethodgetCourseCatalogTerms
Description

Gets the course catalog query terms.

Returnosid.course.CourseCatalogQueryInspector[] the course catalog query terms
Compliancemandatory This method must be implemented.
MethodgetCredentialQueryInspectorRecord
Description

Gets the credential query inspector record corresponding to the given Credential record Type. Multiple record retrievals produce a nested OR term.

Parametersosid.type.TypecredentialRecordType a credential record type
Returnosid.course.program.records.CredentialQueryInspectorRecord the credential query inspector record
ErrorsNULL_ARGUMENT credentialRecordType is null
OPERATION_FAILED unable to complete request
UNSUPPORTED hasRecordType(credentialRecordType) is false
Compliancemandatory This method must be implemented.