public class OETLBlockTransformer extends OETLAbstractTransformer
configuration, context, ifExpression, output, processor
Constructor and Description |
---|
OETLBlockTransformer() |
Modifier and Type | Method and Description |
---|---|
void |
begin(ODatabaseDocument db) |
void |
configure(ODocument iConfiguration,
OCommandContext iContext)
Called by the @OETLProcessor
|
protected Object |
executeTransform(ODatabaseDocument db,
Object input) |
ODocument |
getConfiguration() |
String |
getName()
Return the symbolic name of the component
|
void |
setContext(OCommandContext context) |
transform
end, getCommonConfigurationParameters, getIfFilter, log, log, resolve, setProcessor, skip, stringArray2Json, toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
end, setProcessor
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 void begin(ODatabaseDocument db)
begin
in interface OETLComponent
begin
in class OETLAbstractComponent
public String getName()
OETLComponent
public void setContext(OCommandContext context)
setContext
in interface OETLPipelineComponent
setContext
in class OETLAbstractPipelineComponent
protected Object executeTransform(ODatabaseDocument db, Object input)
executeTransform
in class OETLAbstractTransformer
Copyright © 2009–2020 OrientDB. All rights reserved.