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