Uses of Class
hudson.plugins.sfee.webservice.DocumentFolderSoapDO

Packages that use DocumentFolderSoapDO
hudson.plugins.sfee.webservice   
 

Uses of DocumentFolderSoapDO in hudson.plugins.sfee.webservice
 

Methods in hudson.plugins.sfee.webservice that return DocumentFolderSoapDO
 DocumentFolderSoapDO DocumentAppSoapBindingStub.createDocumentFolder(String sessionId, String parentId, String title, String description)
           
 DocumentFolderSoapDO DocumentAppSoap.createDocumentFolder(String sessionId, String parentId, String title, String description)
           
 DocumentFolderSoapDO DocumentAppSoapBindingStub.getDocumentFolderData(String sessionId, String folderId)
           
 DocumentFolderSoapDO DocumentAppSoap.getDocumentFolderData(String sessionId, String folderId)
           
 DocumentFolderSoapDO DocumentAppSoapBindingStub.moveDocumentFolder(String sessionId, String folderId, String destFolderId)
           
 DocumentFolderSoapDO DocumentAppSoap.moveDocumentFolder(String sessionId, String folderId, String destFolderId)
           
 

Methods in hudson.plugins.sfee.webservice with parameters of type DocumentFolderSoapDO
 void DocumentAppSoapBindingStub.setDocumentFolderData(String sessionId, DocumentFolderSoapDO documentFolderData)
           
 void DocumentAppSoap.setDocumentFolderData(String sessionId, DocumentFolderSoapDO documentFolderData)
           
 



Copyright © 2004-2012 Hudson. All Rights Reserved.