org.exoplatform.wiki.mow.core.api.wiki
Class Trash

java.lang.Object
  extended by org.exoplatform.wiki.mow.core.api.wiki.Trash

public abstract class Trash
extends Object

Created by The eXo Platform SAS Author : viet.nguyen viet.nguyen@exoplatform.com Mar 29, 2010


Constructor Summary
Trash()
           
 
Method Summary
 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)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Trash

public Trash()
Method Detail

getPath

public abstract String getPath()

getChildren

public abstract Map<String,PageImpl> getChildren()

getChildPages

public Collection<PageImpl> getChildPages()

isHasPage

public boolean isHasPage(String name)

addRemovedWikiPage

public void addRemovedWikiPage(PageImpl page)

addChild

public void addChild(String pageName,
                     PageImpl page)

getPage

public PageImpl getPage(String pageName)


Copyright © 2013 eXo Platform SAS. All Rights Reserved.