Uses of Class
com.xpn.xwiki.criteria.impl.RevisionCriteria

Packages that use RevisionCriteria
com.xpn.xwiki.api   
com.xpn.xwiki.criteria.impl   
com.xpn.xwiki.doc   
 

Uses of RevisionCriteria in com.xpn.xwiki.api
 

Methods in com.xpn.xwiki.api with parameters of type RevisionCriteria
 List<String> Document.getRevisions(RevisionCriteria criteria)
          Get document versions matching criterias like author, minimum creation date, etc.
 

Uses of RevisionCriteria in com.xpn.xwiki.criteria.impl
 

Methods in com.xpn.xwiki.criteria.impl that return RevisionCriteria
 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.
 

Uses of RevisionCriteria in com.xpn.xwiki.doc
 

Methods in com.xpn.xwiki.doc with parameters of type RevisionCriteria
 List<String> XWikiDocument.getRevisions(RevisionCriteria criteria, XWikiContext context)
          Get document versions matching criterias like author, minimum creation date, etc.
 



Copyright © 2004–2014 XWiki. All rights reserved.