Class OETLAbstractBlock
java.lang.Object
com.orientechnologies.orient.etl.OETLAbstractComponent
com.orientechnologies.orient.etl.block.OETLAbstractBlock
- All Implemented Interfaces:
OETLBlock,OETLComponent
- Direct Known Subclasses:
OETLCodeBlock,OETLConsoleBlock,OETLLetBlock
Abstract Block.
-
Field Summary
Fields inherited from class com.orientechnologies.orient.etl.OETLAbstractComponent
configuration, context, ifExpression, output, processor -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionexecute()protected abstract ObjectvoidsetContext(OCommandContext iContext) Methods inherited from class com.orientechnologies.orient.etl.OETLAbstractComponent
begin, configure, debug, end, error, error, format, getCommonConfigurationParameters, getConfiguration, 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
begin, configure, end, getConfiguration, getContext, getName, getProcessor, setProcessor
-
Constructor Details
-
OETLAbstractBlock
public OETLAbstractBlock()
-
-
Method Details
-
execute
-
setContext
- Specified by:
setContextin interfaceOETLBlock
-
executeBlock
-