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

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

public abstract class RenamedMixin
extends Object

Version:
$Revision$

Constructor Summary
RenamedMixin()
           
 
Method Summary
abstract  PageImpl getEntity()
           
abstract  String[] getOldPageIds()
           
abstract  void setEntity(PageImpl page)
           
abstract  void setOldPageIds(String[] ids)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RenamedMixin

public RenamedMixin()
Method Detail

getEntity

public abstract PageImpl getEntity()

setEntity

public abstract void setEntity(PageImpl page)

setOldPageIds

public abstract void setOldPageIds(String[] ids)

getOldPageIds

public abstract String[] getOldPageIds()


Copyright © 2003-2013 eXo Platform SAS. All Rights Reserved.