OSID Logo
OSID Specifications
search package
Version 3.0.0
Release Candidate Preview
Interfaceosid.search.terms.DurationRangeTerm
Implementsosid.search.QueryTerm
Description

A term for a Duration range query.

MethodgetDurationRangeStart
Description

Gets the start of the Duration range in this term.

Returnosid.calendaring.Durationthe duration start
ErrorsILLEGAL_STATE isWildcard() is true
CompliancemandatoryThis method must be implemented.
MethodgetDurationRangeEnd
Description

Gets the end of the Duration range in this term.

Returnosid.calendaring.Durationthe duration end
ErrorsILLEGAL_STATE isWildcard() is true
CompliancemandatoryThis method must be implemented.