|
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 IWikiComment
Comment to wiki page.
| Method Summary | |
|---|---|
String |
getBody()
Returns the body of comment |
Date |
getCreationDate()
Returns creation date of comment |
Date |
getModificationDate()
Returns modification date of comment |
IWikiPage |
getPage()
Returns the page to which this comment is attached |
IWikiComment |
getParentComment()
Returns the parent comment |
Map<String,String> |
getProperties()
Returns extended properties of comment |
Iterable<IWikiComment> |
getReplies()
Returns replies to comment |
String |
getUnfilteredBody()
Returns the body of comment without applying any filters |
void |
refresh()
Retrieves latest properties / content of comment. |
| Methods inherited from interface com.sap.netweaver.coll.wiki.api.IWikiObject |
|---|
getID |
| Method Detail |
|---|
String getBody()
String getUnfilteredBody()
Date getCreationDate()
Date getModificationDate()
Iterable<IWikiComment> getReplies()
IWikiComment getParentComment()
IWikiPage getPage()
Map<String,String> getProperties()
void refresh()
throws com.sap.netweaver.coll.wiki.exception.WikiCommentNotFoundException,
com.sap.netweaver.coll.wiki.exception.WikiPageNotFoundException
com.sap.netweaver.coll.wiki.exception.WikiCommentNotFoundException
com.sap.netweaver.coll.wiki.exception.WikiPageNotFoundException| 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 | |||||||||