String name = so.getName();
boolean hasChild;
hasChild = hasChild(name);
if (hasChild) {
throw new CmisNameConstraintViolationException(
"Cannot create object: " + name + ". Name already exists in parent folder");
}
if (so instanceof SingleFiling) {
((SingleFiling) so).setParent(this);