|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of PageImpl in org.exoplatform.wiki.chromattic.ext.ntdef |
|---|
| Methods in org.exoplatform.wiki.chromattic.ext.ntdef that return PageImpl | |
|---|---|
abstract PageImpl |
VersionableMixin.getEntity()
|
| Methods in org.exoplatform.wiki.chromattic.ext.ntdef with parameters of type PageImpl | |
|---|---|
abstract void |
VersionableMixin.setEntity(PageImpl page)
|
| Uses of PageImpl in org.exoplatform.wiki.mow.api |
|---|
| Methods in org.exoplatform.wiki.mow.api that return PageImpl | |
|---|---|
PageImpl |
WikiStore.createPage()
Create new wiki page |
PageImpl |
WikiStore.getDraftNewPagesContainer()
get the container that store draft for new page |
PageImpl |
Page.getParentPage()
get the parent page |
| Uses of PageImpl in org.exoplatform.wiki.mow.core.api |
|---|
| Methods in org.exoplatform.wiki.mow.core.api that return PageImpl | |
|---|---|
abstract PageImpl |
WikiStoreImpl.createPage()
|
PageImpl |
WikiStoreImpl.getDraftNewPagesContainer()
|
protected abstract PageImpl |
WikiStoreImpl.getDraftNewPagesContainerByChromattic()
|
abstract PageImpl |
WikiStoreImpl.getEmotionIconsPage()
|
| Methods in org.exoplatform.wiki.mow.core.api with parameters of type PageImpl | |
|---|---|
protected abstract void |
WikiStoreImpl.setDraftNewPagesContainerByChromattic(PageImpl page)
|
| Uses of PageImpl in org.exoplatform.wiki.mow.core.api.content |
|---|
| Methods in org.exoplatform.wiki.mow.core.api.content that return PageImpl | |
|---|---|
abstract PageImpl |
WikiLink.getTargetPage()
|
| Uses of PageImpl in org.exoplatform.wiki.mow.core.api.wiki |
|---|
| Subclasses of PageImpl in org.exoplatform.wiki.mow.core.api.wiki | |
|---|---|
class |
DraftPageImpl
Created by The eXo Platform SAS Author : phongth phongth@exoplatform.com Aug 20, 2012 |
class |
HelpPage
Created by The eXo Platform SAS |
class |
Template
Created by The eXo Platform SAS Author : Lai Trung Hieu hieu.lai@exoplatform.com 28 Jan 2011 |
class |
WikiHome
Created by The eXo Platform SAS Author : viet.nguyen viet.nguyen@exoplatform.com Mar 29, 2010 |
| Methods in org.exoplatform.wiki.mow.core.api.wiki that return PageImpl | |
|---|---|
abstract PageImpl |
WikiImpl.createWikiPage()
|
PageImpl |
UserWiki.getDraftPagesContainer()
|
protected abstract PageImpl |
UserWiki.getDraftPagesContainerByChromattic()
|
abstract PageImpl |
RemovedMixin.getEntity()
|
abstract PageImpl |
MovedMixin.getEntity()
|
abstract PageImpl |
RenamedMixin.getEntity()
|
abstract PageImpl |
WatchedMixin.getEntity()
|
PageImpl |
Trash.getPage(String pageName)
|
PageImpl |
WikiImpl.getPageByID(String id)
|
PageImpl |
WikiImpl.getPageByURI(String uri)
|
PageImpl |
SimplePageImpl.getParentPage()
|
abstract PageImpl |
AttachmentImpl.getParentPage()
|
abstract PageImpl |
PageImpl.getParentPage()
|
abstract PageImpl |
MovedMixin.getTargetPage()
|
PageImpl |
PageImpl.getWikiPage(String pageId)
|
| Methods in org.exoplatform.wiki.mow.core.api.wiki that return types with arguments of type PageImpl | |
|---|---|
Collection<PageImpl> |
Trash.getChildPages()
|
Map<String,PageImpl> |
PageImpl.getChildPages()
|
abstract Map<String,PageImpl> |
Trash.getChildren()
|
Map<String,PageImpl> |
PageImpl.getChildrenByRootPermission()
|
protected abstract Map<String,PageImpl> |
PageImpl.getChildrenContainer()
|
List<PageImpl> |
PageImpl.getRelatedPages()
|
| Methods in org.exoplatform.wiki.mow.core.api.wiki with parameters of type PageImpl | |
|---|---|
void |
Trash.addChild(String pageName,
PageImpl page)
|
String |
PageImpl.addRelatedPage(PageImpl page)
add a related page |
void |
Trash.addRemovedWikiPage(PageImpl page)
|
String |
PageImpl.removeRelatedPage(PageImpl page)
remove a specified related page. |
protected abstract void |
UserWiki.setDraftPagesContainerByChromattic(PageImpl page)
|
abstract void |
RemovedMixin.setEntity(PageImpl page)
|
abstract void |
MovedMixin.setEntity(PageImpl page)
|
abstract void |
RenamedMixin.setEntity(PageImpl page)
|
abstract void |
WatchedMixin.setEntity(PageImpl page)
|
abstract void |
PageImpl.setParentPage(PageImpl page)
|
abstract void |
MovedMixin.setTargetPage(PageImpl page)
|
| Uses of PageImpl in org.exoplatform.wiki.service |
|---|
| Methods in org.exoplatform.wiki.service that return PageImpl | |
|---|---|
PageImpl |
WikiService.getHelpSyntaxPage(String syntaxId)
|
| Methods in org.exoplatform.wiki.service that return types with arguments of type PageImpl | |
|---|---|
List<PageImpl> |
WikiService.getDuplicatePages(PageImpl parentPage,
Wiki targetWiki,
List<PageImpl> resultList)
Get a list of duppilcated page between all children pages of parentPage and targetWiki before execute moving page |
| Methods in org.exoplatform.wiki.service with parameters of type PageImpl | |
|---|---|
List<PageImpl> |
WikiService.getDuplicatePages(PageImpl parentPage,
Wiki targetWiki,
List<PageImpl> resultList)
Get a list of duppilcated page between all children pages of parentPage and targetWiki before execute moving page |
| Method parameters in org.exoplatform.wiki.service with type arguments of type PageImpl | |
|---|---|
List<PageImpl> |
WikiService.getDuplicatePages(PageImpl parentPage,
Wiki targetWiki,
List<PageImpl> resultList)
Get a list of duppilcated page between all children pages of parentPage and targetWiki before execute moving page |
| Uses of PageImpl in org.exoplatform.wiki.service.impl |
|---|
| Methods in org.exoplatform.wiki.service.impl that return PageImpl | |
|---|---|
PageImpl |
WikiServiceImpl.getHelpSyntaxPage(String syntaxId)
|
| Methods in org.exoplatform.wiki.service.impl that return types with arguments of type PageImpl | |
|---|---|
List<PageImpl> |
WikiServiceImpl.getDuplicatePages(PageImpl parentPage,
Wiki targetWiki,
List<PageImpl> resultList)
|
| Methods in org.exoplatform.wiki.service.impl with parameters of type PageImpl | |
|---|---|
Page |
WikiRestServiceImpl.createPage(ObjectFactory objectFactory,
URI baseUri,
URI self,
PageImpl doc)
|
PageSummary |
WikiRestServiceImpl.createPageSummary(ObjectFactory objectFactory,
URI baseUri,
PageImpl doc)
|
List<PageImpl> |
WikiServiceImpl.getDuplicatePages(PageImpl parentPage,
Wiki targetWiki,
List<PageImpl> resultList)
|
| Method parameters in org.exoplatform.wiki.service.impl with type arguments of type PageImpl | |
|---|---|
List<PageImpl> |
WikiServiceImpl.getDuplicatePages(PageImpl parentPage,
Wiki targetWiki,
List<PageImpl> resultList)
|
| Uses of PageImpl in org.exoplatform.wiki.service.related |
|---|
| Method parameters in org.exoplatform.wiki.service.related with type arguments of type PageImpl | |
|---|---|
static List<JsonRelatedData> |
RelatedUtil.pageImplToJson(List<PageImpl> pages)
|
| Uses of PageImpl in org.exoplatform.wiki.tree |
|---|
| Methods in org.exoplatform.wiki.tree that return PageImpl | |
|---|---|
PageImpl |
PageTreeNode.getPage()
|
| Methods in org.exoplatform.wiki.tree with parameters of type PageImpl | |
|---|---|
void |
PageTreeNode.setPage(PageImpl page)
|
| Constructors in org.exoplatform.wiki.tree with parameters of type PageImpl | |
|---|---|
PageTreeNode(PageImpl page)
|
|
| Uses of PageImpl in org.exoplatform.wiki.utils |
|---|
| Methods in org.exoplatform.wiki.utils with parameters of type PageImpl | |
|---|---|
static Stack<WikiPageParams> |
Utils.getStackParams(PageImpl page)
|
static boolean |
Utils.isDescendantPage(PageImpl page,
PageImpl parentPage)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||