1package org.tm.archive.database; 2 3interface RecipientIdDatabaseReference { 4 void remapRecipient(RecipientId fromId, RecipientId toId); 5}