Package | Description |
---|---|
com.collabnet.ce.soap60.webservices.wiki |
Modifier and Type | Method and Description |
---|---|
WikiPageSoapDO |
IWikiAppSoap.createWikiPage(String sessionId,
String projectId,
String name,
String wikiText,
String versionComment)
Creates a new wiki page with the specified name, text, etc.
|
WikiPageSoapDO |
WikiAppSoapMockStub.createWikiPage(String sessionId,
String projectId,
String name,
String wikiText,
String versionComment)
Simulate a call to createWikiPage
|
WikiPageSoapDO |
WikiAppSoapStub.createWikiPage(String sessionId,
String projectId,
String name,
String wikiText,
String versionComment) |
WikiPageSoapDO |
IWikiAppSoap.getWikiPageData(String sessionId,
String wikiPageId)
Gets specified wiki page data.
|
WikiPageSoapDO |
WikiAppSoapMockStub.getWikiPageData(String sessionId,
String wikiPageId)
Simulate a call to getWikiPageData
|
WikiPageSoapDO |
WikiAppSoapStub.getWikiPageData(String sessionId,
String wikiPageId) |
WikiPageSoapDO |
IWikiAppSoap.getWikiPageDataByName(String sessionId,
String projectId,
String wikiPageName)
Gets specified wiki page text in formatted (HTML) form.
|
WikiPageSoapDO |
WikiAppSoapMockStub.getWikiPageDataByName(String sessionId,
String projectId,
String wikiPageName)
Simulate a call to getWikiPageDataByName
|
WikiPageSoapDO |
WikiAppSoapStub.getWikiPageDataByName(String sessionId,
String projectId,
String wikiPageName) |
Modifier and Type | Method and Description |
---|---|
void |
WikiAppSoapMockStub.prepareSetWikiPageData(String sessionId,
WikiPageSoapDO wikiPageData)
Prepare a simulated response to setWikiPageData
|
void |
WikiAppSoapMockStub.prepareSetWikiPageData(String sessionId,
WikiPageSoapDO wikiPageData,
Exception exception)
Prepare a simulated response to setWikiPageData
|
void |
IWikiAppSoap.setWikiPageData(String sessionId,
WikiPageSoapDO wikiPageData)
Sets specified wiki page data.
|
void |
WikiAppSoapMockStub.setWikiPageData(String sessionId,
WikiPageSoapDO wikiPageData)
Simulate a call to setWikiPageData
|
void |
WikiAppSoapStub.setWikiPageData(String sessionId,
WikiPageSoapDO wikiPageData) |
Copyright © 2016 CollabNet. All Rights Reserved.