Class TextTransformOperation
java.lang.Object
com.google.refine.model.AbstractOperation
com.google.refine.operations.EngineDependentOperation
com.google.refine.operations.EngineDependentMassCellOperation
com.google.refine.operations.cell.TextTransformOperation
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final Stringprotected final OnErrorprotected final booleanprotected final intFields inherited from class com.google.refine.operations.EngineDependentMassCellOperation
_columnName, _updateRowContextDependenciesFields inherited from class com.google.refine.operations.EngineDependentOperation
_engineConfig -
Constructor Summary
ConstructorsConstructorDescriptionTextTransformOperation(EngineConfig engineConfig, String columnName, String expression, OnError onError, boolean repeat, int repeatCount) -
Method Summary
Modifier and TypeMethodDescriptionprotected StringcreateDescription(Column column, List<CellChange> cellChanges) protected RowVisitorcreateRowVisitor(Project project, List<CellChange> cellChanges, long historyEntryID) protected StringgetBriefDescription(Project project) static StringonErrorToString(OnError onError) static OnErrorMethods inherited from class com.google.refine.operations.EngineDependentMassCellOperation
createChange, createHistoryEntry, getColumnNameMethods inherited from class com.google.refine.operations.EngineDependentOperation
createEngine, getEngineConfigMethods inherited from class com.google.refine.model.AbstractOperation
createProcess, getJsonDescription, getOperationId
-
Field Details
-
_expression
-
_onError
-
_repeat
protected final boolean _repeat -
_repeatCount
protected final int _repeatCount
-
-
Constructor Details
-
TextTransformOperation
public TextTransformOperation(EngineConfig engineConfig, String columnName, String expression, OnError onError, boolean repeat, int repeatCount)
-
-
Method Details
-
stringToOnError
-
onErrorToString
-
getBriefDescription
- Overrides:
getBriefDescriptionin classAbstractOperation
-
createDescription
- Specified by:
createDescriptionin classEngineDependentMassCellOperation
-
createRowVisitor
protected RowVisitor createRowVisitor(Project project, List<CellChange> cellChanges, long historyEntryID) throws Exception - Specified by:
createRowVisitorin classEngineDependentMassCellOperation- Throws:
Exception
-