Uses of Class
com.collabnet.ce.soap60.fault.NoSuchVersionFault
-
Packages that use NoSuchVersionFault Package Description com.collabnet.ce.soap60.webservices.docman com.collabnet.ce.soap60.webservices.wiki -
-
Uses of NoSuchVersionFault in com.collabnet.ce.soap60.webservices.docman
Methods in com.collabnet.ce.soap60.webservices.docman that throw NoSuchVersionFault Modifier and Type Method Description DocumentSoapDODocumentAppSoap. getDocumentData(String sessionId, String documentId, int documentVersion)Deprecated.in favor of getDocumentData2Document2SoapDODocumentAppSoap. getDocumentData2(String sessionId, String documentId, int documentVersion)Deprecated.in favor of getDocumentData3Document3SoapDODocumentAppSoap. getDocumentData3(String sessionId, String documentId, int documentVersion)Gets specified document data.StringDocumentAppSoap. 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 NoSuchVersionFault Modifier and Type Method Description voidWikiAppSoap. addAttachment(String sessionId, String wikiPageId, String fileId, String filename, String mimetype)Attaches the uploaded file to the specified wiki page.voidWikiAppSoap. addAttachments(String sessionId, String wikiPageId, AttachmentSoapDO[] attachments)Attaches the uploaded file to the specified wiki page.
-