public RedmineAttachment refreshItem(RedmineAttachment journal) throws SQLException {
   return refreshItem(journal.getConnectionId(), journal);
 }