public void update() throws SQLException, AuthorizeException
{
// Check authorisation - only administrators can change formats
if (!AuthorizeManager.isAdmin(bfContext))
{
throw new AuthorizeException(
"Only administrators can modify bitstream formats");
}
log.info(LogManager.getHeader(bfContext, "update_bitstream_format",
"bitstream_format_id=" + getID()));