Part of canonical.librarian.interfaces View In Hierarchy
Known subclasses: canonical.librarian.interfaces.IRestrictedLibrarianClient
Known implementations: canonical.librarian.client.LibrarianClient
Inherited from IFileUploadClient:
Method | addFile | Add a file to the librarian. |
Method | remoteAddFile | Add a file to the librarian using the remote protocol. |
Inherited from IFileDownloadClient:
Method | getURLForAlias | Returns the URL to the given file. |
Method | getURLForAliasObject | Returns the URL to a given LibraryFileAlias object. |
Method | getFileByAlias | Returns a file-like object to read the file contents from. |