Interface CalendarQueryInspector
- All Superinterfaces:
Extensible, OsidBrowsableQueryInspector, OsidCatalogQueryInspector, OsidExtensibleQueryInspector, OsidFederateableQueryInspector, OsidIdentifiableQueryInspector, OsidObjectQueryInspector, OsidQueryInspector, OsidSourceableQueryInspector
This is the query inspector for examining calendar queries.
-
Method Summary
Modifier and TypeMethodDescriptionIdTerm[]Gets the ancestor calendarIdterms.Gets the ancestor calendar terms.getCalendarQueryInspectorRecord(Type calendarRecordType) Gets the calendar query inspector record corresponding to the givenCalendarrecordType.IdTerm[]Gets the commitmentIdterms.Gets the commitment terms.IdTerm[]Gets the descendant calendarIdterms.Gets the descendant calendar terms.IdTerm[]Gets the eventIdterms.Gets the event terms.IdTerm[]Gets the time periodIdterms.Gets the time period 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.Methods inherited from interface OsidSourceableQueryInspector
getBrandingIdTerms, getBrandingTerms, getLicenseTerms, getProviderIdTerms, getProviderTerms
-
Method Details
-
getEventIdTerms
IdTerm[] getEventIdTerms()Gets the eventIdterms.- Returns:
- the event
Idterms - Compliance:
mandatory- This method must be implemented.
-
getEventTerms
EventQueryInspector[] getEventTerms()Gets the event terms.- Returns:
- the event terms
- Compliance:
mandatory- This method must be implemented.
-
getTimePeriodIdTerms
IdTerm[] getTimePeriodIdTerms()Gets the time periodIdterms.- Returns:
- the time period
Idterms - Compliance:
mandatory- This method must be implemented.
-
getTimePeriodTerms
TimePeriodQueryInspector[] getTimePeriodTerms()Gets the time period terms.- Returns:
- the time period terms
- Compliance:
mandatory- This method must be implemented.
-
getCommitmentIdTerms
IdTerm[] getCommitmentIdTerms()Gets the commitmentIdterms.- Returns:
- the commitment
Idterms - Compliance:
mandatory- This method must be implemented.
-
getCommitmentTerms
CommitmentQueryInspector[] getCommitmentTerms()Gets the commitment terms.- Returns:
- the commitment terms
- Compliance:
mandatory- This method must be implemented.
-
getAncestorCalendarIdTerms
IdTerm[] getAncestorCalendarIdTerms()Gets the ancestor calendarIdterms.- Returns:
- the ancestor calendar
Idterms - Compliance:
mandatory- This method must be implemented.
-
getAncestorCalendarTerms
CalendarQueryInspector[] getAncestorCalendarTerms()Gets the ancestor calendar terms.- Returns:
- the ancestor calendar terms
- Compliance:
mandatory- This method must be implemented.
-
getDescendantCalendarIdTerms
IdTerm[] getDescendantCalendarIdTerms()Gets the descendant calendarIdterms.- Returns:
- the descendant calendar
Idterms - Compliance:
mandatory- This method must be implemented.
-
getDescendantCalendarTerms
CalendarQueryInspector[] getDescendantCalendarTerms()Gets the descendant calendar terms.- Returns:
- the descendant calendar terms
- Compliance:
mandatory- This method must be implemented.
-
getCalendarQueryInspectorRecord
CalendarQueryInspectorRecord getCalendarQueryInspectorRecord(Type calendarRecordType) throws OperationFailedException Gets the calendar query inspector record corresponding to the givenCalendarrecordType.- Parameters:
calendarRecordType- a calendar record type- Returns:
- the calendar query inspector record
- Throws:
NullArgumentException-calendarRecordTypeisnullOperationFailedException- unable to complete requestUnsupportedException-hasRecordType(calendarRecordType)isfalse- Compliance:
mandatory- This method must be implemented.
-