Interface ImportFolderService

    • Method Detail

      • list

        WSImportFolder[] list​(String sid)
                       throws Exception
        Gets folder metadata of all imported folders
        Parameters:
        sid - Session identifier
        Returns:
        A value object containing the folders metadata
        Throws:
        Exception - error in the server
      • store

        long store​(String sid,
                   WSImportFolder folder)
            throws Exception
        Create/Update an imported folder. You can completely customize the imported folder through a value object containing the folder's metadata
        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

        void delete​(String sid,
                    long folderId)
             throws Exception
        Deletes an imported folder with the given identifier
        Parameters:
        sid - Session identifier
        folderId - The folder id
        Throws:
        Exception - error in the server