public class OETLCodeBlock extends OETLAbstractBlock
Modifier and Type | Field and Description |
---|---|
protected OCommandExecutorScript |
cmd |
protected String |
code |
protected String |
language |
protected Map<Object,Object> |
params |
configuration, context, ifExpression, output, processor
Constructor and Description |
---|
OETLCodeBlock() |
Modifier and Type | Method and Description |
---|---|
void |
configure(ODocument iConfiguration,
OCommandContext iContext)
Called by the @OETLProcessor
|
Object |
executeBlock() |
ODocument |
getConfiguration() |
String |
getName()
Return the symbolic name of the component
|
execute, setContext
begin, end, getCommonConfigurationParameters, getIfFilter, log, log, resolve, setProcessor, skip, stringArray2Json, toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
begin, end, setProcessor
protected String language
protected String code
protected OCommandExecutorScript cmd
public ODocument getConfiguration()
getConfiguration
in interface OETLComponent
getConfiguration
in class OETLAbstractComponent
public void configure(ODocument iConfiguration, OCommandContext iContext)
OETLComponent
configure
in interface OETLComponent
configure
in class OETLAbstractComponent
public String getName()
OETLComponent
public Object executeBlock()
executeBlock
in class OETLAbstractBlock
Copyright © 2009–2020 OrientDB. All rights reserved.