
public class OETLDefaultImporterListener extends Object implements OETLImporterListener
| Constructor and Description |
|---|
OETLDefaultImporterListener() |
| Modifier and Type | Method and Description |
|---|---|
void |
onAfterFile(ODatabaseDocument db,
com.orientechnologies.orient.core.command.OCommandContext iContext) |
void |
onAfterLine(ODatabaseDocument db,
com.orientechnologies.orient.core.command.OCommandContext iContext) |
void |
onBeforeFile(ODatabaseDocument db,
com.orientechnologies.orient.core.command.OCommandContext iContext) |
boolean |
onBeforeLine(ODatabaseDocument db,
com.orientechnologies.orient.core.command.OCommandContext iContext) |
void |
onDump(ODatabaseDocument db,
com.orientechnologies.orient.core.command.OCommandContext iContext) |
void |
onJoinNotFound(ODatabaseDocument db,
com.orientechnologies.orient.core.command.OCommandContext iContext,
com.orientechnologies.orient.core.index.OIndex<?> iIndex,
Object iKey) |
void |
validate(ODatabaseDocument db,
com.orientechnologies.orient.core.command.OCommandContext iContext,
com.orientechnologies.orient.core.record.impl.ODocument iRecord) |
public void onBeforeFile(ODatabaseDocument db, com.orientechnologies.orient.core.command.OCommandContext iContext)
onBeforeFile in interface OETLImporterListenerpublic void onAfterFile(ODatabaseDocument db, com.orientechnologies.orient.core.command.OCommandContext iContext)
onAfterFile in interface OETLImporterListenerpublic boolean onBeforeLine(ODatabaseDocument db, com.orientechnologies.orient.core.command.OCommandContext iContext)
onBeforeLine in interface OETLImporterListenerpublic void onAfterLine(ODatabaseDocument db, com.orientechnologies.orient.core.command.OCommandContext iContext)
onAfterLine in interface OETLImporterListenerpublic void onDump(ODatabaseDocument db, com.orientechnologies.orient.core.command.OCommandContext iContext)
onDump in interface OETLImporterListenerpublic void onJoinNotFound(ODatabaseDocument db, com.orientechnologies.orient.core.command.OCommandContext iContext, com.orientechnologies.orient.core.index.OIndex<?> iIndex, Object iKey)
onJoinNotFound in interface OETLImporterListenerpublic void validate(ODatabaseDocument db, com.orientechnologies.orient.core.command.OCommandContext iContext, com.orientechnologies.orient.core.record.impl.ODocument iRecord)
validate in interface OETLImporterListenerCopyright © 2009–2018 OrientDB. All rights reserved.