OSID Logo
OSID Specifications
course program package
Version 3.1.0
Interfaceosid.course.program.EnrollmentQueryInspector
Implementsosid.OsidRelationshipQueryInspector
Used Byosid.course.chronicle.ProgramEntryQueryInspector
osid.course.program.EnrollmentQueryInspector
osid.course.program.EnrollmentSearchResults
osid.course.program.EnrollmentSmartCourseCatalogSession
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, EnrollmentQueryInspector is stateful and must not be accessed by multiple processing threads.

MethodgetProgramOfferingIdTerms
Description

Gets the program offering Id query terms.

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

Gets the program offering query terms.

Returnosid.course.program.ProgramOfferingQueryInspector[] the program offering query terms
Compliancemandatory This method must be implemented.
MethodgetStudentIdTerms
Description

Gets the student Id query terms.

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

Gets the student query terms.

Returnosid.resource.ResourceQueryInspector[] the student query terms
Compliancemandatory This method must be implemented.
MethodgetParentEnrollmentIdTerms
Description

Gets the parent enrollment Id query terms.

Returnosid.search.terms.IdTerm[] the parent enrollment Id query terms
Compliancemandatory This method must be implemented.
MethodgetParentEnrollmentTerms
Description

Gets the parent enrollment query terms.

Returnosid.course.program.EnrollmentQueryInspector[] the parent enrollment 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.
MethodgetEnrollmentQueryInspectorRecord
Description

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

Parametersosid.type.TypeenrollmentRecordType an enrollment record type
Returnosid.course.program.records.EnrollmentQueryInspectorRecord the enrollment query inspector record
ErrorsNULL_ARGUMENT enrollmentRecordType is null
OPERATION_FAILED unable to complete request
UNSUPPORTED hasRecordType(enrollmentRecordType) is false
Compliancemandatory This method must be implemented.