|
SAP NetWeaver 7.40 SP 07 KMC | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IWikiSpaceManager
Entry point for managing spaces
| Method Summary | |
|---|---|
IWikiSpace |
createSpace(IWikiSpace parentSpace,
String name,
String description)
Creates space in specific space |
IWikiSpace |
createSpace(IWikiSpace parentSpace,
String name,
String description,
String url)
Creates space in specific space |
IWikiSpace |
createSpace(String name,
String description)
Creates space inside the root space of the context |
IWikiSpace |
createSpace(String name,
String description,
String url)
Creates space inside the root space of the context |
boolean |
deleteSpace(IWikiSpace space)
Deletes space |
IWikiSpace |
getSpace(long spaceID)
Returns space by unique identifier |
| Method Detail |
|---|
IWikiSpace getSpace(long spaceID)
throws com.sap.netweaver.coll.wiki.exception.WikiSpaceNotFoundException
spaceID - unique identifier of space
com.sap.netweaver.coll.wiki.exception.WikiSpaceNotFoundException
IWikiSpace createSpace(String name,
String description)
throws com.sap.netweaver.coll.wiki.exception.NameAlreadyExistsException,
com.sap.netweaver.coll.wiki.exception.UserNotFoundException
name - the namedescription - the description
com.sap.netweaver.coll.wiki.exception.NameAlreadyExistsException
com.sap.netweaver.coll.wiki.exception.UserNotFoundException
IWikiSpace createSpace(String name,
String description,
String url)
throws com.sap.netweaver.coll.wiki.exception.NameAlreadyExistsException,
com.sap.netweaver.coll.wiki.exception.UserNotFoundException
name - the namedescription - the descriptionurl - the url
com.sap.netweaver.coll.wiki.exception.NameAlreadyExistsException
com.sap.netweaver.coll.wiki.exception.UserNotFoundException
IWikiSpace createSpace(IWikiSpace parentSpace,
String name,
String description)
throws com.sap.netweaver.coll.wiki.exception.NameAlreadyExistsException,
com.sap.netweaver.coll.wiki.exception.UserNotFoundException
parentSpace - the parent spacename - the namedescription - the description
com.sap.netweaver.coll.wiki.exception.NameAlreadyExistsException
com.sap.netweaver.coll.wiki.exception.UserNotFoundException
IWikiSpace createSpace(IWikiSpace parentSpace,
String name,
String description,
String url)
throws com.sap.netweaver.coll.wiki.exception.NameAlreadyExistsException,
com.sap.netweaver.coll.wiki.exception.UserNotFoundException
parentSpace - the parent spacename - the namedescription - the descriptionurl - the url
com.sap.netweaver.coll.wiki.exception.NameAlreadyExistsException
com.sap.netweaver.coll.wiki.exception.UserNotFoundException
boolean deleteSpace(IWikiSpace space)
throws com.sap.netweaver.coll.wiki.exception.InvalidWikiContextException
space - the space
com.sap.netweaver.coll.wiki.exception.InvalidWikiContextException| 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 07 KMC | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||