public abstract class OETLAbstractTransformer extends OETLAbstractPipelineComponent implements OETLTransformer
configuration, context, ifExpression, output, processor
Constructor and Description |
---|
OETLAbstractTransformer() |
Modifier and Type | Method and Description |
---|---|
protected abstract Object |
executeTransform(ODatabaseDocument db,
Object input) |
Object |
transform(ODatabaseDocument db,
Object input) |
setContext
begin, configure, end, getCommonConfigurationParameters, getConfiguration, getIfFilter, log, log, resolve, setProcessor, skip, stringArray2Json, toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
setContext
begin, configure, end, getConfiguration, getName, setProcessor
public Object transform(ODatabaseDocument db, Object input)
transform
in interface OETLTransformer
protected abstract Object executeTransform(ODatabaseDocument db, Object input)
Copyright © 2009–2020 OrientDB. All rights reserved.