Package | Description |
---|---|
com.collabnet.ce.soap60.webservices.docman |
Modifier and Type | Method and Description |
---|---|
Document2SoapList |
DocumentAppSoapStub.findDocuments2(String sessionId,
String queryString,
String projectId,
boolean searchAttachments,
boolean currentVersionsOnly) |
Document2SoapList |
DocumentAppSoapMockStub.findDocuments2(String sessionId,
String queryString,
String projectId,
boolean searchAttachments,
boolean currentVersionsOnly)
Simulate a call to findDocuments2
|
Document2SoapList |
IDocumentAppSoap.findDocuments2(String sessionId,
String queryString,
String projectId,
boolean searchAttachments,
boolean currentVersionsOnly)
Finds a list of documents matching a search string.
|
Document2SoapList |
DocumentAppSoapStub.getDocumentList2(String sessionId,
String parentId,
com.collabnet.ce.soap60.types.SoapFilter[] filters) |
Document2SoapList |
DocumentAppSoapMockStub.getDocumentList2(String sessionId,
String parentId,
com.collabnet.ce.soap60.types.SoapFilter[] filters)
Simulate a call to getDocumentList2
|
Document2SoapList |
IDocumentAppSoap.getDocumentList2(String sessionId,
String parentId,
com.collabnet.ce.soap60.types.SoapFilter[] filters)
Lists all documents within a document folder.
|
Document2SoapList |
DocumentAppSoapStub.getDocumentVersions(String sessionId,
String documentId,
boolean includeDeletedVersions) |
Document2SoapList |
DocumentAppSoapMockStub.getDocumentVersions(String sessionId,
String documentId,
boolean includeDeletedVersions)
Simulate a call to getDocumentVersions
|
Document2SoapList |
IDocumentAppSoap.getDocumentVersions(String sessionId,
String documentId,
boolean includeDeletedVersions)
Lists all the versions of a document.
|
Copyright © 2016 CollabNet. All Rights Reserved.