
public class ODefaultImporterListener extends Object implements OImporterListener
| Constructor and Description |
|---|
ODefaultImporterListener() |
| Modifier and Type | Method and Description |
|---|---|
void |
onAfterFile(ODatabaseDocument db,
OCommandContext iContext) |
void |
onAfterLine(ODatabaseDocument db,
OCommandContext iContext) |
void |
onBeforeFile(ODatabaseDocument db,
OCommandContext iContext) |
boolean |
onBeforeLine(ODatabaseDocument db,
OCommandContext iContext) |
void |
onDump(ODatabaseDocument db,
OCommandContext iContext) |
void |
onJoinNotFound(ODatabaseDocument db,
OCommandContext iContext,
OIndex<?> iIndex,
Object iKey) |
void |
validate(ODatabaseDocument db,
OCommandContext iContext,
ODocument iRecord) |
public void onBeforeFile(ODatabaseDocument db, OCommandContext iContext)
onBeforeFile in interface OImporterListenerpublic void onAfterFile(ODatabaseDocument db, OCommandContext iContext)
onAfterFile in interface OImporterListenerpublic boolean onBeforeLine(ODatabaseDocument db, OCommandContext iContext)
onBeforeLine in interface OImporterListenerpublic void onAfterLine(ODatabaseDocument db, OCommandContext iContext)
onAfterLine in interface OImporterListenerpublic void onDump(ODatabaseDocument db, OCommandContext iContext)
onDump in interface OImporterListenerpublic void onJoinNotFound(ODatabaseDocument db, OCommandContext iContext, OIndex<?> iIndex, Object iKey)
onJoinNotFound in interface OImporterListenerpublic void validate(ODatabaseDocument db, OCommandContext iContext, ODocument iRecord)
validate in interface OImporterListenerCopyright © 2009–2025 OrientDB. All rights reserved.