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 TypeMethodDescriptionvoidWikiAppSoapMockStub.prepareSetWikiPageData(String sessionId, WikiPageSoapDO wikiPageData) Prepare a simulated response to setWikiPageDatavoidWikiAppSoapMockStub.prepareSetWikiPageData(String sessionId, WikiPageSoapDO wikiPageData, Exception exception) Prepare a simulated response to setWikiPageDatavoidIWikiAppSoap.setWikiPageData(String sessionId, WikiPageSoapDO wikiPageData) Sets specified wiki page data.voidWikiAppSoap.setWikiPageData(String sessionId, WikiPageSoapDO wikiPageData) Sets specified wiki page data.voidWikiAppSoapMockStub.setWikiPageData(String sessionId, WikiPageSoapDO wikiPageData) Simulate a call to setWikiPageDatavoidWikiAppSoapStub.setWikiPageData(String sessionId, WikiPageSoapDO wikiPageData)