Interface AssessmentPartQueryInspector
- All Superinterfaces:
Extensible, OsidBrowsableQueryInspector, OsidContainableQueryInspector, OsidExtensibleQueryInspector, OsidIdentifiableQueryInspector, OsidObjectQueryInspector, OsidOperableQueryInspector, OsidQueryInspector
public interface AssessmentPartQueryInspector
extends OsidObjectQueryInspector, OsidContainableQueryInspector, OsidOperableQueryInspector
This is the query inspector for examining assessment part queries.
-
Method Summary
Modifier and TypeMethodDescriptionGets the allocated time terms.IdTerm[]Gets the assessmentIdquery terms.getAssessmentPartQueryInspectorRecord(Type assessmentPartRecordType) Gets the assessment part query inspector record corresponding to the givenAssessmentPartrecordType.Gets the assessment query terms.IdTerm[]Gets the bankIdquery terms.Gets the bank query terms.IdTerm[]Gets the assessment partIdquery terms.Gets the assessment part query terms.IdTerm[]Gets the assessment partIdquery terms.Gets the assessment part query terms.Gets the section query terms.Gets the weight terms.Methods inherited from interface Extensible
getRecordTypes, hasRecordTypeModifier and TypeMethodDescriptionGets the record types available in this object.booleanhasRecordType(Type recordType) Tests if this object supports the given recordType.Methods inherited from interface OsidContainableQueryInspector
getSequesteredTermsModifier and TypeMethodDescriptionGets the sequestered query terms.Methods inherited from interface OsidExtensibleQueryInspector
getRecordTypeTermsMethods inherited from interface OsidIdentifiableQueryInspector
getIdTermsMethods inherited from interface OsidObjectQueryInspector
getCommentIdTerms, getCommentTerms, getCreditIdTerms, getCreditTerms, getDescriptionTerms, getDisplayNameTerms, getGenusTypeTerms, getJournalEntryIdTerms, getJournalEntryTerms, getParentGenusTypeTerms, getRelationshipIdTerms, getRelationshipPeerIdTerms, getRelationshipTerms, getStateIdTerms, getStateTerms, getStatisticTerms, getSubjectIdTerms, getSubjectRelevancyTerms, getSubjectTermsModifier and TypeMethodDescriptionIdTerm[]Gets the commentIdquery terms.Gets the comment query terms.IdTerm[]Gets the creditIdquery terms.Gets the credit query terms.Gets the description query terms.Gets the display name query terms.TypeTerm[]Gets the genus type query terms.IdTerm[]Gets the journal entryIdquery terms.Gets the journal entry query terms.TypeTerm[]Gets the parent genus type query terms.IdTerm[]Gets the relationshipIdquery terms.IdTerm[]Gets the relationship peerIdquery terms.Gets the relationship query terms.IdTerm[]Gets the stateIdquery terms.Gets the state query terms.Gets the statistic query terms.IdTerm[]Gets the subjectIdquery terms.Gets the subject relevancy query terms.Gets the subject query terms.Methods inherited from interface OsidOperableQueryInspector
getActiveTerms, getDisabledTerms, getEnabledTerms, getOperationalTermsModifier and TypeMethodDescriptionGets the active query terms.Gets the administratively disabled query terms.Gets the administratively enabled query terms.Gets the operational query terms.Methods inherited from interface OsidQueryInspector
getAnyTerms, getKeywordTermsModifier and TypeMethodDescriptionGets the any query terms.Gets the keyword query terms.
-
Method Details
-
getAssessmentIdTerms
IdTerm[] getAssessmentIdTerms()Gets the assessmentIdquery terms.- Returns:
- the assessment
Idterms - Compliance:
mandatory- This method must be implemented.
-
getAssessmentTerms
AssessmentQueryInspector[] getAssessmentTerms()Gets the assessment query terms.- Returns:
- the assessment terms
- Compliance:
mandatory- This method must be implemented.
-
getParentAssessmentPartIdTerms
IdTerm[] getParentAssessmentPartIdTerms()Gets the assessment partIdquery terms.- Returns:
- the assessment parent
Idterms - Compliance:
mandatory- This method must be implemented.
-
getParentAssessmentPartTerms
AssessmentPartQueryInspector[] getParentAssessmentPartTerms()Gets the assessment part query terms.- Returns:
- the assessment part terms
- Compliance:
mandatory- This method must be implemented.
-
getSectionTerms
BooleanTerm[] getSectionTerms()Gets the section query terms.- Returns:
- the section terms
- Compliance:
mandatory- This method must be implemented.
-
getWeightTerms
CardinalTerm[] getWeightTerms()Gets the weight terms.- Returns:
- the resource
Idterms - Compliance:
mandatory- This method must be implemented.
-
getAllocatedTimeTerms
DurationTerm[] getAllocatedTimeTerms()Gets the allocated time terms.- Returns:
- the time terms
- Compliance:
mandatory- This method must be implemented.
-
getChildAssessmentPartIdTerms
IdTerm[] getChildAssessmentPartIdTerms()Gets the assessment partIdquery terms.- Returns:
- the assessment parent
Idterms - Compliance:
mandatory- This method must be implemented.
-
getChildAssessmentPartTerms
AssessmentPartQueryInspector[] getChildAssessmentPartTerms()Gets the assessment part query terms.- Returns:
- the assessment part terms
- Compliance:
mandatory- This method must be implemented.
-
getBankIdTerms
IdTerm[] getBankIdTerms()Gets the bankIdquery terms.- Returns:
- the query terms
- Compliance:
mandatory- This method must be implemented.
-
getBankTerms
BankQueryInspector[] getBankTerms()Gets the bank query terms.- Returns:
- the query terms
- Compliance:
mandatory- This method must be implemented.
-
getAssessmentPartQueryInspectorRecord
AssessmentPartQueryInspectorRecord getAssessmentPartQueryInspectorRecord(Type assessmentPartRecordType) throws OperationFailedException Gets the assessment part query inspector record corresponding to the givenAssessmentPartrecordType.- Parameters:
assessmentPartRecordType- an assessment part record type- Returns:
- the assessment part query inspector record
- Throws:
NullArgumentException-assessmentPartRecordTypeisnullOperationFailedException- unable to complete requestUnsupportedException-hasRecordType(assessmentPartRecordType)isfalse- Compliance:
mandatory- This method must be implemented.
-