Uses of Class
com.collabnet.ce.soap60.fault.InvalidAssociationFault
-
Packages that use InvalidAssociationFault Package Description com.collabnet.ce.soap60.webservices.docman -
-
Uses of InvalidAssociationFault in com.collabnet.ce.soap60.webservices.docman
Methods in com.collabnet.ce.soap60.webservices.docman that throw InvalidAssociationFault Modifier and Type Method Description DocumentSoapDODocumentAppSoap. createDocument(String sessionId, String parentId, String title, String description, String versionComment, String status, boolean createLocked, String fileName, String mimeType, String fileId, String associationId, String associationDesc)Deprecated.in favor of createDocument2Document2SoapDODocumentAppSoap. createDocument2(String sessionId, String parentId, String title, String description, String versionComment, String status, boolean createLocked, boolean createDownloadRestricted, boolean allowForceUnlock, String fileName, String mimeType, String fileId, String associationId, String associationDesc)Deprecated.in favor of createDocument3Document3SoapDODocumentAppSoap. createDocument3(String sessionId, String parentId, String title, String description, String versionComment, String status, boolean createLocked, boolean createDownloadRestricted, boolean allowForceUnlock, String fileName, String mimeType, String fileId, String associationId, String associationDesc, SoapFieldValues flexFields)Creates a new document with the specified title, description, etc.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. 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.
-