Interface RegistrationRequestItemQueryInspector
- All Superinterfaces:
Extensible, OsidBrowsableQueryInspector, OsidExtensibleQueryInspector, OsidIdentifiableQueryInspector, OsidObjectQueryInspector, OsidQueryInspector, OsidSubjugateableQueryInspector
public interface RegistrationRequestItemQueryInspector
extends OsidObjectQueryInspector, OsidSubjugateableQueryInspector
This is the query inspector for examining registration request item queries.
-
Method Summary
Modifier and TypeMethodDescriptionIdTerm[]Gets the course catalogIdquery terms.Gets the course catalog query terms.Gets the credit option query terms.Gets the drop operation query terms.IdTerm[]Gets the existing registrationIdquery terms.Gets the existing registration query terms.IdTerm[]Gets the grading optionIdquery terms.Gets the grading option query terms.Gets the register operation query terms.IdTerm[]Gets the registration requestIdquery terms.getRegistrationRequestItemQueryInspectorRecord(Type registrationRequestItemRecordType) Gets the registration request item query inspector record corresponding to the givenRegistrationRequestItemrecordType.Gets the registration request query terms.IdTerm[]Gets the registration targetIdquery terms.Gets the registration target query terms.IdTerm[]Gets the resourceIdquery terms.Gets the resource query terms.Gets the update operation query 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 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 OsidQueryInspector
getAnyTerms, getKeywordTermsModifier and TypeMethodDescriptionGets the any query terms.Gets the keyword query terms.
-
Method Details
-
getRegistrationRequestIdTerms
IdTerm[] getRegistrationRequestIdTerms()Gets the registration requestIdquery terms.- Returns:
- the query terms
- Compliance:
mandatory- This method must be implemented.
-
getRegistrationRequestTerms
RegistrationRequestQueryInspector[] getRegistrationRequestTerms()Gets the registration request query terms.- Returns:
- the query terms
- Compliance:
mandatory- This method must be implemented.
-
getStudentIdTerms
IdTerm[] getStudentIdTerms()Gets the resourceIdquery terms.- Returns:
- the query terms
- Compliance:
mandatory- This method must be implemented.
-
getStudentTerms
ResourceQueryInspector[] getStudentTerms()Gets the resource query terms.- Returns:
- the query terms
- Compliance:
mandatory- This method must be implemented.
-
getRegisterOperationTerms
BooleanTerm[] getRegisterOperationTerms()Gets the register operation query terms.- Returns:
- the query terms
- Compliance:
mandatory- This method must be implemented.
-
getUpdateOperationTerms
BooleanTerm[] getUpdateOperationTerms()Gets the update operation query terms.- Returns:
- the query terms
- Compliance:
mandatory- This method must be implemented.
-
getDropOperationTerms
BooleanTerm[] getDropOperationTerms()Gets the drop operation query terms.- Returns:
- the query terms
- Compliance:
mandatory- This method must be implemented.
-
getRegistrationTargetIdTerms
IdTerm[] getRegistrationTargetIdTerms()Gets the registration targetIdquery terms.- Returns:
- the query terms
- Compliance:
mandatory- This method must be implemented.
-
getRegistrationTargetTerms
RegistrationTargetQueryInspector[] getRegistrationTargetTerms()Gets the registration target query terms.- Returns:
- the query terms
- Compliance:
mandatory- This method must be implemented.
-
getExistingRegistrationIdTerms
IdTerm[] getExistingRegistrationIdTerms()Gets the existing registrationIdquery terms.- Returns:
- the query terms
- Compliance:
mandatory- This method must be implemented.
-
getExistingRegistrationTerms
RegistrationQueryInspector[] getExistingRegistrationTerms()Gets the existing registration query terms.- Returns:
- the query terms
- Compliance:
mandatory- This method must be implemented.
-
getCreditOptionTerms
DecimalRangeTerm[] getCreditOptionTerms()Gets the credit option query terms.- Returns:
- the query terms
- Compliance:
mandatory- This method must be implemented.
-
getGradingOptionIdTerms
IdTerm[] getGradingOptionIdTerms()Gets the grading optionIdquery terms.- Returns:
- the query terms
- Compliance:
mandatory- This method must be implemented.
-
getGradingOptionTerms
GradeSystemQueryInspector[] getGradingOptionTerms()Gets the grading option query terms.- Returns:
- the query terms
- Compliance:
mandatory- This method must be implemented.
-
getCourseCatalogIdTerms
IdTerm[] getCourseCatalogIdTerms()Gets the course catalogIdquery terms.- Returns:
- the query terms
- Compliance:
mandatory- This method must be implemented.
-
getCourseCatalogTerms
CourseCatalogQueryInspector[] getCourseCatalogTerms()Gets the course catalog query terms.- Returns:
- the query terms
- Compliance:
mandatory- This method must be implemented.
-
getRegistrationRequestItemQueryInspectorRecord
RegistrationRequestItemQueryInspectorRecord getRegistrationRequestItemQueryInspectorRecord(Type registrationRequestItemRecordType) throws OperationFailedException Gets the registration request item query inspector record corresponding to the givenRegistrationRequestItemrecordType.- Parameters:
registrationRequestItemRecordType- a registration request item record type- Returns:
- the registration request item query inspector record
- Throws:
NullArgumentException-registrationRequestItemRecordTypeisnullOperationFailedException- unable to complete requestUnsupportedException-hasRecordType(registrationRequestItemRecordType)isfalse- Compliance:
mandatory- This method must be implemented.
-