Uses of Enum
com.google.refine.operations.OnError
Packages that use OnError
Package
Description
-
Uses of OnError in com.google.refine.operations
Methods in com.google.refine.operations that return OnError -
Uses of OnError in com.google.refine.operations.cell
Fields in com.google.refine.operations.cell declared as OnErrorMethods in com.google.refine.operations.cell that return OnErrorModifier and TypeMethodDescriptionstatic OnErrorTextTransformOperation.stringToOnError(String s) Methods in com.google.refine.operations.cell with parameters of type OnErrorModifier and TypeMethodDescriptionstatic StringTextTransformOperation.onErrorToString(OnError onError) Constructors in com.google.refine.operations.cell with parameters of type OnErrorModifierConstructorDescriptionTextTransformOperation(EngineConfig engineConfig, String columnName, String expression, OnError onError, boolean repeat, int repeatCount) -
Uses of OnError in com.google.refine.operations.column
Fields in com.google.refine.operations.column declared as OnErrorModifier and TypeFieldDescriptionprotected final OnErrorColumnAdditionByFetchingURLsOperation._onErrorprotected final OnErrorColumnAdditionOperation._onErrorMethods in com.google.refine.operations.column that return OnErrorModifier and TypeMethodDescriptionColumnAdditionByFetchingURLsOperation.getOnError()ColumnAdditionOperation.getOnError()Constructors in com.google.refine.operations.column with parameters of type OnErrorModifierConstructorDescriptionColumnAdditionByFetchingURLsOperation(EngineConfig engineConfig, String baseColumnName, String urlExpression, OnError onError, String newColumnName, int columnInsertIndex, int delay, boolean cacheResponses, List<ColumnAdditionByFetchingURLsOperation.HttpHeader> httpHeadersJson) ColumnAdditionOperation(EngineConfig engineConfig, String baseColumnName, String expression, OnError onError, String newColumnName, int columnInsertIndex)