Package | Description |
---|---|
dw.cli.commands | |
dw.xmlrpc |
Modifier and Type | Method and Description |
---|---|
protected List<PageChange> |
RecentChangesGetter.query(DokuJClient dokuClient) |
Modifier and Type | Method and Description |
---|---|
protected String |
RecentChangesGetter.itemToString(PageChange pageChange) |
Modifier and Type | Method and Description |
---|---|
List<PageChange> |
DokuJClient.getRecentChanges(Date date)
Wrapper around
DokuJClient.getRecentChanges(Integer) |
List<PageChange> |
DokuJClient.getRecentChanges(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.
|
Copyright © 2019. All rights reserved.