|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of Wiki in org.exoplatform.wiki.mow.api |
|---|
| Methods in org.exoplatform.wiki.mow.api with type parameters of type Wiki | ||
|---|---|---|
|
WikiStore.getWikiContainer(WikiType wikiType)
get wiki container |
|
| Methods in org.exoplatform.wiki.mow.api that return Wiki | |
|---|---|
Wiki |
Page.getWiki()
get Wiki of page |
Wiki |
WikiStore.getWiki(WikiType wikiType,
String name)
Get a wiki of a given type |
| Methods in org.exoplatform.wiki.mow.api that return types with arguments of type Wiki | |
|---|---|
Collection<Wiki> |
WikiStore.getWikis()
Get all wikis available |
| Uses of Wiki in org.exoplatform.wiki.mow.core.api |
|---|
| Methods in org.exoplatform.wiki.mow.core.api with type parameters of type Wiki | ||
|---|---|---|
|
WikiStoreImpl.getWikiContainer(WikiType wikiType)
|
|
| Methods in org.exoplatform.wiki.mow.core.api that return Wiki | |
|---|---|
Wiki |
WikiStoreImpl.getWiki(WikiType wikiType,
String name)
|
| Methods in org.exoplatform.wiki.mow.core.api that return types with arguments of type Wiki | |
|---|---|
Collection<Wiki> |
WikiStoreImpl.getWikis()
|
| Uses of Wiki in org.exoplatform.wiki.mow.core.api.wiki |
|---|
| Classes in org.exoplatform.wiki.mow.core.api.wiki with type parameters of type Wiki | |
|---|---|
class |
WikiContainer<T extends Wiki>
|
| Classes in org.exoplatform.wiki.mow.core.api.wiki that implement Wiki | |
|---|---|
class |
GroupWiki
|
class |
PortalWiki
|
class |
UserWiki
|
class |
WikiImpl
|
| Methods in org.exoplatform.wiki.mow.core.api.wiki that return Wiki | |
|---|---|
Wiki |
SimplePageImpl.getWiki()
|
Wiki |
PageImpl.getWiki()
|
| Methods in org.exoplatform.wiki.mow.core.api.wiki with parameters of type Wiki | |
|---|---|
void |
WikiContainer.initDefaultPermisisonForWiki(Wiki wiki)
|
| Uses of Wiki in org.exoplatform.wiki.service |
|---|
| Methods in org.exoplatform.wiki.service that return Wiki | |
|---|---|
Wiki |
WikiService.getWiki(String wikiType,
String owner)
Get a wiki that definds by wikiType and owner |
Wiki |
WikiService.getWikiById(String wikiId)
Get wiki by Id |
| Methods in org.exoplatform.wiki.service with parameters of type Wiki | |
|---|---|
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 Wiki in org.exoplatform.wiki.service.impl |
|---|
| Methods in org.exoplatform.wiki.service.impl that return Wiki | |
|---|---|
Wiki |
WikiServiceImpl.getWiki(String wikiType,
String owner)
|
Wiki |
WikiServiceImpl.getWikiById(String wikiId)
|
| Methods in org.exoplatform.wiki.service.impl with parameters of type Wiki | |
|---|---|
List<PageImpl> |
WikiServiceImpl.getDuplicatePages(PageImpl parentPage,
Wiki targetWiki,
List<PageImpl> resultList)
|
| Uses of Wiki in org.exoplatform.wiki.tree |
|---|
| Methods in org.exoplatform.wiki.tree that return Wiki | |
|---|---|
Wiki |
WikiTreeNode.getWiki()
|
| Methods in org.exoplatform.wiki.tree with parameters of type Wiki | |
|---|---|
void |
WikiTreeNode.setWiki(Wiki wiki)
|
| Constructors in org.exoplatform.wiki.tree with parameters of type Wiki | |
|---|---|
WikiTreeNode(Wiki wiki)
|
|
| Uses of Wiki in org.exoplatform.wiki.utils |
|---|
| Methods in org.exoplatform.wiki.utils that return Wiki | |
|---|---|
static Wiki[] |
Utils.getAllWikiSpace()
|
static Wiki |
Utils.getWiki(WikiPageParams params)
|
| Methods in org.exoplatform.wiki.utils that return types with arguments of type Wiki | |
|---|---|
static Collection<Wiki> |
Utils.getWikisByType(WikiType wikiType)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||