OSID Logo
OSID Specifications
assessment authoring package
Version 3.0.0
Release Candidate Preview
Interfaceosid.assessment.authoring.AssessmentPartQueryInspector
Implementsosid.OsidObjectQueryInspector
osid.OsidContainableQueryInspector
osid.OsidOperableQueryInspector
Description

This is the query inspector for examining assessment part queries.

MethodgetAssessmentIdTerms
Description

Gets the assessment Id query terms.

Returnosid.search.terms.IdTerm[]the assessment Id terms
CompliancemandatoryThis method must be implemented.
MethodgetAssessmentTerms
Description

Gets the assessment query terms.

Returnosid.assessment.AssessmentQueryInspector[]the assessment terms
CompliancemandatoryThis method must be implemented.
MethodgetParentAssessmentPartIdTerms
Description

Gets the assessment part Id query terms.

Returnosid.search.terms.IdTerm[]the assessment parent Id terms
CompliancemandatoryThis method must be implemented.
MethodgetParentAssessmentPartTerms
Description

Gets the assessment part query terms.

Returnosid.assessment.authoring.AssessmentPartQueryInspector[]the assessment part terms
CompliancemandatoryThis method must be implemented.
MethodgetSectionTerms
Description

Gets the section query terms.

Returnosid.search.terms.BooleanTerm[]the section terms
CompliancemandatoryThis method must be implemented.
MethodgetWeightTerms
Description

Gets the weight terms.

Returnosid.search.terms.CardinalTerm[]the resource Id terms
CompliancemandatoryThis method must be implemented.
MethodgetAllocatedTimeTerms
Description

Gets the allocated time terms.

Returnosid.search.terms.DurationTerm[]the time terms
CompliancemandatoryThis method must be implemented.
MethodgetChildAssessmentPartIdTerms
Description

Gets the assessment part Id query terms.

Returnosid.search.terms.IdTerm[]the assessment parent Id terms
CompliancemandatoryThis method must be implemented.
MethodgetChildAssessmentPartTerms
Description

Gets the assessment part query terms.

Returnosid.assessment.authoring.AssessmentPartQueryInspector[]the assessment part terms
CompliancemandatoryThis method must be implemented.
MethodgetBankIdTerms
Description

Gets the bank Id query terms.

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

Gets the bank query terms.

Returnosid.assessment.BankQueryInspector[]the query terms
CompliancemandatoryThis method must be implemented.
MethodgetAssessmentPartQueryInspectorRecord
Description

Gets the assessment part query inspector record corresponding to the given AssessmentPart record Type.

Parametersosid.type.TypeassessmentPartRecordTypean assessment part record type
Returnosid.assessment.authoring.records.AssessmentPartQueryInspectorRecordthe assessment part query inspector record
ErrorsNULL_ARGUMENT assessmentPartRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTED hasRecordType(assessmentPartRecordType) is false
CompliancemandatoryThis method must be implemented.