public interface OffsetEventQueryInspector extends OsidRuleQueryInspector
This is the query inspector for examining offset event queries.
| Modifier and Type | Method and Description |
|---|---|
IdTerm[] |
getCalendarIdTerms()
Gets the calendar
Id terms. |
CalendarQueryInspector[] |
getCalendarTerms()
Gets the calendar terms.
|
IdTerm[] |
getEndReferenceEventIdTerms()
Gets the event
Id terms. |
EventQueryInspector[] |
getEndReferenceEventTerms()
Gets the event terms.
|
DurationRangeTerm[] |
getFixedDurationTerms()
Gets the fixed duration terms.
|
IntegerRangeTerm[] |
getFixedEndOffsetTerms()
Gets the fixed offset terms.
|
IntegerRangeTerm[] |
getFixedStartOffsetTerms()
Gets the fixed offset terms.
|
DateTimeRangeTerm[] |
getFixedStartTimeTerms()
Gets the fixed start time terms.
|
StringTerm[] |
getLocationDescriptionTerms()
Gets the location description terms.
|
IdTerm[] |
getLocationIdTerms()
Gets the location
Id terms. |
LocationQueryInspector[] |
getLocationTerms()
Gets the location terms.
|
OffsetEventQueryInspectorRecord |
getOffsetEventQueryInspectorRecord(Type offsetEventRecordType)
Gets the offset event query inspector record corresponding to the
given
OffsetEvent record Type. |
CardinalTerm[] |
getRelativeEndWeekdayTerms()
Gets the relative weekday terms.
|
CardinalTerm[] |
getRelativeStartWeekdayTerms()
Gets the relative weekday terms.
|
IntegerRangeTerm[] |
getRelativeWeekdayEndOffsetTerms()
Gets the relative weekday offset terms.
|
IntegerRangeTerm[] |
getRelativeWeekdayStartOffsetTerms()
Gets the relative weekday offset terms.
|
IdTerm[] |
getSponsorIdTerms()
Gets the sponsor
Id terms. |
ResourceQueryInspector[] |
getSponsorTerms()
Gets the sponsor terms.
|
IdTerm[] |
getStartReferenceEventIdTerms()
Gets the event
Id terms. |
EventQueryInspector[] |
getStartReferenceEventTerms()
Gets the event terms.
|
getRuleIdTerms, getRuleTermsgetCommentIdTerms, getCommentTerms, getCreditIdTerms, getCreditTerms, getDescriptionTerms, getDisplayNameTerms, getGenusTypeTerms, getJournalEntryIdTerms, getJournalEntryTerms, getParentGenusTypeTerms, getRelationshipIdTerms, getRelationshipPeerIdTerms, getRelationshipTerms, getStateIdTerms, getStateTerms, getStatisticTerms, getSubjectIdTerms, getSubjectRelevancyTerms, getSubjectTermsgetIdTermsgetRecordTypeTermsgetRecordTypes, hasRecordTypegetAnyTerms, getKeywordTermsgetActiveTerms, getDisabledTerms, getEnabledTerms, getOperationalTermsDateTimeRangeTerm[] getFixedStartTimeTerms()
mandatory - This method must be implemented. IdTerm[] getStartReferenceEventIdTerms()
Id terms. Id termsmandatory - This method must be implemented. EventQueryInspector[] getStartReferenceEventTerms()
mandatory - This method must be implemented. IntegerRangeTerm[] getFixedStartOffsetTerms()
mandatory - This method must be implemented. IntegerRangeTerm[] getRelativeWeekdayStartOffsetTerms()
mandatory - This method must be implemented. CardinalTerm[] getRelativeStartWeekdayTerms()
mandatory - This method must be implemented. DurationRangeTerm[] getFixedDurationTerms()
mandatory - This method must be implemented. IdTerm[] getEndReferenceEventIdTerms()
Id terms. Id termsmandatory - This method must be implemented. EventQueryInspector[] getEndReferenceEventTerms()
mandatory - This method must be implemented. IntegerRangeTerm[] getFixedEndOffsetTerms()
mandatory - This method must be implemented. IntegerRangeTerm[] getRelativeWeekdayEndOffsetTerms()
mandatory - This method must be implemented. CardinalTerm[] getRelativeEndWeekdayTerms()
mandatory - This method must be implemented. StringTerm[] getLocationDescriptionTerms()
mandatory - This method must be implemented. IdTerm[] getLocationIdTerms()
Id terms. Id termsmandatory - This method must be implemented. LocationQueryInspector[] getLocationTerms()
mandatory - This method must be implemented. IdTerm[] getSponsorIdTerms()
Id terms. Id termsmandatory - This method must be implemented. ResourceQueryInspector[] getSponsorTerms()
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. OffsetEventQueryInspectorRecord getOffsetEventQueryInspectorRecord(Type offsetEventRecordType) throws OperationFailedException
OffsetEvent record Type. offsetEventRecordType - an offset event query record typeNullArgumentException - offsetEventRecordType
is null OperationFailedException - unable to complete requestUnsupportedException -
hasRecordType(offsetEventRecordType) is false
mandatory - This method must be implemented.