Class IdAndVersionPageLocator
- java.lang.Object
-
- com.atlassian.confluence.core.service.AbstractSingleEntityLocator
-
- com.atlassian.confluence.content.service.page.AbstractPageLocator
-
- com.atlassian.confluence.content.service.page.IdAndVersionPageLocator
-
- All Implemented Interfaces:
PageLocator
,EntityLocator
,SingleEntityLocator
public class IdAndVersionPageLocator extends AbstractPageLocator
A page locator that uses the page Id to find an identified version of a page.
-
-
Constructor Summary
Constructors Constructor Description IdAndVersionPageLocator(PageManager pageManager, long pageId, int version)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Page
getPage()
-
Methods inherited from class com.atlassian.confluence.content.service.page.AbstractPageLocator
getEntity
-
Methods inherited from class com.atlassian.confluence.core.service.AbstractSingleEntityLocator
getEntities
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.atlassian.confluence.core.service.EntityLocator
getEntities
-
-
-
-
Constructor Detail
-
IdAndVersionPageLocator
public IdAndVersionPageLocator(PageManager pageManager, long pageId, int version)
-
-
Method Detail
-
getPage
public Page getPage()
-
-