| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use QueryItem | |
|---|---|
| org.apache.wiki.providers | Provides storage for JSPWiki. | 
| org.apache.wiki.search | Provides the JSPWiki search functionality. | 
| Uses of QueryItem in org.apache.wiki.providers | 
|---|
| Methods in org.apache.wiki.providers with parameters of type QueryItem | |
|---|---|
|  Collection | WikiAttachmentProvider.findAttachments(QueryItem[] query)Finds attachments based on the query. | 
|  Collection | CachingAttachmentProvider.findAttachments(QueryItem[] query)Finds attachments based on the query. | 
|  Collection | BasicAttachmentProvider.findAttachments(QueryItem[] query)Finds attachments based on the query. | 
|  Collection | WikiPageProvider.findPages(QueryItem[] query)Finds pages based on the query. | 
|  Collection | CachingProvider.findPages(QueryItem[] query)Finds pages based on the query. | 
|  Collection | AbstractFileProvider.findPages(QueryItem[] query)Iterates through all WikiPages, matches them against the given query, and returns a Collection of SearchResult objects. | 
| Uses of QueryItem in org.apache.wiki.search | 
|---|
| Methods in org.apache.wiki.search that return QueryItem | |
|---|---|
|  QueryItem[] | BasicSearchProvider.parseQuery(String query)Parses a query into something that we can use. | 
| Constructors in org.apache.wiki.search with parameters of type QueryItem | |
|---|---|
| SearchMatcher(WikiEngine engine,
                           QueryItem[] queries)Creates a new SearchMatcher. | |
| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||