
public abstract class OETLAbstractLookupTransformer extends OETLAbstractTransformer
| Modifier and Type | Class and Description |
|---|---|
protected static class |
OETLAbstractLookupTransformer.ACTION |
| Modifier and Type | Field and Description |
|---|---|
protected String |
joinFieldName |
protected Object |
joinValue |
protected String |
lookup |
protected OETLAbstractLookupTransformer.ACTION |
unresolvedLinkAction |
configuration, context, ifExpression, output, processor| Constructor and Description |
|---|
OETLAbstractLookupTransformer() |
| Modifier and Type | Method and Description |
|---|---|
void |
configure(com.orientechnologies.orient.core.record.impl.ODocument iConfiguration,
com.orientechnologies.orient.core.command.OCommandContext iContext)
Called by the @OETLProcessor
|
protected Object |
lookup(ODatabaseDocument db,
Object joinValue,
boolean iReturnRIDS) |
executeTransform, transformsetContextbegin, end, getCommonConfigurationParameters, getConfiguration, getIfFilter, log, log, resolve, setProcessor, skip, stringArray2Json, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitsetContextbegin, end, getConfiguration, getName, setProcessorprotected String joinFieldName
protected Object joinValue
protected String lookup
protected OETLAbstractLookupTransformer.ACTION unresolvedLinkAction
public void configure(com.orientechnologies.orient.core.record.impl.ODocument iConfiguration,
com.orientechnologies.orient.core.command.OCommandContext iContext)
OETLComponentconfigure in interface OETLComponentconfigure in class OETLAbstractComponentprotected Object lookup(ODatabaseDocument db, Object joinValue, boolean iReturnRIDS)
Copyright © 2009–2018 OrientDB. All rights reserved.