Uses of Class
com.collabnet.ce.soap60.webservices.docman.Document2SoapList
Packages that use Document2SoapList
-
Uses of Document2SoapList in com.collabnet.ce.soap60.webservices.docman
Methods in com.collabnet.ce.soap60.webservices.docman that return Document2SoapListModifier and TypeMethodDescriptionDocumentAppSoap.findDocuments2
(String sessionId, String queryString, String projectId, boolean searchAttachments, boolean currentVersionsOnly) Finds a list of documents matching a search string.DocumentAppSoapMockStub.findDocuments2
(String sessionId, String queryString, String projectId, boolean searchAttachments, boolean currentVersionsOnly) Simulate a call to findDocuments2DocumentAppSoapStub.findDocuments2
(String sessionId, String queryString, String projectId, boolean searchAttachments, boolean currentVersionsOnly) IDocumentAppSoap.findDocuments2
(String sessionId, String queryString, String projectId, boolean searchAttachments, boolean currentVersionsOnly) Finds a list of documents matching a search string.DocumentAppSoap.getDocumentList2
(String sessionId, String parentId, SoapFilter[] filters) Lists all documents within a document folder.DocumentAppSoapMockStub.getDocumentList2
(String sessionId, String parentId, SoapFilter[] filters) Simulate a call to getDocumentList2DocumentAppSoapStub.getDocumentList2
(String sessionId, String parentId, SoapFilter[] filters) IDocumentAppSoap.getDocumentList2
(String sessionId, String parentId, SoapFilter[] filters) Lists all documents within a document folder.DocumentAppSoap.getDocumentVersions
(String sessionId, String documentId, boolean includeDeletedVersions) Lists all the versions of a document.DocumentAppSoapMockStub.getDocumentVersions
(String sessionId, String documentId, boolean includeDeletedVersions) Simulate a call to getDocumentVersionsDocumentAppSoapStub.getDocumentVersions
(String sessionId, String documentId, boolean includeDeletedVersions) IDocumentAppSoap.getDocumentVersions
(String sessionId, String documentId, boolean includeDeletedVersions) Lists all the versions of a document.