public interface VersioningProvider
Note that this interface is pretty much a hack to support certain functionality before a complete refactoring of the complete provider interface. Please don't bug me too much about it...
Modifier and Type | Method and Description |
---|---|
boolean |
pageExists(String page,
int version)
Return true, if page with a particular version exists.
|
boolean pageExists(String page, int version)
page
- The page name to check forversion
- The version to checkCopyright © 2001-2019 The Apache Software Foundation. All rights reserved.