Uses of Class
org.openrefine.operations.OnError
-
Packages that use OnError Package Description org.openrefine.operations org.openrefine.operations.cell org.openrefine.operations.column -
-
Uses of OnError in org.openrefine.operations
Fields in org.openrefine.operations declared as OnError Modifier and Type Field Description protected OnError
ExpressionBasedOperation. _onError
Methods in org.openrefine.operations that return OnError Modifier and Type Method Description static OnError
OnError. valueOf(String name)
Returns the enum constant of this type with the specified name.static OnError[]
OnError. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.openrefine.operations with parameters of type OnError Modifier and Type Method Description static RowInRecordChangeDataProducer<Cell>
ExpressionBasedOperation. evaluatingChangeDataProducer(int columnIndex, String baseColumnName, OnError onError, int repeatCount, Evaluable eval, ColumnModel columnModel, Map<String,OverlayModel> overlayModels, long projectId)
Constructors in org.openrefine.operations with parameters of type OnError Constructor Description ExpressionBasedOperation(EngineConfig engineConfig, String expression, String baseColumnName, OnError onError, int repeatCount)
-
Uses of OnError in org.openrefine.operations.cell
Methods in org.openrefine.operations.cell that return OnError Modifier and Type Method Description OnError
TextTransformOperation. getOnError()
static OnError
TextTransformOperation. stringToOnError(String s)
Methods in org.openrefine.operations.cell with parameters of type OnError Modifier and Type Method Description static String
TextTransformOperation. onErrorToString(OnError onError)
Constructors in org.openrefine.operations.cell with parameters of type OnError Constructor Description TextTransformOperation(EngineConfig engineConfig, String columnName, String expression, OnError onError, boolean repeat, int repeatCount)
-
Uses of OnError in org.openrefine.operations.column
Fields in org.openrefine.operations.column declared as OnError Modifier and Type Field Description protected OnError
ColumnAdditionByFetchingURLsOperation. _onError
protected OnError
ColumnAdditionByFetchingURLsOperation.URLFetchingChangeProducer. _onError
Methods in org.openrefine.operations.column that return OnError Modifier and Type Method Description OnError
ColumnAdditionByFetchingURLsOperation. getOnError()
OnError
ColumnAdditionOperation. getOnError()
Constructors in org.openrefine.operations.column with parameters of type OnError Constructor Description ColumnAdditionByFetchingURLsOperation(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)
URLFetchingChangeProducer(OnError onError, List<ColumnAdditionByFetchingURLsOperation.HttpHeader> httpHeaders, boolean cacheResponses, int delay, RowInRecordChangeDataProducer<Cell> evaluatingChangeDataProducer)
-