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

A term for a query.

MethodisPositive
Description

Tests if this is a positive or negative term.

Returnboolean true if a positive term, false for a negative term
CompliancemandatoryThis method must be implemented.
MethodisWildcard
Description

Tests if this term is a wildcard. Positive wildcard terms match everything and negative wildcard terms match nothing.

Returnboolean true if a wildcard term, false otherwise
CompliancemandatoryThis method must be implemented.