|
SAP NetWeaver 7.40 SP 06 KMC | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sap.netweaver.coll.wiki.WikiFactory
public class WikiFactory
A WikiFactory provides access to and management of Wiki. It is the point of entry for the entire system.
A concrete instance of the WikiFactory can be obtained by calling the constructor and passing WikiContext.
| Constructor Summary | |
|---|---|
WikiFactory(WikiContext context)
Constructs WikiFactory object |
|
| Method Summary | |
|---|---|
IWikiAttachmentManager |
getAttachmentManager()
Returns attachment manager |
IWikiCommentManager |
getAuthorCommentManager()
Returns author comment manager |
IWikiCommentManager |
getCommentManager()
Returns comment manager |
static WikiFactory |
getInstance()
Returns WikiFactory with default context. |
static WikiFactory |
getInstance(WikiContext context)
Returns WikiFactory with specific context. |
IWikiPageManager |
getPageManager()
Returns page manager |
IWikiPermissionManager |
getPermissionManager()
Returns permission manager |
IWikiSpaceManager |
getSpaceManager()
Returns space manager |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public WikiFactory(WikiContext context)
throws com.sap.netweaver.coll.wiki.exception.InvalidWikiContextException
context - the wiki context used to authenticate against wiki application
com.sap.netweaver.coll.wiki.exception.InvalidWikiContextException| Method Detail |
|---|
public static WikiFactory getInstance()
WikiContext.WikiContext()
public static WikiFactory getInstance(WikiContext context)
throws com.sap.netweaver.coll.wiki.exception.InvalidWikiContextException
context - the context
com.sap.netweaver.coll.wiki.exception.InvalidWikiContextExceptionpublic IWikiSpaceManager getSpaceManager()
public IWikiPageManager getPageManager()
public IWikiAttachmentManager getAttachmentManager()
public IWikiCommentManager getCommentManager()
public IWikiCommentManager getAuthorCommentManager()
public IWikiPermissionManager getPermissionManager()
| Access Rights |
|---|
| SC | DC | Public Part | ACH |
|---|---|---|---|
[com.sap] KMC-WIKI
|
[com.sap] com.sap.netweaver.coll.wiki.api
|
api
|
BC-COM-WIK
|
|
SAP NetWeaver 7.40 SP 06 KMC | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||