
public abstract class OETLAbstractComponent extends Object implements OETLComponent
| Modifier and Type | Field and Description |
|---|---|
protected com.orientechnologies.orient.core.record.impl.ODocument |
configuration |
protected com.orientechnologies.orient.core.command.OCommandContext |
context |
protected String |
ifExpression |
protected String |
output |
protected OETLProcessor |
processor |
| Constructor and Description |
|---|
OETLAbstractComponent() |
| Modifier and Type | Method and Description |
|---|---|
void |
begin(ODatabaseDocument db) |
void |
configure(com.orientechnologies.orient.core.record.impl.ODocument iConfiguration,
com.orientechnologies.orient.core.command.OCommandContext iContext)
Called by the @OETLProcessor
|
void |
end() |
protected String |
getCommonConfigurationParameters() |
com.orientechnologies.orient.core.record.impl.ODocument |
getConfiguration() |
protected com.orientechnologies.orient.core.sql.filter.OSQLFilter |
getIfFilter() |
protected void |
log(Level iLevel,
String iText,
Exception exception,
Object... iArgs) |
protected void |
log(Level iLevel,
String iText,
Object... iArgs) |
protected Object |
resolve(Object content) |
void |
setProcessor(OETLProcessor processor) |
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 com.orientechnologies.orient.core.command.OCommandContext context
protected String output
protected String ifExpression
protected com.orientechnologies.orient.core.record.impl.ODocument configuration
public com.orientechnologies.orient.core.record.impl.ODocument getConfiguration()
getConfiguration in interface OETLComponentpublic void configure(com.orientechnologies.orient.core.record.impl.ODocument iConfiguration,
com.orientechnologies.orient.core.command.OCommandContext iContext)
OETLComponentconfigure in interface OETLComponentpublic void begin(ODatabaseDocument db)
begin in interface OETLComponentpublic void end()
end in interface OETLComponentpublic void setProcessor(OETLProcessor processor)
setProcessor in interface OETLComponentprotected String getCommonConfigurationParameters()
protected boolean skip(Object input)
protected com.orientechnologies.orient.core.sql.filter.OSQLFilter getIfFilter()
Copyright © 2009–2018 OrientDB. All rights reserved.