Class OETLEdgeTransformer
java.lang.Object
com.orientechnologies.orient.etl.OETLAbstractComponent
com.orientechnologies.orient.etl.OETLAbstractPipelineComponent
com.orientechnologies.orient.etl.transformer.OETLAbstractTransformer
com.orientechnologies.orient.etl.transformer.OETLAbstractLookupTransformer
com.orientechnologies.orient.etl.transformer.OETLEdgeTransformer
- All Implemented Interfaces:
OETLComponent,OETLPipelineComponent,OETLTransformer
-
Nested Class Summary
Nested classes/interfaces inherited from class com.orientechnologies.orient.etl.transformer.OETLAbstractLookupTransformer
OETLAbstractLookupTransformer.ACTION -
Field Summary
Fields inherited from class com.orientechnologies.orient.etl.transformer.OETLAbstractLookupTransformer
joinFieldName, joinValue, lookup, unresolvedLinkActionFields inherited from class com.orientechnologies.orient.etl.OETLAbstractComponent
configuration, context, ifExpression, output, processor -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidconfigure(ODocument iConfiguration, OCommandContext iContext) Called by the @OETLProcessorexecuteTransform(ODatabaseDocument db, Object input) getName()Return the symbolic name of the componentMethods inherited from class com.orientechnologies.orient.etl.transformer.OETLAbstractLookupTransformer
lookupMethods inherited from class com.orientechnologies.orient.etl.transformer.OETLAbstractTransformer
transformMethods inherited from class com.orientechnologies.orient.etl.OETLAbstractPipelineComponent
setContextMethods inherited from class com.orientechnologies.orient.etl.OETLAbstractComponent
debug, end, error, error, format, getCommonConfigurationParameters, getContext, getIfFilter, getProcessor, info, resolve, setProcessor, skip, stringArray2Json, toString, warnMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface com.orientechnologies.orient.etl.OETLComponent
end, getContext, getProcessor, setProcessorMethods inherited from interface com.orientechnologies.orient.etl.OETLPipelineComponent
setContext
-
Constructor Details
-
OETLEdgeTransformer
public OETLEdgeTransformer()
-
-
Method Details
-
getConfiguration
- Specified by:
getConfigurationin interfaceOETLComponent- Overrides:
getConfigurationin classOETLAbstractComponent- Returns:
-
configure
Description copied from interface:OETLComponentCalled by the @OETLProcessor- Specified by:
configurein interfaceOETLComponent- Overrides:
configurein classOETLAbstractLookupTransformer
-
getName
Description copied from interface:OETLComponentReturn the symbolic name of the component- Returns:
- the name of the component
-
begin
- Specified by:
beginin interfaceOETLComponent- Overrides:
beginin classOETLAbstractComponent
-
executeTransform
- Specified by:
executeTransformin classOETLAbstractTransformer
-