|
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 IWikiPage
Wiki Page
| Nested Class Summary | |
|---|---|
static class |
IWikiPage.State
States of page |
| Method Summary | |
|---|---|
IWikiPage |
cancel()
Cancels editing of page |
void |
edit()
Opens page for editing. |
String |
getAlias()
Return alias of page. |
List<String> |
getApprovers()
Returns list of approvers of page |
Iterable<IWikiAttachment> |
getAttachments()
Returns attachments to page. |
Iterable<IWikiComment> |
getAuthorComments()
Returns author comments of page |
List<String> |
getAuthors()
Returns list of authors contributed to the page. |
String |
getBody()
Returns body of page |
String |
getChangesSummary()
Returns summary of the last change. |
Iterable<IWikiComment> |
getComments()
Returns comments of page |
Date |
getCreationDate()
Returns creation date of page. |
Date |
getExpirationDate()
Expiration date of the page |
Date |
getModificationDate()
Returns modification date of page |
Map<String,String> |
getProperties()
Returns extended properties of page |
List<String> |
getReviewers()
Returns list of reviewers of page. |
IWikiSpace |
getSpace()
Returns the space to which the page is attached |
IWikiPage.State |
getState()
Returns state of page |
String |
getSubject()
Return subject of page |
String |
getSummary()
Returns summary of page. |
Set<String> |
getTags()
Returns tags of page |
String |
getUnfilteredBody()
Returns unfiltered body of page. |
String |
getUnfilteredSubject()
Returns unfiltered subject of page. |
int |
getVersionNumber()
Returns version number of page. |
Iterable<IWikiPageVersion> |
getVersions()
Returns all versions of the page |
int |
getViewCount()
Returns page view count |
void |
publish()
Publishes page. |
void |
refresh()
Retrieves latest content/properties of page. |
IWikiPage |
save()
Saves wiki page. |
void |
setAlias(String alias)
Sets alias of page |
void |
setBody(String body)
Sets body of page |
void |
setChangesSummary(String changesSummary)
Sets changes summary of page |
void |
setSubject(String subject)
Sets subject of page |
void |
setSummary(String summary)
Sets summary of page |
boolean |
wasAliasUpdated()
Checks if alias was updated |
boolean |
wasBodyUpdated()
Checks if body was updated |
boolean |
wasChangesSummaryUpdated()
Checks if summary of changes was updated |
boolean |
wasSubjectUpdated()
Checks if subject was updated |
boolean |
wasSummaryUpdated()
Checks if summary was updated |
| Methods inherited from interface com.sap.netweaver.coll.wiki.api.IWikiObject |
|---|
getID |
| Method Detail |
|---|
int getVersionNumber()
Date getCreationDate()
Date getModificationDate()
String getSubject()
String getUnfilteredSubject()
String getBody()
String getUnfilteredBody()
String getSummary()
String getChangesSummary()
List<String> getAuthors()
Date getExpirationDate()
List<String> getReviewers()
List<String> getApprovers()
String getAlias()
int getViewCount()
IWikiPage.State getState()
IWikiPage.StateSet<String> getTags()
void edit()
throws com.sap.netweaver.coll.wiki.exception.WikiPageNotFoundException,
com.sap.netweaver.coll.wiki.exception.WikiPageAlreadyEditedException
com.sap.netweaver.coll.wiki.exception.WikiPageNotFoundException
com.sap.netweaver.coll.wiki.exception.WikiPageAlreadyEditedException
void publish()
throws com.sap.netweaver.coll.wiki.exception.WikiPageNotFoundException
com.sap.netweaver.coll.wiki.exception.WikiPageNotFoundException
IWikiPage cancel()
throws com.sap.netweaver.coll.wiki.exception.WikiPageNotFoundException,
com.sap.netweaver.coll.wiki.exception.WikiPageAlreadyExistException
com.sap.netweaver.coll.wiki.exception.WikiPageNotFoundException
com.sap.netweaver.coll.wiki.exception.WikiPageAlreadyExistException
void refresh()
throws com.sap.netweaver.coll.wiki.exception.WikiPageNotFoundException
com.sap.netweaver.coll.wiki.exception.WikiPageNotFoundExceptionIWikiSpace getSpace()
Iterable<IWikiPageVersion> getVersions()
Iterable<IWikiAttachment> getAttachments()
Iterable<IWikiComment> getComments()
Iterable<IWikiComment> getAuthorComments()
Map<String,String> getProperties()
void setAlias(String alias)
alias - the aliasvoid setBody(String body)
body - the bodyvoid setChangesSummary(String changesSummary)
changesSummary - the summary of changesvoid setSubject(String subject)
subject - the subjectvoid setSummary(String summary)
summary - the summaryboolean wasAliasUpdated()
boolean wasBodyUpdated()
boolean wasChangesSummaryUpdated()
boolean wasSubjectUpdated()
boolean wasSummaryUpdated()
IWikiPage save()
throws com.sap.netweaver.coll.wiki.exception.WikiPageNotFoundException,
com.sap.netweaver.coll.wiki.exception.WikiPageAlreadyExistException
com.sap.netweaver.coll.wiki.exception.WikiPageNotFoundException
com.sap.netweaver.coll.wiki.exception.WikiPageAlreadyExistException| 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 | |||||||||