public interface CyclicEventQueryInspector extends OsidObjectQueryInspector
This is the query inspector for examining event queries.
| Modifier and Type | Method and Description |
|---|---|
IdTerm[] |
getCalendarIdTerms()
Gets the calendar
Id terms. |
CalendarQueryInspector[] |
getCalendarTerms()
Gets the calendar terms.
|
CyclicEventQueryInspectorRecord |
getCyclicEventQueryInspectorRecord(Type cyclicEventRecordType)
Gets the cyclic event query inspector record corresponding to the
given
CyclicEvent record Type. |
IdTerm[] |
getEventIdTerms()
Gets the event
Id terms. |
EventQueryInspector[] |
getEventTerms()
Gets the event terms.
|
getCommentIdTerms, getCommentTerms, getCreditIdTerms, getCreditTerms, getDescriptionTerms, getDisplayNameTerms, getGenusTypeTerms, getJournalEntryIdTerms, getJournalEntryTerms, getParentGenusTypeTerms, getRelationshipIdTerms, getRelationshipPeerIdTerms, getRelationshipTerms, getStateIdTerms, getStateTerms, getStatisticTerms, getSubjectIdTerms, getSubjectRelevancyTerms, getSubjectTermsgetIdTermsgetRecordTypeTermsgetRecordTypes, hasRecordTypegetAnyTerms, getKeywordTermsIdTerm[] getEventIdTerms()
Id terms. Id termsmandatory - This method must be implemented. EventQueryInspector[] getEventTerms()
mandatory - This method must be implemented. IdTerm[] getCalendarIdTerms()
Id terms. Id termsmandatory - This method must be implemented. CalendarQueryInspector[] getCalendarTerms()
mandatory - This method must be implemented. CyclicEventQueryInspectorRecord getCyclicEventQueryInspectorRecord(Type cyclicEventRecordType) throws OperationFailedException
CyclicEvent record Type. cyclicEventRecordType - a cyclic event query record typeNullArgumentException - cyclicEventRecordType
is null OperationFailedException - unable to complete requestUnsupportedException -
hasRecordType(cyclicEventRecordType) is false
mandatory - This method must be implemented.