|
SAP NetWeaver 7.40 SP 06 KMC | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IWikiSpace
Wiki space, also know as wiki community of just community.
| Method Summary | |
|---|---|
IWikiPage |
createPage(String subject,
String body)
Creates a page |
IWikiSpace |
createSpace(String name,
String description)
Creates a sub space |
IWikiSpace |
createSpace(String name,
String description,
String url)
Creates s sub space |
boolean |
deletePage(IWikiPage page)
Deletes page |
Date |
getCreationDate()
Returns creation date of community. |
String |
getDescription()
Returns description of community |
String |
getDisplayName()
Returns display name of community |
List<String> |
getDocumentApprovers()
Returns the list of document approvers for community |
Locale |
getLocale()
Returns locale of community |
Date |
getModificationDate()
Returns modification date of community |
String |
getName()
Returns name of community |
Iterable<IWikiPage> |
getPages()
Returns pages in community |
IWikiSpace |
getParentSpace()
Return parent community or null if this community is the root community |
Map<String,String> |
getProperties()
Returns extended properties of space |
Iterable<IWikiSpace> |
getSpaces()
Returns child communities of community |
Set<String> |
getTags()
Returns tags used in the community |
int |
getViewCount()
Returns total view count of pages in community |
void |
refresh()
Retrieves latest properties / content of community |
void |
setDescription(String description)
Sets description of community |
void |
setDisplayName(String displayName)
Sets display name of community |
void |
setLocale(Locale locale)
Sets locale of community |
void |
setName(String name)
Sets name community |
| Methods inherited from interface com.sap.netweaver.coll.wiki.api.IWikiObject |
|---|
getID |
| Method Detail |
|---|
String getName()
void setName(String name)
name - the nameString getDisplayName()
void setDisplayName(String displayName)
throws com.sap.netweaver.coll.wiki.exception.NameAlreadyExistsException
displayName - the display name
com.sap.netweaver.coll.wiki.exception.NameAlreadyExistsExceptionString getDescription()
void setDescription(String description)
description - the descriptionDate getCreationDate()
List<String> getDocumentApprovers()
Date getModificationDate()
int getViewCount()
Locale getLocale()
void setLocale(Locale locale)
locale - the localeSet<String> getTags()
Iterable<IWikiSpace> getSpaces()
void refresh()
throws com.sap.netweaver.coll.wiki.exception.WikiSpaceNotFoundException
com.sap.netweaver.coll.wiki.exception.WikiSpaceNotFoundExceptionIterable<IWikiPage> getPages()
IWikiSpace getParentSpace()
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
IWikiPage createPage(String subject,
String body)
throws com.sap.netweaver.coll.wiki.exception.UserNotFoundException,
com.sap.netweaver.coll.wiki.exception.WikiPageAlreadyExistException,
com.sap.netweaver.coll.wiki.exception.WikiSpaceNotFoundException,
com.sap.netweaver.coll.wiki.exception.NameAlreadyExistsException
subject - the subjectbody - the body
com.sap.netweaver.coll.wiki.exception.UserNotFoundException
com.sap.netweaver.coll.wiki.exception.WikiPageAlreadyExistException
com.sap.netweaver.coll.wiki.exception.WikiSpaceNotFoundException
com.sap.netweaver.coll.wiki.exception.NameAlreadyExistsException
boolean deletePage(IWikiPage page)
throws com.sap.netweaver.coll.wiki.exception.WikiPageNotFoundException,
com.sap.netweaver.coll.wiki.exception.InvalidWikiContextException
page - the page
com.sap.netweaver.coll.wiki.exception.WikiPageNotFoundException
com.sap.netweaver.coll.wiki.exception.InvalidWikiContextExceptionMap<String,String> getProperties()
| 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 | |||||||||