Uses of Class
com.collabnet.ce.soap60.webservices.docman.DocumentFolderSoapDO
-
Packages that use DocumentFolderSoapDO Package Description com.collabnet.ce.soap60.webservices.docman -
-
Uses of DocumentFolderSoapDO in com.collabnet.ce.soap60.webservices.docman
Methods in com.collabnet.ce.soap60.webservices.docman that return DocumentFolderSoapDO Modifier and Type Method Description DocumentFolderSoapDODocumentAppSoap. createDocumentFolder(String sessionId, String parentId, String title, String description)Creates a new document folder with the specified title, description, etc.DocumentFolderSoapDODocumentAppSoapMockStub. createDocumentFolder(String sessionId, String parentId, String title, String description)Simulate a call to createDocumentFolderDocumentFolderSoapDODocumentAppSoapStub. createDocumentFolder(String sessionId, String parentId, String title, String description)DocumentFolderSoapDOIDocumentAppSoap. createDocumentFolder(String sessionId, String parentId, String title, String description)Creates a new document folder with the specified title, description, etc.DocumentFolderSoapDODocumentAppSoap. getDocumentFolderData(String sessionId, String folderId)Gets detailed data on a document folderDocumentFolderSoapDODocumentAppSoapMockStub. getDocumentFolderData(String sessionId, String folderId)Simulate a call to getDocumentFolderDataDocumentFolderSoapDODocumentAppSoapStub. getDocumentFolderData(String sessionId, String folderId)DocumentFolderSoapDOIDocumentAppSoap. getDocumentFolderData(String sessionId, String folderId)Gets detailed data on a document folderDocumentFolderSoapDODocumentAppSoap. moveDocumentFolder(String sessionId, String folderId, String destFolderId)Moves document folderDocumentFolderSoapDODocumentAppSoapMockStub. moveDocumentFolder(String sessionId, String folderId, String destFolderId)Simulate a call to moveDocumentFolderDocumentFolderSoapDODocumentAppSoapStub. moveDocumentFolder(String sessionId, String folderId, String destFolderId)DocumentFolderSoapDOIDocumentAppSoap. moveDocumentFolder(String sessionId, String folderId, String destFolderId)Moves document folderMethods in com.collabnet.ce.soap60.webservices.docman with parameters of type DocumentFolderSoapDO Modifier and Type Method Description voidDocumentAppSoapMockStub. prepareSetDocumentFolderData(String sessionId, DocumentFolderSoapDO documentFolderData)Prepare a simulated response to setDocumentFolderDatavoidDocumentAppSoapMockStub. prepareSetDocumentFolderData(String sessionId, DocumentFolderSoapDO documentFolderData, Exception exception)Prepare a simulated response to setDocumentFolderDatavoidDocumentAppSoap. setDocumentFolderData(String sessionId, DocumentFolderSoapDO documentFolderData)Sets detailed data on a document foldervoidDocumentAppSoapMockStub. setDocumentFolderData(String sessionId, DocumentFolderSoapDO documentFolderData)Simulate a call to setDocumentFolderDatavoidDocumentAppSoapStub. setDocumentFolderData(String sessionId, DocumentFolderSoapDO documentFolderData)voidIDocumentAppSoap. setDocumentFolderData(String sessionId, DocumentFolderSoapDO documentFolderData)Sets detailed data on a document folder
-