
public interface OETLComponent
| Modifier and Type | Method and Description |
|---|---|
void |
begin(ODatabaseDocument db) |
void |
configure(com.orientechnologies.orient.core.record.impl.ODocument configuration,
com.orientechnologies.orient.core.command.OCommandContext context)
Called by the @OETLProcessor
|
void |
end() |
com.orientechnologies.orient.core.record.impl.ODocument |
getConfiguration() |
String |
getName()
Return the symbolic name of the component
|
void |
setProcessor(OETLProcessor processor) |
com.orientechnologies.orient.core.record.impl.ODocument getConfiguration()
void configure(com.orientechnologies.orient.core.record.impl.ODocument configuration,
com.orientechnologies.orient.core.command.OCommandContext context)
configuration - context - void begin(ODatabaseDocument db)
void end()
String getName()
void setProcessor(OETLProcessor processor)
Copyright © 2009–2018 OrientDB. All rights reserved.