Document3SoapDO |
DocumentAppSoap.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.
|
Document3SoapDO |
DocumentAppSoapMockStub.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) |
Simulate a call to createDocument3
|
Document3SoapDO |
DocumentAppSoapStub.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) |
|
Document3SoapDO |
IDocumentAppSoap.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.
|
Document3SoapDO |
DocumentAppSoap.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.
|
Document3SoapDO |
DocumentAppSoapMockStub.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) |
Simulate a call to createDocumentWithUrl3
|
Document3SoapDO |
DocumentAppSoapStub.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) |
|
Document3SoapDO |
IDocumentAppSoap.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.
|
Document3SoapDO |
DocumentAppSoap.getDocumentData3(String sessionId,
String documentId,
int documentVersion) |
Gets specified document data.
|
Document3SoapDO |
DocumentAppSoapMockStub.getDocumentData3(String sessionId,
String documentId,
int documentVersion) |
Simulate a call to getDocumentData3
|
Document3SoapDO |
DocumentAppSoapStub.getDocumentData3(String sessionId,
String documentId,
int documentVersion) |
|
Document3SoapDO |
IDocumentAppSoap.getDocumentData3(String sessionId,
String documentId,
int documentVersion) |
Gets specified document data.
|
Document3SoapDO |
DocumentAppSoap.moveDocument3(String sessionId,
String documentId,
String targetFolderId) |
Moves a document to a specified target folder.
|
Document3SoapDO |
DocumentAppSoapMockStub.moveDocument3(String sessionId,
String documentId,
String targetFolderId) |
Simulate a call to moveDocument3
|
Document3SoapDO |
DocumentAppSoapStub.moveDocument3(String sessionId,
String documentId,
String targetFolderId) |
|
Document3SoapDO |
IDocumentAppSoap.moveDocument3(String sessionId,
String documentId,
String targetFolderId) |
Moves a document to a specified target folder.
|