public abstract class Trash extends Object
| Constructor and Description |
|---|
Trash() |
| Modifier and Type | Method and Description |
|---|---|
void |
addChild(String pageName,
PageImpl page) |
void |
addRemovedWikiPage(PageImpl page) |
Collection<PageImpl> |
getChildPages() |
abstract Map<String,PageImpl> |
getChildren() |
PageImpl |
getPage(String pageName) |
abstract String |
getPath() |
boolean |
isHasPage(String name) |
public abstract String getPath()
public Collection<PageImpl> getChildPages()
public boolean isHasPage(String name)
public void addRemovedWikiPage(PageImpl page)
Copyright © 2003–2014 eXo Platform SAS. All rights reserved.