|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use DraftPage | |
|---|---|
| org.exoplatform.wiki.mow.core.api.wiki | |
| org.exoplatform.wiki.service | Handles all actions in Wiki. |
| org.exoplatform.wiki.service.impl | Implements services of the Wiki application. |
| 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
|
| 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)
Creates a draft page for a wiki page which is specified by a given param object. |
DraftPage |
WikiService.createDraftForNewPage(WikiPageParams parentPageParam,
long clientTime)
Creates a draft page for a new wiki page whose parent is specified by a given param object. |
DraftPage |
WikiService.getDraft(String draftName)
Gets a draft page by its name. |
DraftPage |
WikiService.getDraft(WikiPageParams param)
Gets a draft page of a wiki page which is specified by a given param object. |
DraftPage |
WikiService.getLastestDraft()
Gets the last created draft of a wiki page. |
| Methods in org.exoplatform.wiki.service that return types with arguments of type DraftPage | |
|---|---|
List<DraftPage> |
WikiService.getDrafts(String username)
Gets a list of draft pages belonging to a given 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)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||