public void addLink(RecordId target, SchemaId fieldTypeId) {
   addLink(idGenerator.newAbsoluteRecordId(Table.RECORD.name, target), fieldTypeId);
 }