OSID Logo
OSID Specifications
search package
Version 3.1.0
Interfaceosid.search.terms.BytesTerm
Implementsosid.search.QueryTerm
Used Byosid.configuration.ValueQueryInspector
osid.filing.FileQueryInspector
osid.installation.InstallationContentQueryInspector
osid.repository.AssetContentQueryInspector
Description

A term for a byte query.

MethodgetBytes
Description

Gets the bytes in the term.

Returnbyte[] the bytes
ErrorsILLEGAL_STATE isWildcard() is true
Compliancemandatory This method must be implemented.
MethodisPartial
Description

Tests if this is a partial or complete match.

Returnboolean true if a partial match, false for a complete match
Compliancemandatory This method must be implemented.