} else {
logger.log(Level.FINEST,
"{0} property [PropertyId] contains NULL value", propertyName);
}
} else if (prop instanceof PropertyIdList) {
IdList idList = prop.getIdListValue();
Iterator iter = idList.iterator();
while (iter.hasNext()) {
Id val = (Id) iter.next();
if (val != null) {
// Whenever the ID is retrieved from FileNet, it comes with
// "{" and "}" surrounded and ID is in between these curly braces.