// Remap parent
Object parent = object.getAttribute("parent_id");
if (parent != null)
object.setAttribute("parent_id",idMap.get(parent.toString()));
object.store();
idMap.put(id,object.getID());
created++;
try
{
Application.getMessagingFactory().sendMessage(new ImportMessage(object));