Uses of Class
info.bliki.api.query.Query

Packages that use Query
info.bliki.api Helper Classes for the Wikimedia API 
info.bliki.api.query   
 

Uses of Query in info.bliki.api
 

Methods in info.bliki.api with parameters of type Query
 java.util.List<Page> Connector.query(User user, Query query)
          Query the Mediawiki API for some wiki pages.
 

Uses of Query in info.bliki.api.query
 

Methods in info.bliki.api.query that return Query
 Query Query.apfrom(java.lang.String title)
          The page title to start enumerating from.
 Query Query.aplimit(int limit)
          How many total pages to return.
static Query Query.create()
           
 Query Query.generator(java.lang.String generator)
          Use the output of a list as the input for other prop/list/meta items.
 Query Query.indexpageids()
          Include an additional pageids section listing all returned page IDs.
 Query Query.inprop(java.lang.String... prop)
          Which additional properties to get: "protection" - List the protection level of each page "talkid" - The page ID of the talk page for each non-talk page "subjectid" - The page ID of the parent page for each talk page Values (separate with '|'): protection, talkid, subjectid, url, readable
 Query Query.inprop(java.lang.String prop)
          Which additional property to get:
"protection" - List the protection level of each page "talkid" - The page ID of the talk page for each non-talk page "subjectid" - The page ID of the parent page for each talk page Values (separate with '|'): protection, talkid, subjectid, url, readable
 Query Query.intoken(java.lang.String intoken)
           
 Query Query.list(java.lang.String... lists)
          Which lists to get.
 Query Query.meta(java.lang.String... metadata)
          Which meta data to get about the site.
 Query Query.pageids(int... pageids)
          A list of page IDs to work on
 Query Query.prop(java.lang.String... prop)
          Which properties to get for the titles/revisions/pageids.
 Query Query.prop(java.lang.String prop)
          Which property to get for the titles/revisions/pageids.
 Query Query.redirects()
          Automatically resolve redirects.
 Query Query.revids(int... revids)
          A list of revision IDs to work on
 Query Query.titles(java.lang.String... titles)
          A list of titles to work on
 Query Query.titles(java.lang.String title)
          One title to work on
 



Copyright © 2012 Java Wikipedia API (Bliki engine). All Rights Reserved.