Package | Description |
---|---|
com.xpn.xwiki.api | |
com.xpn.xwiki.criteria.impl | |
com.xpn.xwiki.doc |
Modifier and Type | Method and Description |
---|---|
List<String> |
Document.getRevisions(RevisionCriteria criteria)
Get document versions matching criterias like author, minimum creation date, etc.
|
Modifier and Type | Method and Description |
---|---|
RevisionCriteria |
RevisionCriteriaFactory.createRevisionCriteria()
Creates a default RevisionCriteria, the default criteria matches the versions created by any author, from January
1, 1970, 00:00:00 GMT (epoch) to the current date, minor versions aren't included.
|
RevisionCriteria |
RevisionCriteriaFactory.createRevisionCriteria(Period period)
Creates a revision criteria matching the revisions created by any author, during the given period.
|
RevisionCriteria |
RevisionCriteriaFactory.createRevisionCriteria(Period period,
boolean includeMinorVersions)
Creates a revision criteria matching the revisions created by any author, during the given period.
|
RevisionCriteria |
RevisionCriteriaFactory.createRevisionCriteria(String author)
Creates a revision criteria matching all the revisions created by the given author.
|
RevisionCriteria |
RevisionCriteriaFactory.createRevisionCriteria(String author,
boolean includeMinorVersions)
Creates a revision criteria matching all the revisions created by the given author.
|
RevisionCriteria |
RevisionCriteriaFactory.createRevisionCriteria(String author,
Period period)
Creates a revision criteria matching the revisions created by the given author, during the given period.
|
RevisionCriteria |
RevisionCriteriaFactory.createRevisionCriteria(String author,
Period period,
boolean includeMinorVersions)
Creates a revision criteria matching the revisions created by the given author, during the given period.
|
Modifier and Type | Method and Description |
---|---|
List<String> |
XWikiDocument.getRevisions(RevisionCriteria criteria,
XWikiContext context)
Get document versions matching criterias like author, minimum creation date, etc.
|
Copyright © 2004–2021 XWiki. All rights reserved.