public interface CyclicTimePeriodQueryInspector extends OsidObjectQueryInspector
This is the query inspector for examining cyclic time period queries.
| Modifier and Type | Method and Description |
|---|---|
IdTerm[] |
getCalendarIdTerms()
Gets the calendar
Id terms. |
CalendarQueryInspector[] |
getCalendarTerms()
Gets the calendar terms.
|
CyclicTimePeriodQueryInspectorRecord |
getCyclicTimePeriodQueryInspectorRecord(Type cyclicTimePeriodRecordType)
Gets the cyclic time period query record interface corresponding to
the given
CyclicTimePeriod record Type. |
IdTerm[] |
getTimePeriodIdTerms()
Gets the time period
Id terms. |
TimePeriodQueryInspector[] |
getTimePeriodTerms()
Gets the time period terms.
|
getCommentIdTerms, getCommentTerms, getCreditIdTerms, getCreditTerms, getDescriptionTerms, getDisplayNameTerms, getGenusTypeTerms, getJournalEntryIdTerms, getJournalEntryTerms, getParentGenusTypeTerms, getRelationshipIdTerms, getRelationshipPeerIdTerms, getRelationshipTerms, getStateIdTerms, getStateTerms, getStatisticTerms, getSubjectIdTerms, getSubjectRelevancyTerms, getSubjectTermsgetIdTermsgetRecordTypeTermsgetRecordTypes, hasRecordTypegetAnyTerms, getKeywordTermsIdTerm[] getTimePeriodIdTerms()
Id terms. Id termsmandatory - This method must be implemented. TimePeriodQueryInspector[] getTimePeriodTerms()
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. CyclicTimePeriodQueryInspectorRecord getCyclicTimePeriodQueryInspectorRecord(Type cyclicTimePeriodRecordType) throws OperationFailedException
CyclicTimePeriod record Type. cyclicTimePeriodRecordType - a cyclic time period query record
typeNullArgumentException -
cyclicTimePeriodRecordType is null OperationFailedException - unable to complete requestUnsupportedException -
hasRecordType(cyclicTimePeriodRecordType) is
false mandatory - This method must be implemented.