Uses of Class
com.collabnet.ce.soap60.fault.InvalidDocumentContentFault
Packages that use InvalidDocumentContentFault
-
Uses of InvalidDocumentContentFault in com.collabnet.ce.soap60.webservices.docman
Methods in com.collabnet.ce.soap60.webservices.docman that throw InvalidDocumentContentFaultModifier and TypeMethodDescriptionDocumentAppSoap.createDocumentWithUrl
(String sessionId, String parentId, String title, String description, String versionComment, String status, boolean createLocked, String fileUrl, String associationId, String associationDesc) Deprecated.in favor of createDocumentWithUrl2DocumentAppSoap.createDocumentWithUrl2
(String sessionId, String parentId, String title, String description, String versionComment, String status, boolean createLocked, boolean createDownloadRestricted, boolean allowForceUnlock, String fileUrl, String associationId, String associationDesc) Deprecated.in favor of createDocumentWithUrl3DocumentAppSoap.createDocumentWithUrl3
(String sessionId, String parentId, String title, String description, String versionComment, String status, boolean createLocked, boolean createDownloadRestricted, boolean allowForceUnlock, String fileUrl, String associationId, String associationDesc, SoapFieldValues flexFields) Creates a new document with the specified title, description, etc.void
DocumentAppSoap.setDocumentData
(String sessionId, DocumentSoapDO documentData, String fileId) Deprecated.in favor of setDocumentData2void
DocumentAppSoap.setDocumentData2
(String sessionId, Document2SoapDO documentData, String fileId) Deprecated.in favor of setDocumentData3void
DocumentAppSoap.setDocumentData3
(String sessionId, Document3SoapDO documentData, String fileId) Sets specified document data.void
DocumentAppSoap.setDocumentDataWithAssociation
(String sessionId, DocumentSoapDO documentData, String fileId, String associationId, String associationComment) Deprecated.in favor of setDocumentDataWithAssociation2void
DocumentAppSoap.setDocumentDataWithAssociation2
(String sessionId, Document2SoapDO documentData, String fileId, String associationId, String associationComment) Deprecated.in favor of setDocumentDataWithAssociation3void
DocumentAppSoap.setDocumentDataWithAssociation3
(String sessionId, Document3SoapDO documentData, String fileId, String associationId, String associationComment) Sets specified document data with association.