Class SoapImportFolderClient

    • Constructor Detail

      • SoapImportFolderClient

        public SoapImportFolderClient​(String endpoint,
                                      int gzipThreshold,
                                      boolean log,
                                      int timeout)
                               throws IOException
        Throws:
        IOException
    • Method Detail

      • store

        public long store​(String sid,
                          WSImportFolder importFolder)
                   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
        importFolder - Web service value object containing the folder's metadata
        Returns:
        id of the created/updated import folder
        Throws:
        Exception - error in the server