Part of lp.services.librarian.model View In Hierarchy
Known subclasses: lp.services.librarianserver.testing.fake.InstrumentedLibraryFileAlias
| Method | client | Return the librarian client to use to retrieve that file. |
| Method | http_url | See ILibraryFileAlias.http_url |
| Method | https_url | See ILibraryFileAlias.https_url |
| Method | private_url | See ILibraryFileAlias.https_url |
| Method | getURL | See ILibraryFileAlias.getURL |
| Method | open | See ILibraryFileAlias. |
| Method | read | See ILibraryFileAlias. |
| Method | close | Undocumented |
| Method | last_downloaded | See ILibraryFileAlias. |
| Method | updateDownloadCount | See ILibraryFileAlias. |
| Method | deleted | Undocumented |
| Method | __storm_invalidated__ | Make sure that the file is closed across transaction boundary. |
Inherited from SQLBase:
| Method | __init__ | Extended version of the SQLObjectBase constructor. |
| Method | __repr__ | Undocumented |
| Method | destroySelf | Undocumented |
| Method | __eq__ | Equality operator. |
| Method | __ne__ | Inverse of __eq__. |
| Class Method | _get_store | Undocumented |