
public abstract class OAbstractETLComponent extends Object implements OETLComponent
| Modifier and Type | Field and Description |
|---|---|
protected OCommandContext |
context |
protected String |
ifExpression |
protected OETLProcessor.LOG_LEVELS |
logLevel |
protected String |
output |
protected OETLProcessor |
processor |
| Constructor and Description |
|---|
OAbstractETLComponent() |
| Modifier and Type | Method and Description |
|---|---|
void |
begin() |
void |
configure(OETLProcessor iProcessor,
ODocument iConfiguration,
OCommandContext iContext)
Called by the @OETLProcessor
|
void |
end() |
protected String |
getCommonConfigurationParameters() |
ODocument |
getConfiguration() |
protected OSQLFilter |
getIfFilter() |
protected void |
log(OETLProcessor.LOG_LEVELS iLevel,
String iText,
Object... iArgs) |
protected Object |
resolve(Object iContent) |
protected boolean |
skip(Object input) |
protected String |
stringArray2Json(Object[] iObject) |
String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetNameprotected OETLProcessor processor
protected OCommandContext context
protected OETLProcessor.LOG_LEVELS logLevel
protected String output
protected String ifExpression
public ODocument getConfiguration()
getConfiguration in interface OETLComponentpublic void configure(OETLProcessor iProcessor, ODocument iConfiguration, OCommandContext iContext)
OETLComponentconfigure in interface OETLComponentpublic void begin()
begin in interface OETLComponentpublic void end()
end in interface OETLComponentprotected String getCommonConfigurationParameters()
protected boolean skip(Object input)
protected OSQLFilter getIfFilter()
protected void log(OETLProcessor.LOG_LEVELS iLevel, String iText, Object... iArgs)
Copyright © 2009–2025 OrientDB. All rights reserved.