Uses of Class
com.collabnet.ce.soap60.fault.InvalidDocumentContentFault
-
Packages that use InvalidDocumentContentFault Package Description com.collabnet.ce.soap60.webservices.docman -
-
Uses of InvalidDocumentContentFault in com.collabnet.ce.soap60.webservices.docman
Methods in com.collabnet.ce.soap60.webservices.docman that throw InvalidDocumentContentFault Modifier and Type Method Description DocumentSoapDODocumentAppSoap. 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 createDocumentWithUrl2Document2SoapDODocumentAppSoap. 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 createDocumentWithUrl3Document3SoapDODocumentAppSoap. 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.voidDocumentAppSoap. setDocumentData(String sessionId, DocumentSoapDO documentData, String fileId)Deprecated.in favor of setDocumentData2voidDocumentAppSoap. setDocumentData2(String sessionId, Document2SoapDO documentData, String fileId)Deprecated.in favor of setDocumentData3voidDocumentAppSoap. setDocumentData3(String sessionId, Document3SoapDO documentData, String fileId)Sets specified document data.voidDocumentAppSoap. setDocumentDataWithAssociation(String sessionId, DocumentSoapDO documentData, String fileId, String associationId, String associationComment)Deprecated.in favor of setDocumentDataWithAssociation2voidDocumentAppSoap. setDocumentDataWithAssociation2(String sessionId, Document2SoapDO documentData, String fileId, String associationId, String associationComment)Deprecated.in favor of setDocumentDataWithAssociation3voidDocumentAppSoap. setDocumentDataWithAssociation3(String sessionId, Document3SoapDO documentData, String fileId, String associationId, String associationComment)Sets specified document data with association.
-