Interface OsidCapsuleQuery
- All Superinterfaces:
OsidQuery, Suppliable
This is the query interface for searching capsulating interfaces. Each
method specifies an AND term while multiple invocations of the
same method produce a nested OR .
-
Method Summary
Methods inherited from interface OsidQuery
clearAnyTerms, clearKeywordTerms, getStringMatchTypes, matchAny, matchKeyword, supportsStringMatchTypeModifier and TypeMethodDescriptionvoidClears the match any terms.voidClears all keyword terms.Gets the string matching types supported.voidmatchAny(boolean match) Matches any object.voidmatchKeyword(String keyword, Type stringMatchType, boolean match) Adds a keyword to match.booleansupportsStringMatchType(Type stringMatchType) Tests if the given string matching type is supported.