+ " with jcr:uuid attribute the same as the parent of the import target.");
}
setAncestorToSave(QPath.getCommonAncestorPath(ancestorToSave, sameUuidPath));
ItemDataRemoveVisitor visitor =
new ItemDataRemoveVisitor(dataConsumer, getAncestorToSave(), nodeTypeDataManager, accessManager, userState);
sameUuidItem.accept(visitor);
changesLog.addAll(visitor.getRemovedStates());
// Refresh the indexes if needed
boolean reloadSNS =
uuidBehavior == ImportUUIDBehavior.IMPORT_UUID_COLLISION_REMOVE_EXISTING
|| uuidBehavior == ImportUUIDBehavior.IMPORT_UUID_COLLISION_REPLACE_EXISTING;