Document2SoapList |
DocumentAppSoap.findDocuments2(String sessionId,
String queryString,
String projectId,
boolean searchAttachments,
boolean currentVersionsOnly) |
Finds a list of documents matching a search string.
|
Document2SoapList |
DocumentAppSoapMockStub.findDocuments2(String sessionId,
String queryString,
String projectId,
boolean searchAttachments,
boolean currentVersionsOnly) |
Simulate a call to findDocuments2
|
Document2SoapList |
DocumentAppSoapStub.findDocuments2(String sessionId,
String queryString,
String projectId,
boolean searchAttachments,
boolean currentVersionsOnly) |
|
Document2SoapList |
IDocumentAppSoap.findDocuments2(String sessionId,
String queryString,
String projectId,
boolean searchAttachments,
boolean currentVersionsOnly) |
Finds a list of documents matching a search string.
|
Document2SoapList |
DocumentAppSoap.getDocumentList2(String sessionId,
String parentId,
SoapFilter[] filters) |
Lists all documents within a document folder.
|
Document2SoapList |
DocumentAppSoapMockStub.getDocumentList2(String sessionId,
String parentId,
SoapFilter[] filters) |
Simulate a call to getDocumentList2
|
Document2SoapList |
DocumentAppSoapStub.getDocumentList2(String sessionId,
String parentId,
SoapFilter[] filters) |
|
Document2SoapList |
IDocumentAppSoap.getDocumentList2(String sessionId,
String parentId,
SoapFilter[] filters) |
Lists all documents within a document folder.
|
Document2SoapList |
DocumentAppSoap.getDocumentVersions(String sessionId,
String documentId,
boolean includeDeletedVersions) |
Lists all the versions of a document.
|
Document2SoapList |
DocumentAppSoapMockStub.getDocumentVersions(String sessionId,
String documentId,
boolean includeDeletedVersions) |
Simulate a call to getDocumentVersions
|
Document2SoapList |
DocumentAppSoapStub.getDocumentVersions(String sessionId,
String documentId,
boolean includeDeletedVersions) |
|
Document2SoapList |
IDocumentAppSoap.getDocumentVersions(String sessionId,
String documentId,
boolean includeDeletedVersions) |
Lists all the versions of a document.
|