Uses of Interface
org.exoplatform.wiki.mow.api.DraftPage

Packages that use DraftPage
org.exoplatform.wiki.mow.core.api.wiki   
org.exoplatform.wiki.service   
org.exoplatform.wiki.service.impl   
 

Uses of DraftPage in org.exoplatform.wiki.mow.core.api.wiki
 

Classes in org.exoplatform.wiki.mow.core.api.wiki that implement DraftPage
 class DraftPageImpl
          Created by The eXo Platform SAS Author : phongth phongth@exoplatform.com Aug 20, 2012
 

Uses of DraftPage in org.exoplatform.wiki.service
 

Methods in org.exoplatform.wiki.service that return DraftPage
 DraftPage WikiService.createDraftForExistPage(WikiPageParams param, String revision, long clientTime)
          Create a draft page for a wiki page which is specified by the wiki page param
 DraftPage WikiService.createDraftForNewPage(WikiPageParams parentPageParam, long clientTime)
          Create a draft page for a new wiki page which parent is specified by the wiki page param
 DraftPage WikiService.getDraft(String draftName)
          Get draft by draft name
 DraftPage WikiService.getDraft(WikiPageParams param)
          Achieve a draft page for a wiki page which is specified by the wiki page param
 DraftPage WikiService.getLastestDraft()
          Get the draft that's created lastest
 

Methods in org.exoplatform.wiki.service that return types with arguments of type DraftPage
 List<DraftPage> WikiService.getDrafts(String username)
          Get collection of draft page belong to a user
 

Uses of DraftPage in org.exoplatform.wiki.service.impl
 

Methods in org.exoplatform.wiki.service.impl that return DraftPage
 DraftPage WikiServiceImpl.createDraftForExistPage(WikiPageParams param, String revision, long clientTime)
           
 DraftPage WikiServiceImpl.createDraftForNewPage(WikiPageParams parentPageParam, long clientTime)
           
 DraftPage WikiServiceImpl.getDraft(String draftName)
           
 DraftPage WikiServiceImpl.getDraft(WikiPageParams param)
           
 DraftPage WikiServiceImpl.getLastestDraft()
           
 

Methods in org.exoplatform.wiki.service.impl that return types with arguments of type DraftPage
 List<DraftPage> WikiServiceImpl.getDrafts(String username)
           
 



Copyright © 2013 eXo Platform SAS. All Rights Reserved.