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.
|