361362363364365366367
if (!fields.participants.contains(participantId)) { log.info(participantId + " is not currently a participant on " + convId + ", not indexing"); return; } index(fields, participantId, new SupplementImpl(supplement)); }
532533534535536537538
} return convView.getRoot(); } private Supplement getSupplement(WaveletDataImpl udwData) { return new SupplementImpl(getPrimitiveSupplement(udwData)); }