{
if (decorator.getShortName().equals("coInvestigators"))
{
List<String> attributes = new LinkedList<String>();
List<String> valuesAttributes = new LinkedList<String>();
Investigator invest = (Investigator) rr;
if (invest.getIntInvestigator() != null)
{
attributes.add("rpkey");
valuesAttributes.add(invest.getIntInvestigator()
.getValuePublicIDAttribute());
}
ExportUtils.createCoinvestigator(coinvestigators,
decorator.getReal(),
((IRestrictedField) rr).getValue(), attributes,