.. java:import:: org.caosdb.server.entity EntityID SetFileChecksumImpl =================== .. java:package:: org.caosdb.server.database.backend.interfaces :noindex: .. java:type:: public interface SetFileChecksumImpl extends BackendTransactionImpl Store the checksum and timestamp of the checksum for a File entity. :author: Timm Fitschen (t.fitschen@indiscale.com) Methods ------- execute ^^^^^^^ .. java:method:: void execute(EntityID id, String checksum) :outertype: SetFileChecksumImpl Store the checksum of a File entity. The entity is identified by the id. :param id: :param checksum: