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(ODocument iConfiguration,
OCommandContext iContext)
Called by the @OETLProcessor
|
protected Object |
lookup(ODatabaseDocumentInternal db,
Object joinValue,
boolean iReturnRIDS) |
executeTransform, transform
setContext
begin, end, getCommonConfigurationParameters, getConfiguration, getIfFilter, log, log, resolve, setProcessor, skip, stringArray2Json, toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
setContext
begin, end, getConfiguration, getName, setProcessor
protected String joinFieldName
protected Object joinValue
protected String lookup
protected OETLAbstractLookupTransformer.ACTION unresolvedLinkAction
public void configure(ODocument iConfiguration, OCommandContext iContext)
OETLComponent
configure
in interface OETLComponent
configure
in class OETLAbstractComponent
protected Object lookup(ODatabaseDocumentInternal db, Object joinValue, boolean iReturnRIDS)
Copyright © 2009–2020 OrientDB. All rights reserved.