}
else if (propertyData.getQPath().getName().equals(AuditService.EXO_AUDITRECORD_OLDVALUE))
{
oldValue = new Value[propertyData.getValues().size()];
for (int i = 0; i < propertyData.getValues().size(); i++)
oldValue[i] = vf.loadValue(propertyData.getValues().get(i), propertyData.getType());
}
else if (propertyData.getQPath().getName().equals(AuditService.EXO_AUDITRECORD_NEWVALUE))
{
newValue = new Value[propertyData.getValues().size()];
for (int i = 0; i < propertyData.getValues().size(); i++)