Version: Beta-4.1.1-r5927-b91
|
Client-accessible interface representing a single mount point on the server-side.
Return the OriginalFile descriptor for this Repository. It will have the path "/"
Create an OriginalFile in the database for the given path. If the given path is already registered as an OriginalFile, a ValidationException is thrown. Otherwise, one is added and returned. TODO should this just return and not throw?
Load the OriginalFile at the given path with annotations and associated Pixels (if present). If the path does not point to an OriginalFile, a ValidationException exception is thrown. TODO should this just return null instead?
Returns a special RawFileStore which permits only reading. Any call to a write or configuration method will throw an ApiUsageException.
Returns a special RawFileStore which permits only writing. Any call to a read or configuraiton method will throw an ApiUsageException. If a file exists at the given path, a ValidationException will be thrown. Once writing is complete, call close(), which will seal the file from all further writing. The SHA1 of the OriginalFile should be checked against the local value.
|