Class SoapImportFolderService

  • All Implemented Interfaces:
    ImportFolderService

    public class SoapImportFolderService
    extends com.logicaldoc.webservice.AbstractService
    implements ImportFolderService
    ImportFolder Web Service Implementation
    Since:
    6.1
    Author:
    Marco Meschieri - LogicalDOC
    • Constructor Detail

      • SoapImportFolderService

        public SoapImportFolderService()
    • Method Detail

      • store

        public long store​(String sid,
                          WSImportFolder folder)
                   throws Exception
        Description copied from interface: ImportFolderService
        Create/Update an imported folder. You can completely customize the imported folder through a value object containing the folder's metadata
        Specified by:
        store in interface ImportFolderService
        Parameters:
        sid - Session identifier
        folder - Web service value object containing the folder's metadata
        Returns:
        id of the created/updated import folder
        Throws:
        Exception - error in the server
      • delete

        public void delete​(String sid,
                           long folderId)
                    throws Exception
        Description copied from interface: ImportFolderService
        Deletes an imported folder with the given identifier
        Specified by:
        delete in interface ImportFolderService
        Parameters:
        sid - Session identifier
        folderId - The folder id
        Throws:
        Exception - error in the server