public interface GradebookQueryInspector extends OsidCatalogQueryInspector
This is the query inspector for examining gradebook queries.
Modifier and Type | Method and Description |
---|---|
IdTerm[] |
getAncestorGradebookIdTerms()
Gets the ancestor gradebook
Id terms. |
GradebookQueryInspector[] |
getAncestorGradebookTerms()
Gets the ancestor gradebook terms.
|
IdTerm[] |
getDescendantGradebookIdTerms()
Gets the descendant gradebook
Id terms. |
GradebookQueryInspector[] |
getDescendantGradebookTerms()
Gets the descendant gradebook terms.
|
IdTerm[] |
getGradebookColumnIdTerms()
Gets the gradebook column
Id terms. |
GradebookColumnQueryInspector[] |
getGradebookColumnTerms()
Gets the gradebook column terms.
|
GradebookQueryInspectorRecord |
getGradebookQueryInspectorRecord(Type gradebookRecordType)
Gets the gradebook query inspector record corresponding to the given
Gradebook record Type. |
IdTerm[] |
getGradeEntryIdTerms()
Gets the grade entry
Id terms. |
GradeEntryQueryInspector[] |
getGradeEntryTerms()
Gets the grade entry terms.
|
IdTerm[] |
getGradeSystemIdTerms()
Gets the grade system
Id terms. |
GradeSystemQueryInspector[] |
getGradeSystemTerms()
Gets the grade system terms.
|
getCommentIdTerms, getCommentTerms, getCreditIdTerms, getCreditTerms, getDescriptionTerms, getDisplayNameTerms, getGenusTypeTerms, getJournalEntryIdTerms, getJournalEntryTerms, getParentGenusTypeTerms, getRelationshipIdTerms, getRelationshipPeerIdTerms, getRelationshipTerms, getStateIdTerms, getStateTerms, getStatisticTerms, getSubjectIdTerms, getSubjectRelevancyTerms, getSubjectTerms
getIdTerms
getRecordTypeTerms
getRecordTypes, hasRecordType
getAnyTerms, getKeywordTerms
getBrandingIdTerms, getBrandingTerms, getLicenseTerms, getProviderIdTerms, getProviderTerms
IdTerm[] getGradeSystemIdTerms()
Id
terms. Id
termsmandatory
- This method must be implemented. GradeSystemQueryInspector[] getGradeSystemTerms()
mandatory
- This method must be implemented. IdTerm[] getGradeEntryIdTerms()
Id
terms. Id
termsmandatory
- This method must be implemented. GradeEntryQueryInspector[] getGradeEntryTerms()
mandatory
- This method must be implemented. IdTerm[] getGradebookColumnIdTerms()
Id
terms. Id
termsmandatory
- This method must be implemented. GradebookColumnQueryInspector[] getGradebookColumnTerms()
mandatory
- This method must be implemented. IdTerm[] getAncestorGradebookIdTerms()
Id
terms. Id
termsmandatory
- This method must be implemented. GradebookQueryInspector[] getAncestorGradebookTerms()
mandatory
- This method must be implemented. IdTerm[] getDescendantGradebookIdTerms()
Id
terms. Id
termsmandatory
- This method must be implemented. GradebookQueryInspector[] getDescendantGradebookTerms()
mandatory
- This method must be implemented. GradebookQueryInspectorRecord getGradebookQueryInspectorRecord(Type gradebookRecordType) throws OperationFailedException
Gradebook
record Type.
gradebookRecordType
- a gradebook record typeNullArgumentException
- gradebookRecordType
is null
OperationFailedException
- unable to complete requestUnsupportedException
-
hasRecordType(gradebookRecordType)
is false
mandatory
- This method must be implemented.