Uses of Class
com.collabnet.ce.soap60.fault.NoSuchVersionFault
Packages that use NoSuchVersionFault
Package
Description
-
Uses of NoSuchVersionFault in com.collabnet.ce.soap60.webservices.docman
Methods in com.collabnet.ce.soap60.webservices.docman that throw NoSuchVersionFaultModifier and TypeMethodDescriptionDocumentAppSoap.getDocumentData
(String sessionId, String documentId, int documentVersion) Deprecated.in favor of getDocumentData2DocumentAppSoap.getDocumentData2
(String sessionId, String documentId, int documentVersion) Deprecated.in favor of getDocumentData3DocumentAppSoap.getDocumentData3
(String sessionId, String documentId, int documentVersion) Gets specified document data.DocumentAppSoap.getDocumentFileId
(String sessionId, String documentId, int documentVersion) Returns a the file id associated with the document file. -
Uses of NoSuchVersionFault in com.collabnet.ce.soap60.webservices.wiki
Methods in com.collabnet.ce.soap60.webservices.wiki that throw NoSuchVersionFaultModifier and TypeMethodDescriptionvoid
WikiAppSoap.addAttachment
(String sessionId, String wikiPageId, String fileId, String filename, String mimetype) Attaches the uploaded file to the specified wiki page.void
WikiAppSoap.addAttachments
(String sessionId, String wikiPageId, AttachmentSoapDO[] attachments) Attaches the uploaded file to the specified wiki page.