com.atlassian.confluence.pages.actions
Class PageChildrenAction.PageWrapper

java.lang.Object
  extended by com.atlassian.confluence.pages.actions.PageChildrenAction.PageWrapper
Enclosing class:
PageChildrenAction

@Immutable
public static final class PageChildrenAction.PageWrapper
extends Object

Wrap the page object to expose a subset of the page entity object via JSON.


Method Summary
 String getHref()
           
 String getPageId()
           
 String getText()
           
 boolean isHomePage()
           
 boolean isRecentlyUpdated()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

isHomePage

public boolean isHomePage()

getPageId

public String getPageId()

getText

public String getText()

isRecentlyUpdated

public boolean isRecentlyUpdated()

getHref

public String getHref()


Copyright © 2003-2012 Atlassian. All Rights Reserved.