Uses of Class
dw.xmlrpc.PageChange
-
Packages that use PageChange Package Description dw.cli.commands dw.xmlrpc -
-
Uses of PageChange in dw.cli.commands
Methods in dw.cli.commands that return types with arguments of type PageChange Modifier and Type Method Description protected java.util.List<PageChange>
RecentChangesGetter. query(DokuJClient dokuClient)
Methods in dw.cli.commands with parameters of type PageChange Modifier and Type Method Description protected java.lang.String
RecentChangesGetter. itemToString(PageChange pageChange)
-
Uses of PageChange in dw.xmlrpc
Methods in dw.xmlrpc that return types with arguments of type PageChange Modifier and Type Method Description java.util.List<PageChange>
DokuJClient. getRecentChanges(java.lang.Integer timestamp)
Returns a list of recent changes since a given timestamp According to Dokuwiki documentation (https://www.dokuwiki.org/recent_changes): * Only the most recent change for each page is listed, regardless of how many times that page was changed.java.util.List<PageChange>
DokuJClient. getRecentChanges(java.util.Date date)
Wrapper aroundDokuJClient.getRecentChanges(Integer)
-