Uses of Class
com.collabnet.ce.soap60.webservices.docman.Document3SoapList
Packages that use Document3SoapList
-
Uses of Document3SoapList in com.collabnet.ce.soap60.webservices.docman
Methods in com.collabnet.ce.soap60.webservices.docman that return Document3SoapListModifier and TypeMethodDescriptionDocumentAppSoap.findDocuments3
(String sessionId, String queryString, String projectId, boolean searchAttachments, boolean currentVersionsOnly) Finds a list of documents matching a search string.DocumentAppSoapMockStub.findDocuments3
(String sessionId, String queryString, String projectId, boolean searchAttachments, boolean currentVersionsOnly) Simulate a call to findDocuments3DocumentAppSoapStub.findDocuments3
(String sessionId, String queryString, String projectId, boolean searchAttachments, boolean currentVersionsOnly) IDocumentAppSoap.findDocuments3
(String sessionId, String queryString, String projectId, boolean searchAttachments, boolean currentVersionsOnly) Finds a list of documents matching a search string.DocumentAppSoap.getDocumentList3
(String sessionId, String documentFolderId, SoapFilter[] filters) Lists all documents within a document folder.DocumentAppSoapMockStub.getDocumentList3
(String sessionId, String documentFolderId, SoapFilter[] filters) Simulate a call to getDocumentList3DocumentAppSoapStub.getDocumentList3
(String sessionId, String documentFolderId, SoapFilter[] filters) IDocumentAppSoap.getDocumentList3
(String sessionId, String documentFolderId, SoapFilter[] filters) Lists all documents within a document folder.