Uses of Class
com.collabnet.ce.soap60.webservices.wiki.WikiPageSoapDO
Packages that use WikiPageSoapDO
-
Uses of WikiPageSoapDO in com.collabnet.ce.soap60.webservices.wiki
Methods in com.collabnet.ce.soap60.webservices.wiki that return WikiPageSoapDOModifier and TypeMethodDescriptionIWikiAppSoap.createWikiPage
(String sessionId, String projectId, String name, String wikiText, String versionComment) Creates a new wiki page with the specified name, text, etc.WikiAppSoap.createWikiPage
(String sessionId, String projectId, String name, String wikiText, String versionComment) Creates a new wiki page with the specified name, text, etc.WikiAppSoapMockStub.createWikiPage
(String sessionId, String projectId, String name, String wikiText, String versionComment) Simulate a call to createWikiPageWikiAppSoapStub.createWikiPage
(String sessionId, String projectId, String name, String wikiText, String versionComment) IWikiAppSoap.getWikiPageData
(String sessionId, String wikiPageId) Gets specified wiki page data.WikiAppSoap.getWikiPageData
(String sessionId, String wikiPageId) Gets specified wiki page data.WikiAppSoapMockStub.getWikiPageData
(String sessionId, String wikiPageId) Simulate a call to getWikiPageDataWikiAppSoapStub.getWikiPageData
(String sessionId, String wikiPageId) IWikiAppSoap.getWikiPageDataByName
(String sessionId, String projectId, String wikiPageName) Gets specified wiki page text in formatted (HTML) form.WikiAppSoap.getWikiPageDataByName
(String sessionId, String projectId, String wikiPageName) Gets specified wiki page text in formatted (HTML) form.WikiAppSoapMockStub.getWikiPageDataByName
(String sessionId, String projectId, String wikiPageName) Simulate a call to getWikiPageDataByNameWikiAppSoapStub.getWikiPageDataByName
(String sessionId, String projectId, String wikiPageName) Methods in com.collabnet.ce.soap60.webservices.wiki with parameters of type WikiPageSoapDOModifier and TypeMethodDescriptionvoid
WikiAppSoapMockStub.prepareSetWikiPageData
(String sessionId, WikiPageSoapDO wikiPageData) Prepare a simulated response to setWikiPageDatavoid
WikiAppSoapMockStub.prepareSetWikiPageData
(String sessionId, WikiPageSoapDO wikiPageData, Exception exception) Prepare a simulated response to setWikiPageDatavoid
IWikiAppSoap.setWikiPageData
(String sessionId, WikiPageSoapDO wikiPageData) Sets specified wiki page data.void
WikiAppSoap.setWikiPageData
(String sessionId, WikiPageSoapDO wikiPageData) Sets specified wiki page data.void
WikiAppSoapMockStub.setWikiPageData
(String sessionId, WikiPageSoapDO wikiPageData) Simulate a call to setWikiPageDatavoid
WikiAppSoapStub.setWikiPageData
(String sessionId, WikiPageSoapDO wikiPageData)