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