Test Info
Library Name | openlibrary |
Version #1 | 3.1 |
Version #2 | 3.2 |
Subject | Binary Compatibility |
Test Results
Total Java Modules | 1 |
Total Methods / Classes | 3339 / 629 |
Compatibility |
44.3% |
Problem Summary
| Severity | Count |
Added Methods | - | 865 |
Removed Methods | High | 580 |
Problems with Data Types | High | 112 |
Medium | 4 |
Low | 14 |
Problems with Methods | High | 25 |
Medium | 0 |
Low | 13 |
Other Changes in Data Types | - | 25 |
Added Methods 865
openrefine-3.2.jar,
Abs.class
package com.google.refine.expr.functions.math
Abs.getDescription ( ) : String
com/google/refine/expr/functions/math/Abs.getDescription:()Ljava/lang/String;
Abs.getParams ( ) : String
com/google/refine/expr/functions/math/Abs.getParams:()Ljava/lang/String;
Abs.getReturns ( ) : String
com/google/refine/expr/functions/math/Abs.getReturns:()Ljava/lang/String;
openrefine-3.2.jar,
AbstractOperation.class
package com.google.refine.model
AbstractOperation.getJsonDescription ( ) : String
com/google/refine/model/AbstractOperation.getJsonDescription:()Ljava/lang/String;
AbstractOperation.getOperationId ( ) : String
com/google/refine/model/AbstractOperation.getOperationId:()Ljava/lang/String;
openrefine-3.2.jar,
ACos.class
package com.google.refine.expr.functions.math
ACos.getDescription ( ) : String
com/google/refine/expr/functions/math/ACos.getDescription:()Ljava/lang/String;
ACos.getParams ( ) : String
com/google/refine/expr/functions/math/ACos.getParams:()Ljava/lang/String;
ACos.getReturns ( ) : String
com/google/refine/expr/functions/math/ACos.getReturns:()Ljava/lang/String;
openrefine-3.2.jar,
AllProjectMetadata.class
package com.google.refine.commands.workspace
GetAllProjectMetadataCommand.AllProjectMetadata.GetAllProjectMetadataCommand.AllProjectMetadata ( Map<Long,ProjectMetadata> map, String json )
com/google/refine/commands/workspace/GetAllProjectMetadataCommand.AllProjectMetadata."<init>":(Ljava/util/Map;Ljava/lang/String;)V
openrefine-3.2.jar,
AllProjectsTags.class
package com.google.refine.commands.workspace
GetAllProjectTagsCommand.AllProjectsTags.GetAllProjectTagsCommand.AllProjectsTags ( Set<String> tags )
com/google/refine/commands/workspace/GetAllProjectTagsCommand.AllProjectsTags."<init>":(Ljava/util/Set;)V
openrefine-3.2.jar,
And.class
package com.google.refine.expr.functions.booleans
And.getDescription ( ) : String
com/google/refine/expr/functions/booleans/And.getDescription:()Ljava/lang/String;
And.getParams ( ) : String
com/google/refine/expr/functions/booleans/And.getParams:()Ljava/lang/String;
And.getReturns ( ) : String
com/google/refine/expr/functions/booleans/And.getReturns:()Ljava/lang/String;
openrefine-3.2.jar,
ApplyOperationsCommand.class
package com.google.refine.commands.history
ApplyOperationsCommand.reconstructOperation ( Project project, ObjectNode obj ) : void
com/google/refine/commands/history/ApplyOperationsCommand.reconstructOperation:(Lcom/google/refine/model/Project;Lcom/fasterxml/jackson/databind/node/ObjectNode;)V
openrefine-3.2.jar,
ArgsToArray.class
package com.google.refine.expr.functions.arrays
ArgsToArray.getDescription ( ) : String
com/google/refine/expr/functions/arrays/ArgsToArray.getDescription:()Ljava/lang/String;
ArgsToArray.getParams ( ) : String
com/google/refine/expr/functions/arrays/ArgsToArray.getParams:()Ljava/lang/String;
ArgsToArray.getReturns ( ) : String
com/google/refine/expr/functions/arrays/ArgsToArray.getReturns:()Ljava/lang/String;
openrefine-3.2.jar,
ASin.class
package com.google.refine.expr.functions.math
ASin.getDescription ( ) : String
com/google/refine/expr/functions/math/ASin.getDescription:()Ljava/lang/String;
ASin.getParams ( ) : String
com/google/refine/expr/functions/math/ASin.getParams:()Ljava/lang/String;
ASin.getReturns ( ) : String
com/google/refine/expr/functions/math/ASin.getReturns:()Ljava/lang/String;
openrefine-3.2.jar,
ATan.class
package com.google.refine.expr.functions.math
ATan.getDescription ( ) : String
com/google/refine/expr/functions/math/ATan.getDescription:()Ljava/lang/String;
ATan.getParams ( ) : String
com/google/refine/expr/functions/math/ATan.getParams:()Ljava/lang/String;
ATan.getReturns ( ) : String
com/google/refine/expr/functions/math/ATan.getReturns:()Ljava/lang/String;
openrefine-3.2.jar,
ATan2.class
package com.google.refine.expr.functions.math
ATan2.getDescription ( ) : String
com/google/refine/expr/functions/math/ATan2.getDescription:()Ljava/lang/String;
ATan2.getParams ( ) : String
com/google/refine/expr/functions/math/ATan2.getParams:()Ljava/lang/String;
ATan2.getReturns ( ) : String
com/google/refine/expr/functions/math/ATan2.getReturns:()Ljava/lang/String;
openrefine-3.2.jar,
BaseSorter.class
package com.google.refine.sorting
BaseSorter.initializeFromConfig ( Project project, SortingConfig config ) : void
com/google/refine/sorting/BaseSorter.initializeFromConfig:(Lcom/google/refine/model/Project;Lcom/google/refine/sorting/SortingConfig;)V
openrefine-3.2.jar,
BinningClusterer.class
package com.google.refine.clustering.binning
BinningClusterer.entryToMap ( Map.Entry<String,Integer> entry ) [static] : Map<String,Object>
com/google/refine/clustering/binning/BinningClusterer.entryToMap:(Ljava/util/Map$Entry;)Ljava/util/Map;
BinningClusterer.getJsonRepresentation ( ) : List<List<ClusteredEntry>>
com/google/refine/clustering/binning/BinningClusterer.getJsonRepresentation:()Ljava/util/List;
openrefine-3.2.jar,
BinningClustererConfig.class
package com.google.refine.clustering.binning
BinningClusterer.BinningClustererConfig.getKeyerName ( ) : String
com/google/refine/clustering/binning/BinningClusterer.BinningClustererConfig.getKeyerName:()Ljava/lang/String;
BinningClusterer.BinningClustererConfig.getType ( ) : String
com/google/refine/clustering/binning/BinningClusterer.BinningClustererConfig.getType:()Ljava/lang/String;
BinningClusterer.BinningClustererConfig.setKeyer ( String keyerName ) : void
com/google/refine/clustering/binning/BinningClusterer.BinningClustererConfig.setKeyer:(Ljava/lang/String;)V
BinningClusterer.BinningClustererConfig.setParameters ( BinningClusterer.BinningParameters params ) : void
com/google/refine/clustering/binning/BinningClusterer.BinningClustererConfig.setParameters:(Lcom/google/refine/clustering/binning/BinningClusterer$BinningParameters;)V
openrefine-3.2.jar,
BooleanCriterion.class
package com.google.refine.sorting
BooleanCriterion.getValueType ( ) : String
com/google/refine/sorting/BooleanCriterion.getValueType:()Ljava/lang/String;
openrefine-3.2.jar,
Ceil.class
package com.google.refine.expr.functions.math
Ceil.getDescription ( ) : String
com/google/refine/expr/functions/math/Ceil.getDescription:()Ljava/lang/String;
Ceil.getParams ( ) : String
com/google/refine/expr/functions/math/Ceil.getParams:()Ljava/lang/String;
Ceil.getReturns ( ) : String
com/google/refine/expr/functions/math/Ceil.getReturns:()Ljava/lang/String;
openrefine-3.2.jar,
Cell.class
package com.google.refine.model
Cell.deserialize ( Object value, String type, String reconId, String error, Pool pool ) [static] : Cell
com/google/refine/model/Cell.deserialize:(Ljava/lang/Object;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/google/refine/util/Pool;)Lcom/google/refine/model/Cell;
Cell.getErrorMessage ( ) : String
com/google/refine/model/Cell.getErrorMessage:()Ljava/lang/String;
Cell.getReconIdString ( ) : String
com/google/refine/model/Cell.getReconIdString:()Ljava/lang/String;
Cell.getTypeString ( ) : String
com/google/refine/model/Cell.getTypeString:()Ljava/lang/String;
Cell.getValue ( ) : Object
com/google/refine/model/Cell.getValue:()Ljava/lang/Object;
openrefine-3.2.jar,
CellAtRowCellIndex.class
package com.google.refine.model.changes
CellAtRowCellIndex.CellAtRowCellIndex ( int row, int cellIndex, Cell cell )
com/google/refine/model/changes/CellAtRowCellIndex."<init>":(IILcom/google/refine/model/Cell;)V
CellAtRowCellIndex.load ( String s, Pool pool ) [static] : CellAtRowCellIndex
com/google/refine/model/changes/CellAtRowCellIndex.load:(Ljava/lang/String;Lcom/google/refine/util/Pool;)Lcom/google/refine/model/changes/CellAtRowCellIndex;
CellAtRowCellIndex.save ( Writer writer, Properties options ) : void
com/google/refine/model/changes/CellAtRowCellIndex.save:(Ljava/io/Writer;Ljava/util/Properties;)V
openrefine-3.2.jar,
CellResponse.class
package com.google.refine.commands.recon
ReconClearOneCellCommand.CellResponse.ReconClearOneCellCommand.CellResponse ( HistoryEntry historyEntry, Cell newCell, Pool newPool )
com/google/refine/commands/recon/ReconClearOneCellCommand.CellResponse."<init>":(Lcom/google/refine/history/HistoryEntry;Lcom/google/refine/model/Cell;Lcom/google/refine/util/Pool;)V
openrefine-3.2.jar,
Chomp.class
package com.google.refine.expr.functions.strings
Chomp.getDescription ( ) : String
com/google/refine/expr/functions/strings/Chomp.getDescription:()Ljava/lang/String;
Chomp.getParams ( ) : String
com/google/refine/expr/functions/strings/Chomp.getParams:()Ljava/lang/String;
Chomp.getReturns ( ) : String
com/google/refine/expr/functions/strings/Chomp.getReturns:()Ljava/lang/String;
openrefine-3.2.jar,
ClusteredEntry.class
package com.google.refine.clustering
ClusteredEntry.ClusteredEntry ( Serializable value, int count )
com/google/refine/clustering/ClusteredEntry."<init>":(Ljava/io/Serializable;I)V
openrefine-3.2.jar,
ClustererConfig.class
package com.google.refine.clustering
ClustererConfig.getType ( ) [abstract] : String
com/google/refine/clustering/ClustererConfig.getType:()Ljava/lang/String;
ClustererConfig.setColumnName ( String name ) : void
com/google/refine/clustering/ClustererConfig.setColumnName:(Ljava/lang/String;)V
openrefine-3.2.jar,
Coalesce.class
package com.google.refine.expr.functions
Coalesce.getDescription ( ) : String
com/google/refine/expr/functions/Coalesce.getDescription:()Ljava/lang/String;
Coalesce.getParams ( ) : String
com/google/refine/expr/functions/Coalesce.getParams:()Ljava/lang/String;
Coalesce.getReturns ( ) : String
com/google/refine/expr/functions/Coalesce.getReturns:()Ljava/lang/String;
openrefine-3.2.jar,
Column.class
package com.google.refine.model
Column.getConstraintsString ( ) : String
com/google/refine/model/Column.getConstraintsString:()Ljava/lang/String;
Column.setConstraintsJson ( String json ) : void
com/google/refine/model/Column.setConstraintsJson:(Ljava/lang/String;)V
openrefine-3.2.jar,
ColumnAdditionByFetchingURLsOperation.class
package com.google.refine.operations.column
ColumnAdditionByFetchingURLsOperation.ColumnAdditionByFetchingURLsOperation ( EngineConfig engineConfig, String baseColumnName, String urlExpression, OnError onError, String newColumnName, int columnInsertIndex, int delay, boolean cacheResponses, List<ColumnAdditionByFetchingURLsOperation.HttpHeader> httpHeadersJson )
com/google/refine/operations/column/ColumnAdditionByFetchingURLsOperation."<init>":(Lcom/google/refine/browsing/EngineConfig;Ljava/lang/String;Ljava/lang/String;Lcom/google/refine/operations/OnError;Ljava/lang/String;IIZLjava/util/List;)V
ColumnAdditionByFetchingURLsOperation.getBaseColumnName ( ) : String
com/google/refine/operations/column/ColumnAdditionByFetchingURLsOperation.getBaseColumnName:()Ljava/lang/String;
ColumnAdditionByFetchingURLsOperation.getCacheResponses ( ) : boolean
com/google/refine/operations/column/ColumnAdditionByFetchingURLsOperation.getCacheResponses:()Z
ColumnAdditionByFetchingURLsOperation.getColumnInsertIndex ( ) : int
com/google/refine/operations/column/ColumnAdditionByFetchingURLsOperation.getColumnInsertIndex:()I
ColumnAdditionByFetchingURLsOperation.getDelay ( ) : int
com/google/refine/operations/column/ColumnAdditionByFetchingURLsOperation.getDelay:()I
ColumnAdditionByFetchingURLsOperation.getHttpHeadersJson ( ) : List<ColumnAdditionByFetchingURLsOperation.HttpHeader>
com/google/refine/operations/column/ColumnAdditionByFetchingURLsOperation.getHttpHeadersJson:()Ljava/util/List;
ColumnAdditionByFetchingURLsOperation.getNewColumnName ( ) : String
com/google/refine/operations/column/ColumnAdditionByFetchingURLsOperation.getNewColumnName:()Ljava/lang/String;
ColumnAdditionByFetchingURLsOperation.getOnError ( ) : OnError
com/google/refine/operations/column/ColumnAdditionByFetchingURLsOperation.getOnError:()Lcom/google/refine/operations/OnError;
ColumnAdditionByFetchingURLsOperation.getUrlExpression ( ) : String
com/google/refine/operations/column/ColumnAdditionByFetchingURLsOperation.getUrlExpression:()Ljava/lang/String;
openrefine-3.2.jar,
ColumnAdditionByFetchingURLsProcess.class
package com.google.refine.operations.column
ColumnAdditionByFetchingURLsOperation.ColumnAdditionByFetchingURLsProcess.ColumnAdditionByFetchingURLsOperation.ColumnAdditionByFetchingURLsProcess ( ColumnAdditionByFetchingURLsOperation project, Project engine, Engine eval, Evaluable description, String cacheResponses, boolean p6 )
com/google/refine/operations/column/ColumnAdditionByFetchingURLsOperation.ColumnAdditionByFetchingURLsProcess."<init>":(Lcom/google/refine/operations/column/ColumnAdditionByFetchingURLsOperation;Lcom/google/refine/model/Project;Lcom/google/refine/browsing/Engine;Lcom/google/refine/expr/Evaluable;Ljava/lang/String;Z)V
openrefine-3.2.jar,
ColumnAdditionOperation.class
package com.google.refine.operations.column
ColumnAdditionOperation.getBaseColumnName ( ) : String
com/google/refine/operations/column/ColumnAdditionOperation.getBaseColumnName:()Ljava/lang/String;
ColumnAdditionOperation.getColumnInsertIndex ( ) : int
com/google/refine/operations/column/ColumnAdditionOperation.getColumnInsertIndex:()I
ColumnAdditionOperation.getExpression ( ) : String
com/google/refine/operations/column/ColumnAdditionOperation.getExpression:()Ljava/lang/String;
ColumnAdditionOperation.getNewColumnName ( ) : String
com/google/refine/operations/column/ColumnAdditionOperation.getNewColumnName:()Ljava/lang/String;
ColumnAdditionOperation.getOnError ( ) : OnError
com/google/refine/operations/column/ColumnAdditionOperation.getOnError:()Lcom/google/refine/operations/OnError;
openrefine-3.2.jar,
ColumnDetail.class
package com.google.refine.model.recon
StandardReconConfig.ColumnDetail.StandardReconConfig.ColumnDetail ( String columnName, String propertyName, String propertyID, ReconType property )
com/google/refine/model/recon/StandardReconConfig.ColumnDetail."<init>":(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/google/refine/model/ReconType;)V
StandardReconConfig.ColumnDetail.toString ( ) : String
com/google/refine/model/recon/StandardReconConfig.ColumnDetail.toString:()Ljava/lang/String;
openrefine-3.2.jar,
ColumnGroup.class
package com.google.refine.model
ColumnGroup.getColumnSpan ( ) : int
com/google/refine/model/ColumnGroup.getColumnSpan:()I
ColumnGroup.getKeyColumnIndex ( ) : int
com/google/refine/model/ColumnGroup.getKeyColumnIndex:()I
ColumnGroup.getStartColumnIndex ( ) : int
com/google/refine/model/ColumnGroup.getStartColumnIndex:()I
ColumnGroup.getSubGroups ( ) : List<ColumnGroup>
com/google/refine/model/ColumnGroup.getSubGroups:()Ljava/util/List;
openrefine-3.2.jar,
ColumnModel.class
package com.google.refine.model
ColumnModel.getJsonKeyCellIndex ( ) : Integer
com/google/refine/model/ColumnModel.getJsonKeyCellIndex:()Ljava/lang/Integer;
ColumnModel.getKeyColumnName ( ) : String
com/google/refine/model/ColumnModel.getKeyColumnName:()Ljava/lang/String;
openrefine-3.2.jar,
ColumnMoveOperation.class
package com.google.refine.operations.column
ColumnMoveOperation.getColumnName ( ) : String
com/google/refine/operations/column/ColumnMoveOperation.getColumnName:()Ljava/lang/String;
ColumnMoveOperation.getIndex ( ) : int
com/google/refine/operations/column/ColumnMoveOperation.getIndex:()I
openrefine-3.2.jar,
ColumnOptions.class
package com.google.refine.exporters
CustomizableTabularExporterUtilities.ColumnOptions.CustomizableTabularExporterUtilities.ColumnOptions ( )
com/google/refine/exporters/CustomizableTabularExporterUtilities.ColumnOptions."<init>":()V
openrefine-3.2.jar,
ColumnRemovalOperation.class
package com.google.refine.operations.column
ColumnRemovalOperation.getColumnName ( ) : String
com/google/refine/operations/column/ColumnRemovalOperation.getColumnName:()Ljava/lang/String;
openrefine-3.2.jar,
ColumnRenameOperation.class
package com.google.refine.operations.column
ColumnRenameOperation.getNewColumnName ( ) : String
com/google/refine/operations/column/ColumnRenameOperation.getNewColumnName:()Ljava/lang/String;
ColumnRenameOperation.getOldColumnName ( ) : String
com/google/refine/operations/column/ColumnRenameOperation.getOldColumnName:()Ljava/lang/String;
openrefine-3.2.jar,
ColumnReorderOperation.class
package com.google.refine.operations.column
ColumnReorderOperation.getColumnNames ( ) : List<String>
com/google/refine/operations/column/ColumnReorderOperation.getColumnNames:()Ljava/util/List;
openrefine-3.2.jar,
ColumnSplitOperation.class
package com.google.refine.operations.column
ColumnSplitOperation.deserialize ( EngineConfig engineConfig, String columnName, boolean guessCellType, boolean removeOriginalColumn, String mode, String separator, Boolean regex, Integer maxColumns, int[ ] fieldLengths ) [static] : ColumnSplitOperation
com/google/refine/operations/column/ColumnSplitOperation.deserialize:(Lcom/google/refine/browsing/EngineConfig;Ljava/lang/String;ZZLjava/lang/String;Ljava/lang/String;Ljava/lang/Boolean;Ljava/lang/Integer;[I)Lcom/google/refine/operations/column/ColumnSplitOperation;
ColumnSplitOperation.getColumnName ( ) : String
com/google/refine/operations/column/ColumnSplitOperation.getColumnName:()Ljava/lang/String;
ColumnSplitOperation.getFieldLengths ( ) : int[ ]
com/google/refine/operations/column/ColumnSplitOperation.getFieldLengths:()[I
ColumnSplitOperation.getGuessCellType ( ) : boolean
com/google/refine/operations/column/ColumnSplitOperation.getGuessCellType:()Z
ColumnSplitOperation.getMaxColumns ( ) : Integer
com/google/refine/operations/column/ColumnSplitOperation.getMaxColumns:()Ljava/lang/Integer;
ColumnSplitOperation.getMode ( ) : String
com/google/refine/operations/column/ColumnSplitOperation.getMode:()Ljava/lang/String;
ColumnSplitOperation.getRegex ( ) : Boolean
com/google/refine/operations/column/ColumnSplitOperation.getRegex:()Ljava/lang/Boolean;
ColumnSplitOperation.getRemoveOriginalColumn ( ) : boolean
com/google/refine/operations/column/ColumnSplitOperation.getRemoveOriginalColumn:()Z
ColumnSplitOperation.getSeparator ( ) : String
com/google/refine/operations/column/ColumnSplitOperation.getSeparator:()Ljava/lang/String;
openrefine-3.2.jar,
Combin.class
package com.google.refine.expr.functions.math
Combin.getDescription ( ) : String
com/google/refine/expr/functions/math/Combin.getDescription:()Ljava/lang/String;
Combin.getParams ( ) : String
com/google/refine/expr/functions/math/Combin.getParams:()Ljava/lang/String;
Combin.getReturns ( ) : String
com/google/refine/expr/functions/math/Combin.getReturns:()Ljava/lang/String;
openrefine-3.2.jar,
Command.class
package com.google.refine.commands
Command.getProjectMetadata ( HttpServletRequest request ) : ProjectMetadata
com/google/refine/commands/Command.getProjectMetadata:(Ljavax/servlet/http/HttpServletRequest;)Lcom/google/refine/ProjectMetadata;
Command.respondJSON ( HttpServletResponse response, Object o ) [static] : void
com/google/refine/commands/Command.respondJSON:(Ljavax/servlet/http/HttpServletResponse;Ljava/lang/Object;)V
Command.respondJSON ( HttpServletResponse response, Object o, Properties options ) [static] : void
com/google/refine/commands/Command.respondJSON:(Ljavax/servlet/http/HttpServletResponse;Ljava/lang/Object;Ljava/util/Properties;)V
openrefine-3.2.jar,
ConfigurationResponse.class
package com.google.refine.commands.importing
GetImportingConfigurationCommand.ConfigurationResponse.GetImportingConfigurationCommand.ConfigurationResponse ( )
com/google/refine/commands/importing/GetImportingConfigurationCommand.ConfigurationResponse."<init>":()V
openrefine-3.2.jar,
Contains.class
package com.google.refine.expr.functions.strings
Contains.getDescription ( ) : String
com/google/refine/expr/functions/strings/Contains.getDescription:()Ljava/lang/String;
Contains.getParams ( ) : String
com/google/refine/expr/functions/strings/Contains.getParams:()Ljava/lang/String;
Contains.getReturns ( ) : String
com/google/refine/expr/functions/strings/Contains.getReturns:()Ljava/lang/String;
openrefine-3.2.jar,
Control.class
package com.google.refine.grel
Control.getDescription ( ) [abstract] : String
com/google/refine/grel/Control.getDescription:()Ljava/lang/String;
Control.getParams ( ) : String
com/google/refine/grel/Control.getParams:()Ljava/lang/String;
Control.getReturns ( ) [abstract] : String
com/google/refine/grel/Control.getReturns:()Ljava/lang/String;
openrefine-3.2.jar,
ControlFunctionRegistry.class
package com.google.refine.grel
ControlFunctionRegistry.getControlMap ( ) [static] : Map<String,Control>
com/google/refine/grel/ControlFunctionRegistry.getControlMap:()Ljava/util/Map;
ControlFunctionRegistry.getFunctionMap ( ) [static] : Map<String,Function>
com/google/refine/grel/ControlFunctionRegistry.getFunctionMap:()Ljava/util/Map;
openrefine-3.2.jar,
Cos.class
package com.google.refine.expr.functions.math
Cos.getDescription ( ) : String
com/google/refine/expr/functions/math/Cos.getDescription:()Ljava/lang/String;
Cos.getParams ( ) : String
com/google/refine/expr/functions/math/Cos.getParams:()Ljava/lang/String;
Cos.getReturns ( ) : String
com/google/refine/expr/functions/math/Cos.getReturns:()Ljava/lang/String;
openrefine-3.2.jar,
Cosh.class
package com.google.refine.expr.functions.math
Cosh.getDescription ( ) : String
com/google/refine/expr/functions/math/Cosh.getDescription:()Ljava/lang/String;
Cosh.getParams ( ) : String
com/google/refine/expr/functions/math/Cosh.getParams:()Ljava/lang/String;
Cosh.getReturns ( ) : String
com/google/refine/expr/functions/math/Cosh.getReturns:()Ljava/lang/String;
openrefine-3.2.jar,
Criterion.class
package com.google.refine.sorting
Criterion.getCellIndex ( Project project ) : int
com/google/refine/sorting/Criterion.getCellIndex:(Lcom/google/refine/model/Project;)I
Criterion.getValueType ( ) [abstract] : String
com/google/refine/sorting/Criterion.getValueType:()Ljava/lang/String;
openrefine-3.2.jar,
Cross.class
package com.google.refine.expr.functions
Cross.getDescription ( ) : String
com/google/refine/expr/functions/Cross.getDescription:()Ljava/lang/String;
Cross.getParams ( ) : String
com/google/refine/expr/functions/Cross.getParams:()Ljava/lang/String;
Cross.getReturns ( ) : String
com/google/refine/expr/functions/Cross.getReturns:()Ljava/lang/String;
openrefine-3.2.jar,
DataExtensionConfig.class
package com.google.refine.model.recon
ReconciledDataExtensionJob.DataExtensionConfig.ReconciledDataExtensionJob.DataExtensionConfig ( List<ReconciledDataExtensionJob.DataExtensionProperty> properties )
com/google/refine/model/recon/ReconciledDataExtensionJob.DataExtensionConfig."<init>":(Ljava/util/List;)V
ReconciledDataExtensionJob.DataExtensionConfig.reconstruct ( String json ) [static] : ReconciledDataExtensionJob.DataExtensionConfig
com/google/refine/model/recon/ReconciledDataExtensionJob.DataExtensionConfig.reconstruct:(Ljava/lang/String;)Lcom/google/refine/model/recon/ReconciledDataExtensionJob$DataExtensionConfig;
openrefine-3.2.jar,
DataExtensionProperty.class
package com.google.refine.model.recon
ReconciledDataExtensionJob.DataExtensionProperty.ReconciledDataExtensionJob.DataExtensionProperty ( String id, String name, Map<String,Object> settings )
com/google/refine/model/recon/ReconciledDataExtensionJob.DataExtensionProperty."<init>":(Ljava/lang/String;Ljava/lang/String;Ljava/util/Map;)V
openrefine-3.2.jar,
DataExtensionQuery.class
package com.google.refine.model.recon
ReconciledDataExtensionJob.DataExtensionQuery.ReconciledDataExtensionJob.DataExtensionQuery ( List<String> ids, List<ReconciledDataExtensionJob.DataExtensionProperty> properties )
com/google/refine/model/recon/ReconciledDataExtensionJob.DataExtensionQuery."<init>":(Ljava/util/List;Ljava/util/List;)V
openrefine-3.2.jar,
DateCriterion.class
package com.google.refine.sorting
DateCriterion.getValueType ( ) : String
com/google/refine/sorting/DateCriterion.getValueType:()Ljava/lang/String;
openrefine-3.2.jar,
DatePart.class
package com.google.refine.expr.functions.date
DatePart.getDescription ( ) : String
com/google/refine/expr/functions/date/DatePart.getDescription:()Ljava/lang/String;
DatePart.getParams ( ) : String
com/google/refine/expr/functions/date/DatePart.getParams:()Ljava/lang/String;
DatePart.getReturns ( ) : String
com/google/refine/expr/functions/date/DatePart.getReturns:()Ljava/lang/String;
openrefine-3.2.jar,
DecoratedValueWrapper.class
package com.google.refine.browsing.facets
ListFacet.DecoratedValueWrapper.ListFacet.DecoratedValueWrapper ( DecoratedValue value )
com/google/refine/browsing/facets/ListFacet.DecoratedValueWrapper."<init>":(Lcom/google/refine/browsing/DecoratedValue;)V
openrefine-3.2.jar,
DefaultImportingController.class
package com.google.refine.importing
DefaultImportingController.convertErrorsToJsonArray ( List<Exception> exceptions ) [static] : ArrayNode
com/google/refine/importing/DefaultImportingController.convertErrorsToJsonArray:(Ljava/util/List;)Lcom/fasterxml/jackson/databind/node/ArrayNode;
DefaultImportingController.writeErrors ( JsonGenerator writer, List<Exception> exceptions ) [static] : void
com/google/refine/importing/DefaultImportingController.writeErrors:(Lcom/fasterxml/jackson/core/JsonGenerator;Ljava/util/List;)V
openrefine-3.2.jar,
Degrees.class
package com.google.refine.expr.functions.math
Degrees.getDescription ( ) : String
com/google/refine/expr/functions/math/Degrees.getDescription:()Ljava/lang/String;
Degrees.getParams ( ) : String
com/google/refine/expr/functions/math/Degrees.getParams:()Ljava/lang/String;
Degrees.getReturns ( ) : String
com/google/refine/expr/functions/math/Degrees.getReturns:()Ljava/lang/String;
openrefine-3.2.jar,
Diff.class
package com.google.refine.expr.functions.strings
Diff.getDescription ( ) : String
com/google/refine/expr/functions/strings/Diff.getDescription:()Ljava/lang/String;
Diff.getParams ( ) : String
com/google/refine/expr/functions/strings/Diff.getParams:()Ljava/lang/String;
Diff.getReturns ( ) : String
com/google/refine/expr/functions/strings/Diff.getReturns:()Ljava/lang/String;
openrefine-3.2.jar,
DistanceFactory.class
package com.google.refine.clustering.knn
DistanceFactory.DistanceFactory ( )
com/google/refine/clustering/knn/DistanceFactory."<init>":()V
DistanceFactory.get ( String name ) [static] : SimilarityDistance
com/google/refine/clustering/knn/DistanceFactory.get:(Ljava/lang/String;)Lcom/google/refine/clustering/knn/SimilarityDistance;
DistanceFactory.getDistanceNames ( ) [static] : List<String>
com/google/refine/clustering/knn/DistanceFactory.getDistanceNames:()Ljava/util/List;
DistanceFactory.put ( String name, SimilarityDistance distance ) [static] : void
com/google/refine/clustering/knn/DistanceFactory.put:(Ljava/lang/String;Lcom/google/refine/clustering/knn/SimilarityDistance;)V
openrefine-3.2.jar,
DoubleSerializer.class
package com.google.refine.util
SerializationFilters.DoubleSerializer.SerializationFilters.DoubleSerializer ( )
com/google/refine/util/SerializationFilters.DoubleSerializer."<init>":()V
SerializationFilters.DoubleSerializer.serialize ( Double arg0, JsonGenerator gen, SerializerProvider s ) : void
com/google/refine/util/SerializationFilters.DoubleSerializer.serialize:(Ljava/lang/Double;Lcom/fasterxml/jackson/core/JsonGenerator;Lcom/fasterxml/jackson/databind/SerializerProvider;)V
SerializationFilters.DoubleSerializer.serialize ( Object p1, JsonGenerator p2, SerializerProvider p3 ) : void
com/google/refine/util/SerializationFilters.DoubleSerializer.serialize:(Ljava/lang/Object;Lcom/fasterxml/jackson/core/JsonGenerator;Lcom/fasterxml/jackson/databind/SerializerProvider;)V
openrefine-3.2.jar,
Edit.class
package com.google.refine.operations.cell
MassEditOperation.Edit.deserialize ( List<String> from, boolean fromBlank, boolean fromError, Object to, String type ) [static] : MassEditOperation.Edit
com/google/refine/operations/cell/MassEditOperation.Edit.deserialize:(Ljava/util/List;ZZLjava/lang/Object;Ljava/lang/String;)Lcom/google/refine/operations/cell/MassEditOperation$Edit;
openrefine-3.2.jar,
EditResult.class
package com.google.refine.commands.cell
EditOneCellCommand.EditResult.EditOneCellCommand.EditResult ( String code, HistoryEntry historyEntry, Cell cell, Pool pool )
com/google/refine/commands/cell/EditOneCellCommand.EditResult."<init>":(Ljava/lang/String;Lcom/google/refine/history/HistoryEntry;Lcom/google/refine/model/Cell;Lcom/google/refine/util/Pool;)V
openrefine-3.2.jar,
EndsWith.class
package com.google.refine.expr.functions.strings
EndsWith.getDescription ( ) : String
com/google/refine/expr/functions/strings/EndsWith.getDescription:()Ljava/lang/String;
EndsWith.getParams ( ) : String
com/google/refine/expr/functions/strings/EndsWith.getParams:()Ljava/lang/String;
EndsWith.getReturns ( ) : String
com/google/refine/expr/functions/strings/EndsWith.getReturns:()Ljava/lang/String;
openrefine-3.2.jar,
EngineConfig.class
package com.google.refine.browsing
EngineConfig.reconstruct ( String json ) [static] : EngineConfig
com/google/refine/browsing/EngineConfig.reconstruct:(Ljava/lang/String;)Lcom/google/refine/browsing/EngineConfig;
openrefine-3.2.jar,
EngineDependentMassCellOperation.class
package com.google.refine.operations
EngineDependentMassCellOperation.getColumnName ( ) : String
com/google/refine/operations/EngineDependentMassCellOperation.getColumnName:()Ljava/lang/String;
openrefine-3.2.jar,
ErrorMessage.class
package com.google.refine.commands.expr
PreviewExpressionCommand.ErrorMessage.PreviewExpressionCommand.ErrorMessage ( String m )
com/google/refine/commands/expr/PreviewExpressionCommand.ErrorMessage."<init>":(Ljava/lang/String;)V
openrefine-3.2.jar,
Escape.class
package com.google.refine.expr.functions.strings
Escape.getDescription ( ) : String
com/google/refine/expr/functions/strings/Escape.getDescription:()Ljava/lang/String;
Escape.getParams ( ) : String
com/google/refine/expr/functions/strings/Escape.getParams:()Ljava/lang/String;
Escape.getReturns ( ) : String
com/google/refine/expr/functions/strings/Escape.getReturns:()Ljava/lang/String;
openrefine-3.2.jar,
EvalError.class
package com.google.refine.expr
EvalError.getType ( ) : String
com/google/refine/expr/EvalError.getType:()Ljava/lang/String;
openrefine-3.2.jar,
Even.class
package com.google.refine.expr.functions.math
Even.getDescription ( ) : String
com/google/refine/expr/functions/math/Even.getDescription:()Ljava/lang/String;
Even.getParams ( ) : String
com/google/refine/expr/functions/math/Even.getParams:()Ljava/lang/String;
Even.getReturns ( ) : String
com/google/refine/expr/functions/math/Even.getReturns:()Ljava/lang/String;
openrefine-3.2.jar,
ExcelImporter.class
package com.google.refine.importers
ExcelImporter.createParserUIInitializationData ( ImportingJob job, List<ObjectNode> fileRecords, String format ) : ObjectNode
com/google/refine/importers/ExcelImporter.createParserUIInitializationData:(Lcom/google/refine/importing/ImportingJob;Ljava/util/List;Ljava/lang/String;)Lcom/fasterxml/jackson/databind/node/ObjectNode;
ExcelImporter.parseOneFile ( Project project, ProjectMetadata metadata, ImportingJob job, String fileSource, InputStream inputStream, int limit, ObjectNode options, List<Exception> exceptions ) : void
com/google/refine/importers/ExcelImporter.parseOneFile:(Lcom/google/refine/model/Project;Lcom/google/refine/ProjectMetadata;Lcom/google/refine/importing/ImportingJob;Ljava/lang/String;Ljava/io/InputStream;ILcom/fasterxml/jackson/databind/node/ObjectNode;Ljava/util/List;)V
openrefine-3.2.jar,
ExceptionMessage.class
package com.google.refine.process
ProcessManager.ExceptionMessage.ProcessManager.ExceptionMessage ( Exception e )
com/google/refine/process/ProcessManager.ExceptionMessage."<init>":(Ljava/lang/Exception;)V
openrefine-3.2.jar,
Exp.class
package com.google.refine.expr.functions.math
Exp.getDescription ( ) : String
com/google/refine/expr/functions/math/Exp.getDescription:()Ljava/lang/String;
Exp.getParams ( ) : String
com/google/refine/expr/functions/math/Exp.getParams:()Ljava/lang/String;
Exp.getReturns ( ) : String
com/google/refine/expr/functions/math/Exp.getReturns:()Ljava/lang/String;
openrefine-3.2.jar,
Expression.class
package com.google.refine.commands.expr
GetStarredExpressionsCommand.Expression.GetStarredExpressionsCommand.Expression ( String c )
com/google/refine/commands/expr/GetStarredExpressionsCommand.Expression."<init>":(Ljava/lang/String;)V
openrefine-3.2.jar,
ExpressionEqualRowFilter.class
package com.google.refine.browsing.filters
ExpressionEqualRowFilter.ExpressionEqualRowFilter ( Evaluable evaluable, String columnName, int cellIndex, Object[ ] matches, boolean selectBlank, boolean selectError, boolean invert )
com/google/refine/browsing/filters/ExpressionEqualRowFilter."<init>":(Lcom/google/refine/expr/Evaluable;Ljava/lang/String;I[Ljava/lang/Object;ZZZ)V
openrefine-3.2.jar,
ExpressionList.class
package com.google.refine.commands.expr
GetStarredExpressionsCommand.ExpressionList.GetStarredExpressionsCommand.ExpressionList ( List<GetStarredExpressionsCommand.Expression> e )
com/google/refine/commands/expr/GetStarredExpressionsCommand.ExpressionList."<init>":(Ljava/util/List;)V
openrefine-3.2.jar,
ExpressionsList.class
package com.google.refine.commands.expr
GetExpressionHistoryCommand.ExpressionsList.GetExpressionHistoryCommand.ExpressionsList ( List<GetExpressionHistoryCommand.ExpressionState> states )
com/google/refine/commands/expr/GetExpressionHistoryCommand.ExpressionsList."<init>":(Ljava/util/List;)V
openrefine-3.2.jar,
ExpressionState.class
package com.google.refine.commands.expr
GetExpressionHistoryCommand.ExpressionState.GetExpressionHistoryCommand.ExpressionState ( String code, boolean starred )
com/google/refine/commands/expr/GetExpressionHistoryCommand.ExpressionState."<init>":(Ljava/lang/String;Z)V
openrefine-3.2.jar,
ExtendDataOperation.class
package com.google.refine.operations.recon
ExtendDataOperation.ExtendDataOperation ( EngineConfig engineConfig, String baseColumnName, String endpoint, String identifierSpace, String schemaSpace, ReconciledDataExtensionJob.DataExtensionConfig extension, int columnInsertIndex )
com/google/refine/operations/recon/ExtendDataOperation."<init>":(Lcom/google/refine/browsing/EngineConfig;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/google/refine/model/recon/ReconciledDataExtensionJob$DataExtensionConfig;I)V
openrefine-3.2.jar,
FacetConfig.class
package com.google.refine.browsing.facets
FacetConfig.getJsonType ( ) [abstract] : String
com/google/refine/browsing/facets/FacetConfig.getJsonType:()Ljava/lang/String;
openrefine-3.2.jar,
FacetConfigResolver.class
package com.google.refine.browsing.facets
FacetConfigResolver.FacetConfigResolver ( )
com/google/refine/browsing/facets/FacetConfigResolver."<init>":()V
FacetConfigResolver.getMechanism ( ) : JsonTypeInfo.Id
com/google/refine/browsing/facets/FacetConfigResolver.getMechanism:()Lcom/fasterxml/jackson/annotation/JsonTypeInfo$Id;
FacetConfigResolver.idFromValue ( Object instance ) : String
com/google/refine/browsing/facets/FacetConfigResolver.idFromValue:(Ljava/lang/Object;)Ljava/lang/String;
FacetConfigResolver.idFromValueAndType ( Object instance, Class<?> type ) : String
com/google/refine/browsing/facets/FacetConfigResolver.idFromValueAndType:(Ljava/lang/Object;Ljava/lang/Class;)Ljava/lang/String;
FacetConfigResolver.typeFromId ( DatabindContext context, String id ) : JavaType
com/google/refine/browsing/facets/FacetConfigResolver.typeFromId:(Lcom/fasterxml/jackson/databind/DatabindContext;Ljava/lang/String;)Lcom/fasterxml/jackson/databind/JavaType;
openrefine-3.2.jar,
FacetCount.class
package com.google.refine.expr.functions
FacetCount.getDescription ( ) : String
com/google/refine/expr/functions/FacetCount.getDescription:()Ljava/lang/String;
FacetCount.getParams ( ) : String
com/google/refine/expr/functions/FacetCount.getParams:()Ljava/lang/String;
FacetCount.getReturns ( ) : String
com/google/refine/expr/functions/FacetCount.getReturns:()Ljava/lang/String;
openrefine-3.2.jar,
Fact.class
package com.google.refine.expr.functions.math
Fact.getDescription ( ) : String
com/google/refine/expr/functions/math/Fact.getDescription:()Ljava/lang/String;
Fact.getParams ( ) : String
com/google/refine/expr/functions/math/Fact.getParams:()Ljava/lang/String;
Fact.getReturns ( ) : String
com/google/refine/expr/functions/math/Fact.getReturns:()Ljava/lang/String;
openrefine-3.2.jar,
FactN.class
package com.google.refine.expr.functions.math
FactN.getDescription ( ) : String
com/google/refine/expr/functions/math/FactN.getDescription:()Ljava/lang/String;
FactN.getParams ( ) : String
com/google/refine/expr/functions/math/FactN.getParams:()Ljava/lang/String;
FactN.getReturns ( ) : String
com/google/refine/expr/functions/math/FactN.getReturns:()Ljava/lang/String;
openrefine-3.2.jar,
FileProjectManager.class
package com.google.refine.io
FileProjectManager.getProjectIds ( ) : Set<Long>
com/google/refine/io/FileProjectManager.getProjectIds:()Ljava/util/Set;
FileProjectManager.loadProjects ( List<Long> projectIDs ) : void
com/google/refine/io/FileProjectManager.loadProjects:(Ljava/util/List;)V
FileProjectManager.saveMetadata ( ProjectMetadata metadata, long projectId ) : void
com/google/refine/io/FileProjectManager.saveMetadata:(Lcom/google/refine/ProjectMetadata;J)V
FileProjectManager.saveNeeded ( ) : boolean
com/google/refine/io/FileProjectManager.saveNeeded:()Z
FileProjectManager.saveProjectMetadata ( ) : void
com/google/refine/io/FileProjectManager.saveProjectMetadata:()V
FileProjectManager.setExpressions ( TopList newExpressions ) : void
com/google/refine/io/FileProjectManager.setExpressions:(Lcom/google/refine/preference/TopList;)V
FileProjectManager.setPreferences ( PreferenceStore preferences ) : void
com/google/refine/io/FileProjectManager.setPreferences:(Lcom/google/refine/preference/PreferenceStore;)V
openrefine-3.2.jar,
Filter.class
package com.google.refine.grel.controls
Filter.getDescription ( ) : String
com/google/refine/grel/controls/Filter.getDescription:()Ljava/lang/String;
Filter.getParams ( ) : String
com/google/refine/grel/controls/Filter.getParams:()Ljava/lang/String;
Filter.getReturns ( ) : String
com/google/refine/grel/controls/Filter.getReturns:()Ljava/lang/String;
openrefine-3.2.jar,
Find.class
package com.google.refine.expr.functions.strings
Find.getDescription ( ) : String
com/google/refine/expr/functions/strings/Find.getDescription:()Ljava/lang/String;
Find.getParams ( ) : String
com/google/refine/expr/functions/strings/Find.getParams:()Ljava/lang/String;
Find.getReturns ( ) : String
com/google/refine/expr/functions/strings/Find.getReturns:()Ljava/lang/String;
openrefine-3.2.jar,
Fingerprint.class
package com.google.refine.expr.functions.strings
Fingerprint.getDescription ( ) : String
com/google/refine/expr/functions/strings/Fingerprint.getDescription:()Ljava/lang/String;
Fingerprint.getParams ( ) : String
com/google/refine/expr/functions/strings/Fingerprint.getParams:()Ljava/lang/String;
Fingerprint.getReturns ( ) : String
com/google/refine/expr/functions/strings/Fingerprint.getReturns:()Ljava/lang/String;
openrefine-3.2.jar,
FixedWidthImporter.class
package com.google.refine.importers
FixedWidthImporter.createParserUIInitializationData ( ImportingJob job, List<ObjectNode> fileRecords, String format ) : ObjectNode
com/google/refine/importers/FixedWidthImporter.createParserUIInitializationData:(Lcom/google/refine/importing/ImportingJob;Ljava/util/List;Ljava/lang/String;)Lcom/fasterxml/jackson/databind/node/ObjectNode;
FixedWidthImporter.parseOneFile ( Project project, ProjectMetadata metadata, ImportingJob job, String fileSource, Reader reader, int limit, ObjectNode options, List<Exception> exceptions ) : void
com/google/refine/importers/FixedWidthImporter.parseOneFile:(Lcom/google/refine/model/Project;Lcom/google/refine/ProjectMetadata;Lcom/google/refine/importing/ImportingJob;Ljava/lang/String;Ljava/io/Reader;ILcom/fasterxml/jackson/databind/node/ObjectNode;Ljava/util/List;)V
openrefine-3.2.jar,
Floor.class
package com.google.refine.expr.functions.math
Floor.getDescription ( ) : String
com/google/refine/expr/functions/math/Floor.getDescription:()Ljava/lang/String;
Floor.getParams ( ) : String
com/google/refine/expr/functions/math/Floor.getParams:()Ljava/lang/String;
Floor.getReturns ( ) : String
com/google/refine/expr/functions/math/Floor.getReturns:()Ljava/lang/String;
openrefine-3.2.jar,
ForEach.class
package com.google.refine.grel.controls
ForEach.getDescription ( ) : String
com/google/refine/grel/controls/ForEach.getDescription:()Ljava/lang/String;
ForEach.getParams ( ) : String
com/google/refine/grel/controls/ForEach.getParams:()Ljava/lang/String;
ForEach.getReturns ( ) : String
com/google/refine/grel/controls/ForEach.getReturns:()Ljava/lang/String;
openrefine-3.2.jar,
ForEachIndex.class
package com.google.refine.grel.controls
ForEachIndex.getDescription ( ) : String
com/google/refine/grel/controls/ForEachIndex.getDescription:()Ljava/lang/String;
ForEachIndex.getParams ( ) : String
com/google/refine/grel/controls/ForEachIndex.getParams:()Ljava/lang/String;
ForEachIndex.getReturns ( ) : String
com/google/refine/grel/controls/ForEachIndex.getReturns:()Ljava/lang/String;
openrefine-3.2.jar,
ForNonBlank.class
package com.google.refine.grel.controls
ForNonBlank.getDescription ( ) : String
com/google/refine/grel/controls/ForNonBlank.getDescription:()Ljava/lang/String;
ForNonBlank.getParams ( ) : String
com/google/refine/grel/controls/ForNonBlank.getParams:()Ljava/lang/String;
ForNonBlank.getReturns ( ) : String
com/google/refine/grel/controls/ForNonBlank.getReturns:()Ljava/lang/String;
openrefine-3.2.jar,
ForRange.class
package com.google.refine.grel.controls
ForRange.getDescription ( ) : String
com/google/refine/grel/controls/ForRange.getDescription:()Ljava/lang/String;
ForRange.getParams ( ) : String
com/google/refine/grel/controls/ForRange.getParams:()Ljava/lang/String;
ForRange.getReturns ( ) : String
com/google/refine/grel/controls/ForRange.getReturns:()Ljava/lang/String;
openrefine-3.2.jar,
Function.class
package com.google.refine.grel
Function.getDescription ( ) [abstract] : String
com/google/refine/grel/Function.getDescription:()Ljava/lang/String;
Function.getParams ( ) : String
com/google/refine/grel/Function.getParams:()Ljava/lang/String;
Function.getReturns ( ) [abstract] : String
com/google/refine/grel/Function.getReturns:()Ljava/lang/String;
openrefine-3.2.jar,
Get.class
package com.google.refine.expr.functions
Get.getDescription ( ) : String
com/google/refine/expr/functions/Get.getDescription:()Ljava/lang/String;
Get.getParams ( ) : String
com/google/refine/expr/functions/Get.getParams:()Ljava/lang/String;
Get.getReturns ( ) : String
com/google/refine/expr/functions/Get.getReturns:()Ljava/lang/String;
openrefine-3.2.jar,
GetClusteringFunctionsAndDistancesCommand.class
package com.google.refine.commands.browsing
GetClusteringFunctionsAndDistancesCommand.doGet ( HttpServletRequest request, HttpServletResponse response ) : void
com/google/refine/commands/browsing/GetClusteringFunctionsAndDistancesCommand.doGet:(Ljavax/servlet/http/HttpServletRequest;Ljavax/servlet/http/HttpServletResponse;)V
GetClusteringFunctionsAndDistancesCommand.GetClusteringFunctionsAndDistancesCommand ( )
com/google/refine/commands/browsing/GetClusteringFunctionsAndDistancesCommand."<init>":()V
openrefine-3.2.jar,
GetProjectIDException.class
package com.google.refine.util
GetProjectIDException.GetProjectIDException ( )
com/google/refine/util/GetProjectIDException."<init>":()V
GetProjectIDException.GetProjectIDException ( String message )
com/google/refine/util/GetProjectIDException."<init>":(Ljava/lang/String;)V
openrefine-3.2.jar,
GetScatterplotCommand.class
package com.google.refine.commands.browsing
GetScatterplotCommand.draw ( OutputStream output, Project project, Engine engine, GetScatterplotCommand.PlotterConfig o ) : void
com/google/refine/commands/browsing/GetScatterplotCommand.draw:(Ljava/io/OutputStream;Lcom/google/refine/model/Project;Lcom/google/refine/browsing/Engine;Lcom/google/refine/commands/browsing/GetScatterplotCommand$PlotterConfig;)V
openrefine-3.2.jar,
GetStarredExpressionsCommand.class
package com.google.refine.commands.expr
GetStarredExpressionsCommand.getExpressionsList ( ) [static] : GetStarredExpressionsCommand.ExpressionList
com/google/refine/commands/expr/GetStarredExpressionsCommand.getExpressionsList:()Lcom/google/refine/commands/expr/GetStarredExpressionsCommand$ExpressionList;
openrefine-3.2.jar,
GreatestCommonDenominator.class
package com.google.refine.expr.functions.math
GreatestCommonDenominator.getDescription ( ) : String
com/google/refine/expr/functions/math/GreatestCommonDenominator.getDescription:()Ljava/lang/String;
GreatestCommonDenominator.getParams ( ) : String
com/google/refine/expr/functions/math/GreatestCommonDenominator.getParams:()Ljava/lang/String;
GreatestCommonDenominator.getReturns ( ) : String
com/google/refine/expr/functions/math/GreatestCommonDenominator.getReturns:()Ljava/lang/String;
openrefine-3.2.jar,
HasField.class
package com.google.refine.expr.functions
HasField.getDescription ( ) : String
com/google/refine/expr/functions/HasField.getDescription:()Ljava/lang/String;
HasField.getParams ( ) : String
com/google/refine/expr/functions/HasField.getParams:()Ljava/lang/String;
HasField.getReturns ( ) : String
com/google/refine/expr/functions/HasField.getReturns:()Ljava/lang/String;
openrefine-3.2.jar,
HistoryEntries.class
package com.google.refine.commands.history
GetOperationsCommand.HistoryEntries.GetOperationsCommand.HistoryEntries ( List<HistoryEntry> entries )
com/google/refine/commands/history/GetOperationsCommand.HistoryEntries."<init>":(Ljava/util/List;)V
openrefine-3.2.jar,
HistoryEntry.class
package com.google.refine.history
HistoryEntry.HistoryEntry ( long id, long projectID, String description, AbstractOperation operation )
com/google/refine/history/HistoryEntry."<init>":(JJLjava/lang/String;Lcom/google/refine/model/AbstractOperation;)V
openrefine-3.2.jar,
HistoryEntryResponse.class
package com.google.refine.commands
Command.HistoryEntryResponse.Command.HistoryEntryResponse ( HistoryEntry entry )
com/google/refine/commands/Command.HistoryEntryResponse."<init>":(Lcom/google/refine/history/HistoryEntry;)V
Command.HistoryEntryResponse.getCode ( ) : String
com/google/refine/commands/Command.HistoryEntryResponse.getCode:()Ljava/lang/String;
openrefine-3.2.jar,
HistoryProcess.class
package com.google.refine.history
HistoryProcess.getDescription ( ) : String
com/google/refine/history/HistoryProcess.getDescription:()Ljava/lang/String;
HistoryProcess.getId ( ) : long
com/google/refine/history/HistoryProcess.getId:()J
HistoryProcess.getStatus ( ) : String
com/google/refine/history/HistoryProcess.getStatus:()Ljava/lang/String;
openrefine-3.2.jar,
HttpHeader.class
package com.google.refine.operations.column
ColumnAdditionByFetchingURLsOperation.HttpHeader.ColumnAdditionByFetchingURLsOperation.HttpHeader ( String name, String value )
com/google/refine/operations/column/ColumnAdditionByFetchingURLsOperation.HttpHeader."<init>":(Ljava/lang/String;Ljava/lang/String;)V
openrefine-3.2.jar,
HttpUtilities.class
package com.google.refine.commands
HttpUtilities.respondJSON ( HttpServletResponse response, Object o ) [static] : void
com/google/refine/commands/HttpUtilities.respondJSON:(Ljavax/servlet/http/HttpServletResponse;Ljava/lang/Object;)V
HttpUtilities.respondJSON ( HttpServletResponse response, Object o, Properties options ) [static] : void
com/google/refine/commands/HttpUtilities.respondJSON:(Ljavax/servlet/http/HttpServletResponse;Ljava/lang/Object;Ljava/util/Properties;)V
openrefine-3.2.jar,
If.class
package com.google.refine.grel.controls
If.getDescription ( ) : String
com/google/refine/grel/controls/If.getDescription:()Ljava/lang/String;
If.getParams ( ) : String
com/google/refine/grel/controls/If.getParams:()Ljava/lang/String;
If.getReturns ( ) : String
com/google/refine/grel/controls/If.getReturns:()Ljava/lang/String;
openrefine-3.2.jar,
ImportingConfiguration.class
package com.google.refine.importing
ImportingManager.ImportingConfiguration.getExtensionToFormat ( ) : Map<String,String>
com/google/refine/importing/ImportingManager.ImportingConfiguration.getExtensionToFormat:()Ljava/util/Map;
ImportingManager.ImportingConfiguration.getFormats ( ) : Map<String,ImportingManager.Format>
com/google/refine/importing/ImportingManager.ImportingConfiguration.getFormats:()Ljava/util/Map;
ImportingManager.ImportingConfiguration.getMimeTypeToFormat ( ) : Map<String,String>
com/google/refine/importing/ImportingManager.ImportingConfiguration.getMimeTypeToFormat:()Ljava/util/Map;
ImportingManager.ImportingConfiguration.ImportingManager.ImportingConfiguration ( )
com/google/refine/importing/ImportingManager.ImportingConfiguration."<init>":()V
openrefine-3.2.jar,
ImportingJob.class
package com.google.refine.importing
ImportingJob.getJsonConfig ( ) : String
com/google/refine/importing/ImportingJob.getJsonConfig:()Ljava/lang/String;
ImportingJob.getOrCreateDefaultConfig ( ) : ObjectNode
com/google/refine/importing/ImportingJob.getOrCreateDefaultConfig:()Lcom/fasterxml/jackson/databind/node/ObjectNode;
ImportingJob.getRetrievalRecord ( ) : ObjectNode
com/google/refine/importing/ImportingJob.getRetrievalRecord:()Lcom/fasterxml/jackson/databind/node/ObjectNode;
ImportingJob.setFileSelection ( ArrayNode fileSelectionArray ) : void
com/google/refine/importing/ImportingJob.setFileSelection:(Lcom/fasterxml/jackson/databind/node/ArrayNode;)V
ImportingJob.setRankedFormats ( ArrayNode rankedFormats ) : void
com/google/refine/importing/ImportingJob.setRankedFormats:(Lcom/fasterxml/jackson/databind/node/ArrayNode;)V
openrefine-3.2.jar,
ImportingParser.class
package com.google.refine.importing
ImportingParser.createParserUIInitializationData ( ImportingJob p1, List<ObjectNode> p2, String p3 ) [abstract] : ObjectNode
com/google/refine/importing/ImportingParser.createParserUIInitializationData:(Lcom/google/refine/importing/ImportingJob;Ljava/util/List;Ljava/lang/String;)Lcom/fasterxml/jackson/databind/node/ObjectNode;
ImportingParser.parse ( Project p1, ProjectMetadata p2, ImportingJob p3, List<ObjectNode> p4, String p5, int p6, ObjectNode p7, List<Exception> p8 ) [abstract] : void
com/google/refine/importing/ImportingParser.parse:(Lcom/google/refine/model/Project;Lcom/google/refine/ProjectMetadata;Lcom/google/refine/importing/ImportingJob;Ljava/util/List;Ljava/lang/String;ILcom/fasterxml/jackson/databind/node/ObjectNode;Ljava/util/List;)V
openrefine-3.2.jar,
ImportingParserBase.class
package com.google.refine.importers
ImportingParserBase.createParserUIInitializationData ( ImportingJob job, List<ObjectNode> fileRecords, String format ) : ObjectNode
com/google/refine/importers/ImportingParserBase.createParserUIInitializationData:(Lcom/google/refine/importing/ImportingJob;Ljava/util/List;Ljava/lang/String;)Lcom/fasterxml/jackson/databind/node/ObjectNode;
ImportingParserBase.parse ( Project project, ProjectMetadata metadata, ImportingJob job, List<ObjectNode> fileRecords, String format, int limit, ObjectNode options, List<Exception> exceptions ) : void
com/google/refine/importers/ImportingParserBase.parse:(Lcom/google/refine/model/Project;Lcom/google/refine/ProjectMetadata;Lcom/google/refine/importing/ImportingJob;Ljava/util/List;Ljava/lang/String;ILcom/fasterxml/jackson/databind/node/ObjectNode;Ljava/util/List;)V
ImportingParserBase.parseOneFile ( Project project, ProjectMetadata metadata, ImportingJob job, ObjectNode fileRecord, int limit, ObjectNode options, List<Exception> exceptions, ImporterUtilities.MultiFileReadingProgress progress ) : void
com/google/refine/importers/ImportingParserBase.parseOneFile:(Lcom/google/refine/model/Project;Lcom/google/refine/ProjectMetadata;Lcom/google/refine/importing/ImportingJob;Lcom/fasterxml/jackson/databind/node/ObjectNode;ILcom/fasterxml/jackson/databind/node/ObjectNode;Ljava/util/List;Lcom/google/refine/importers/ImporterUtilities$MultiFileReadingProgress;)V
ImportingParserBase.parseOneFile ( Project project, ProjectMetadata metadata, ImportingJob job, String fileSource, InputStream inputStream, int limit, ObjectNode options, List<Exception> exceptions ) : void
com/google/refine/importers/ImportingParserBase.parseOneFile:(Lcom/google/refine/model/Project;Lcom/google/refine/ProjectMetadata;Lcom/google/refine/importing/ImportingJob;Ljava/lang/String;Ljava/io/InputStream;ILcom/fasterxml/jackson/databind/node/ObjectNode;Ljava/util/List;)V
ImportingParserBase.parseOneFile ( Project project, ProjectMetadata metadata, ImportingJob job, String fileSource, Reader reader, int limit, ObjectNode options, List<Exception> exceptions ) : void
com/google/refine/importers/ImportingParserBase.parseOneFile:(Lcom/google/refine/model/Project;Lcom/google/refine/ProjectMetadata;Lcom/google/refine/importing/ImportingJob;Ljava/lang/String;Ljava/io/Reader;ILcom/fasterxml/jackson/databind/node/ObjectNode;Ljava/util/List;)V
openrefine-3.2.jar,
ImportingUtilities.class
package com.google.refine.importing
ImportingUtilities.autoSelectFiles ( ImportingJob job, ObjectNode retrievalRecord, ArrayNode fileSelectionIndexes ) [static] : String
com/google/refine/importing/ImportingUtilities.autoSelectFiles:(Lcom/google/refine/importing/ImportingJob;Lcom/fasterxml/jackson/databind/node/ObjectNode;Lcom/fasterxml/jackson/databind/node/ArrayNode;)Ljava/lang/String;
ImportingUtilities.createProject ( ImportingJob job, String format, ObjectNode optionObj, List<Exception> exceptions, boolean synchronous ) [static] : long
com/google/refine/importing/ImportingUtilities.createProject:(Lcom/google/refine/importing/ImportingJob;Ljava/lang/String;Lcom/fasterxml/jackson/databind/node/ObjectNode;Ljava/util/List;Z)J
ImportingUtilities.createProjectMetadata ( ObjectNode optionObj ) [static] : ProjectMetadata
com/google/refine/importing/ImportingUtilities.createProjectMetadata:(Lcom/fasterxml/jackson/databind/node/ObjectNode;)Lcom/google/refine/ProjectMetadata;
ImportingUtilities.explodeArchive ( File rawDataDir, InputStream archiveIS, ObjectNode archiveFileRecord, ArrayNode fileRecords, ImportingUtilities.Progress progress ) [static] : boolean
com/google/refine/importing/ImportingUtilities.explodeArchive:(Ljava/io/File;Ljava/io/InputStream;Lcom/fasterxml/jackson/databind/node/ObjectNode;Lcom/fasterxml/jackson/databind/node/ArrayNode;Lcom/google/refine/importing/ImportingUtilities$Progress;)Z
ImportingUtilities.getCommonFormatForSelectedFiles ( ImportingJob job, ArrayNode fileSelectionIndexes ) [static] : String
com/google/refine/importing/ImportingUtilities.getCommonFormatForSelectedFiles:(Lcom/google/refine/importing/ImportingJob;Lcom/fasterxml/jackson/databind/node/ArrayNode;)Ljava/lang/String;
ImportingUtilities.getEncoding ( ObjectNode firstFileRecord ) [static] : String
com/google/refine/importing/ImportingUtilities.getEncoding:(Lcom/fasterxml/jackson/databind/node/ObjectNode;)Ljava/lang/String;
ImportingUtilities.getFile ( ImportingJob job, ObjectNode fileRecord ) [static] : File
com/google/refine/importing/ImportingUtilities.getFile:(Lcom/google/refine/importing/ImportingJob;Lcom/fasterxml/jackson/databind/node/ObjectNode;)Ljava/io/File;
ImportingUtilities.getFileReader ( File file, ObjectNode fileRecord, String commonEncoding ) [static] : Reader
com/google/refine/importing/ImportingUtilities.getFileReader:(Ljava/io/File;Lcom/fasterxml/jackson/databind/node/ObjectNode;Ljava/lang/String;)Ljava/io/Reader;
ImportingUtilities.getFileReader ( ImportingJob job, ObjectNode fileRecord, String commonEncoding ) [static] : Reader
com/google/refine/importing/ImportingUtilities.getFileReader:(Lcom/google/refine/importing/ImportingJob;Lcom/fasterxml/jackson/databind/node/ObjectNode;Ljava/lang/String;)Ljava/io/Reader;
ImportingUtilities.getFileSource ( ObjectNode fileRecord ) [static] : String
com/google/refine/importing/ImportingUtilities.getFileSource:(Lcom/fasterxml/jackson/databind/node/ObjectNode;)Ljava/lang/String;
ImportingUtilities.getReaderFromStream ( InputStream inputStream, ObjectNode fileRecord, String commonEncoding ) [static] : Reader
com/google/refine/importing/ImportingUtilities.getReaderFromStream:(Ljava/io/InputStream;Lcom/fasterxml/jackson/databind/node/ObjectNode;Ljava/lang/String;)Ljava/io/Reader;
ImportingUtilities.loadDataAndPrepareJob ( HttpServletRequest request, HttpServletResponse response, Properties parameters, ImportingJob job, ObjectNode config ) [static] : void
com/google/refine/importing/ImportingUtilities.loadDataAndPrepareJob:(Ljavax/servlet/http/HttpServletRequest;Ljavax/servlet/http/HttpServletResponse;Ljava/util/Properties;Lcom/google/refine/importing/ImportingJob;Lcom/fasterxml/jackson/databind/node/ObjectNode;)V
ImportingUtilities.postProcessRetrievedFile ( File rawDataDir, File file, ObjectNode fileRecord, ArrayNode fileRecords, ImportingUtilities.Progress progress ) [static] : boolean
com/google/refine/importing/ImportingUtilities.postProcessRetrievedFile:(Ljava/io/File;Ljava/io/File;Lcom/fasterxml/jackson/databind/node/ObjectNode;Lcom/fasterxml/jackson/databind/node/ArrayNode;Lcom/google/refine/importing/ImportingUtilities$Progress;)Z
ImportingUtilities.postProcessSingleRetrievedFile ( File file, ObjectNode fileRecord ) [static] : void
com/google/refine/importing/ImportingUtilities.postProcessSingleRetrievedFile:(Ljava/io/File;Lcom/fasterxml/jackson/databind/node/ObjectNode;)V
ImportingUtilities.previewParse ( ImportingJob job, String format, ObjectNode optionObj, List<Exception> exceptions ) [static] : void
com/google/refine/importing/ImportingUtilities.previewParse:(Lcom/google/refine/importing/ImportingJob;Ljava/lang/String;Lcom/fasterxml/jackson/databind/node/ObjectNode;Ljava/util/List;)V
ImportingUtilities.retrieveContentFromPostRequest ( HttpServletRequest request, Properties parameters, File rawDataDir, ObjectNode retrievalRecord, ImportingUtilities.Progress progress ) [static] : void
com/google/refine/importing/ImportingUtilities.retrieveContentFromPostRequest:(Ljavax/servlet/http/HttpServletRequest;Ljava/util/Properties;Ljava/io/File;Lcom/fasterxml/jackson/databind/node/ObjectNode;Lcom/google/refine/importing/ImportingUtilities$Progress;)V
ImportingUtilities.uncompressFile ( File rawDataDir, InputStream uncompressedIS, ObjectNode fileRecord, ImportingUtilities.Progress progress ) [static] : File
com/google/refine/importing/ImportingUtilities.uncompressFile:(Ljava/io/File;Ljava/io/InputStream;Lcom/fasterxml/jackson/databind/node/ObjectNode;Lcom/google/refine/importing/ImportingUtilities$Progress;)Ljava/io/File;
ImportingUtilities.updateJobWithNewFileSelection ( ImportingJob job, ArrayNode fileSelectionArray ) [static] : void
com/google/refine/importing/ImportingUtilities.updateJobWithNewFileSelection:(Lcom/google/refine/importing/ImportingJob;Lcom/fasterxml/jackson/databind/node/ArrayNode;)V
openrefine-3.2.jar,
InArray.class
package com.google.refine.expr.functions.arrays
InArray.call ( Properties bindings, Object[ ] args ) : Object
com/google/refine/expr/functions/arrays/InArray.call:(Ljava/util/Properties;[Ljava/lang/Object;)Ljava/lang/Object;
InArray.getDescription ( ) : String
com/google/refine/expr/functions/arrays/InArray.getDescription:()Ljava/lang/String;
InArray.getParams ( ) : String
com/google/refine/expr/functions/arrays/InArray.getParams:()Ljava/lang/String;
InArray.getReturns ( ) : String
com/google/refine/expr/functions/arrays/InArray.getReturns:()Ljava/lang/String;
InArray.InArray ( )
com/google/refine/expr/functions/arrays/InArray."<init>":()V
openrefine-3.2.jar,
Inc.class
package com.google.refine.expr.functions.date
Inc.getDescription ( ) : String
com/google/refine/expr/functions/date/Inc.getDescription:()Ljava/lang/String;
Inc.getParams ( ) : String
com/google/refine/expr/functions/date/Inc.getParams:()Ljava/lang/String;
Inc.getReturns ( ) : String
com/google/refine/expr/functions/date/Inc.getReturns:()Ljava/lang/String;
openrefine-3.2.jar,
IndexOf.class
package com.google.refine.expr.functions.strings
IndexOf.getDescription ( ) : String
com/google/refine/expr/functions/strings/IndexOf.getDescription:()Ljava/lang/String;
IndexOf.getParams ( ) : String
com/google/refine/expr/functions/strings/IndexOf.getParams:()Ljava/lang/String;
IndexOf.getReturns ( ) : String
com/google/refine/expr/functions/strings/IndexOf.getReturns:()Ljava/lang/String;
openrefine-3.2.jar,
IndividualQuery.class
package com.google.refine.commands.recon
GuessTypesOfColumnCommand.IndividualQuery.GuessTypesOfColumnCommand.IndividualQuery ( String query, int limit )
com/google/refine/commands/recon/GuessTypesOfColumnCommand.IndividualQuery."<init>":(Ljava/lang/String;I)V
openrefine-3.2.jar,
InnerHtml.class
package com.google.refine.expr.functions.html
InnerHtml.getDescription ( ) : String
com/google/refine/expr/functions/html/InnerHtml.getDescription:()Ljava/lang/String;
InnerHtml.getParams ( ) : String
com/google/refine/expr/functions/html/InnerHtml.getParams:()Ljava/lang/String;
InnerHtml.getReturns ( ) : String
com/google/refine/expr/functions/html/InnerHtml.getReturns:()Ljava/lang/String;
openrefine-3.2.jar,
InnerXml.class
package com.google.refine.expr.functions.xml
InnerXml.getDescription ( ) : String
com/google/refine/expr/functions/xml/InnerXml.getDescription:()Ljava/lang/String;
InnerXml.getParams ( ) : String
com/google/refine/expr/functions/xml/InnerXml.getParams:()Ljava/lang/String;
InnerXml.getReturns ( ) : String
com/google/refine/expr/functions/xml/InnerXml.getReturns:()Ljava/lang/String;
openrefine-3.2.jar,
InterProjectModel.class
package com.google.refine
InterProjectModel.getJoin ( Long fromProject, String fromColumn, Long toProject, String toColumn ) : InterProjectModel.ProjectJoin
com/google/refine/InterProjectModel.getJoin:(Ljava/lang/Long;Ljava/lang/String;Ljava/lang/Long;Ljava/lang/String;)Lcom/google/refine/InterProjectModel$ProjectJoin;
openrefine-3.2.jar,
IsBlank.class
package com.google.refine.grel.controls
IsBlank.getParams ( ) : String
com/google/refine/grel/controls/IsBlank.getParams:()Ljava/lang/String;
IsBlank.getReturns ( ) : String
com/google/refine/grel/controls/IsBlank.getReturns:()Ljava/lang/String;
openrefine-3.2.jar,
IsEmptyString.class
package com.google.refine.grel.controls
IsEmptyString.getParams ( ) : String
com/google/refine/grel/controls/IsEmptyString.getParams:()Ljava/lang/String;
IsEmptyString.getReturns ( ) : String
com/google/refine/grel/controls/IsEmptyString.getReturns:()Ljava/lang/String;
openrefine-3.2.jar,
IsError.class
package com.google.refine.grel.controls
IsError.getParams ( ) : String
com/google/refine/grel/controls/IsError.getParams:()Ljava/lang/String;
IsError.getReturns ( ) : String
com/google/refine/grel/controls/IsError.getReturns:()Ljava/lang/String;
openrefine-3.2.jar,
IsNonBlank.class
package com.google.refine.grel.controls
IsNonBlank.getParams ( ) : String
com/google/refine/grel/controls/IsNonBlank.getParams:()Ljava/lang/String;
IsNonBlank.getReturns ( ) : String
com/google/refine/grel/controls/IsNonBlank.getReturns:()Ljava/lang/String;
openrefine-3.2.jar,
IsNotNull.class
package com.google.refine.grel.controls
IsNotNull.getParams ( ) : String
com/google/refine/grel/controls/IsNotNull.getParams:()Ljava/lang/String;
IsNotNull.getReturns ( ) : String
com/google/refine/grel/controls/IsNotNull.getReturns:()Ljava/lang/String;
openrefine-3.2.jar,
IsNull.class
package com.google.refine.grel.controls
IsNull.getParams ( ) : String
com/google/refine/grel/controls/IsNull.getParams:()Ljava/lang/String;
IsNull.getReturns ( ) : String
com/google/refine/grel/controls/IsNull.getReturns:()Ljava/lang/String;
openrefine-3.2.jar,
IsNumeric.class
package com.google.refine.grel.controls
IsNumeric.getParams ( ) : String
com/google/refine/grel/controls/IsNumeric.getParams:()Ljava/lang/String;
IsNumeric.getReturns ( ) : String
com/google/refine/grel/controls/IsNumeric.getReturns:()Ljava/lang/String;
openrefine-3.2.jar,
JobResponse.class
package com.google.refine.importing
DefaultImportingController.JobResponse.DefaultImportingController.JobResponse ( String code, ImportingJob job )
com/google/refine/importing/DefaultImportingController.JobResponse."<init>":(Ljava/lang/String;Lcom/google/refine/importing/ImportingJob;)V
openrefine-3.2.jar,
JobStatusResponse.class
package com.google.refine.commands.importing
GetImportingJobStatusCommand.JobStatusResponse.GetImportingJobStatusCommand.JobStatusResponse ( String code, String message, ImportingJob job )
com/google/refine/commands/importing/GetImportingJobStatusCommand.JobStatusResponse."<init>":(Ljava/lang/String;Ljava/lang/String;Lcom/google/refine/importing/ImportingJob;)V
openrefine-3.2.jar,
Join.class
package com.google.refine.expr.functions.arrays
Join.getDescription ( ) : String
com/google/refine/expr/functions/arrays/Join.getDescription:()Ljava/lang/String;
Join.getParams ( ) : String
com/google/refine/expr/functions/arrays/Join.getParams:()Ljava/lang/String;
Join.getReturns ( ) : String
com/google/refine/expr/functions/arrays/Join.getReturns:()Ljava/lang/String;
openrefine-3.2.jar,
JoinException.class
package com.google.refine.util
JoinException.JoinException ( )
com/google/refine/util/JoinException."<init>":()V
JoinException.JoinException ( String message )
com/google/refine/util/JoinException."<init>":(Ljava/lang/String;)V
openrefine-3.2.jar,
JsonImporter.class
package com.google.refine.importers
JsonImporter.createParserUIInitializationData ( ImportingJob job, List<ObjectNode> fileRecords, String format ) : ObjectNode
com/google/refine/importers/JsonImporter.createParserUIInitializationData:(Lcom/google/refine/importing/ImportingJob;Ljava/util/List;Ljava/lang/String;)Lcom/fasterxml/jackson/databind/node/ObjectNode;
JsonImporter.parseOneFile ( Project project, ProjectMetadata metadata, ImportingJob job, String fileSource, InputStream is, ImportColumnGroup rootColumnGroup, int limit, ObjectNode options, List<Exception> exceptions ) : void
com/google/refine/importers/JsonImporter.parseOneFile:(Lcom/google/refine/model/Project;Lcom/google/refine/ProjectMetadata;Lcom/google/refine/importing/ImportingJob;Ljava/lang/String;Ljava/io/InputStream;Lcom/google/refine/importers/tree/ImportColumnGroup;ILcom/fasterxml/jackson/databind/node/ObjectNode;Ljava/util/List;)V
openrefine-3.2.jar,
Jsonize.class
package com.google.refine.expr.functions
Jsonize.getDescription ( ) : String
com/google/refine/expr/functions/Jsonize.getDescription:()Ljava/lang/String;
Jsonize.getParams ( ) : String
com/google/refine/expr/functions/Jsonize.getParams:()Ljava/lang/String;
Jsonize.getReturns ( ) : String
com/google/refine/expr/functions/Jsonize.getReturns:()Ljava/lang/String;
openrefine-3.2.jar,
JsonResult.class
package com.google.refine.commands.row
GetRowsCommand.JsonResult.GetRowsCommand.JsonResult ( Engine.Mode mode, List<GetRowsCommand.WrappedRow> rows, int filtered, int totalCount, int start, int limit, Pool pool )
com/google/refine/commands/row/GetRowsCommand.JsonResult."<init>":(Lcom/google/refine/browsing/Engine$Mode;Ljava/util/List;IIIILcom/google/refine/util/Pool;)V
openrefine-3.2.jar,
JSONUtilities.class
package com.google.refine.util
JSONUtilities.append ( ArrayNode a, String element ) [static] : void
com/google/refine/util/JSONUtilities.append:(Lcom/fasterxml/jackson/databind/node/ArrayNode;Ljava/lang/String;)V
JSONUtilities.append ( ArrayNode array, int v ) [static] : void
com/google/refine/util/JSONUtilities.append:(Lcom/fasterxml/jackson/databind/node/ArrayNode;I)V
JSONUtilities.append ( ArrayNode sheetRecords, ObjectNode sheetRecord ) [static] : void
com/google/refine/util/JSONUtilities.append:(Lcom/fasterxml/jackson/databind/node/ArrayNode;Lcom/fasterxml/jackson/databind/node/ObjectNode;)V
JSONUtilities.getArray ( JsonNode obj, String key ) [static] : List<JsonNode>
com/google/refine/util/JSONUtilities.getArray:(Lcom/fasterxml/jackson/databind/JsonNode;Ljava/lang/String;)Ljava/util/List;
JSONUtilities.getArray ( ObjectNode obj, String key ) [static] : ArrayNode
com/google/refine/util/JSONUtilities.getArray:(Lcom/fasterxml/jackson/databind/node/ObjectNode;Ljava/lang/String;)Lcom/fasterxml/jackson/databind/node/ArrayNode;
JSONUtilities.getBoolean ( JsonNode obj, String key, boolean def ) [static] : boolean
com/google/refine/util/JSONUtilities.getBoolean:(Lcom/fasterxml/jackson/databind/JsonNode;Ljava/lang/String;Z)Z
JSONUtilities.getInt ( JsonNode obj, String key, int def ) [static] : int
com/google/refine/util/JSONUtilities.getInt:(Lcom/fasterxml/jackson/databind/JsonNode;Ljava/lang/String;I)I
JSONUtilities.getIntArray ( ObjectNode obj, String key ) [static] : int[ ]
com/google/refine/util/JSONUtilities.getIntArray:(Lcom/fasterxml/jackson/databind/node/ObjectNode;Ljava/lang/String;)[I
JSONUtilities.getIntElement ( ArrayNode a, int i, int def ) [static] : int
com/google/refine/util/JSONUtilities.getIntElement:(Lcom/fasterxml/jackson/databind/node/ArrayNode;II)I
JSONUtilities.getObject ( ObjectNode obj, String key ) [static] : ObjectNode
com/google/refine/util/JSONUtilities.getObject:(Lcom/fasterxml/jackson/databind/node/ObjectNode;Ljava/lang/String;)Lcom/fasterxml/jackson/databind/node/ObjectNode;
JSONUtilities.getObjectElement ( ArrayNode a, int i ) [static] : ObjectNode
com/google/refine/util/JSONUtilities.getObjectElement:(Lcom/fasterxml/jackson/databind/node/ArrayNode;I)Lcom/fasterxml/jackson/databind/node/ObjectNode;
JSONUtilities.getString ( JsonNode obj, String key, String def ) [static] : String
com/google/refine/util/JSONUtilities.getString:(Lcom/fasterxml/jackson/databind/JsonNode;Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;
JSONUtilities.getStringArray ( ObjectNode obj, String key ) [static] : String[ ]
com/google/refine/util/JSONUtilities.getStringArray:(Lcom/fasterxml/jackson/databind/node/ObjectNode;Ljava/lang/String;)[Ljava/lang/String;
JSONUtilities.safeInc ( ObjectNode obj, String key ) [static] : void
com/google/refine/util/JSONUtilities.safeInc:(Lcom/fasterxml/jackson/databind/node/ObjectNode;Ljava/lang/String;)V
JSONUtilities.safePut ( ObjectNode obj, String key, boolean value ) [static] : void
com/google/refine/util/JSONUtilities.safePut:(Lcom/fasterxml/jackson/databind/node/ObjectNode;Ljava/lang/String;Z)V
JSONUtilities.safePut ( ObjectNode obj, String key, double value ) [static] : void
com/google/refine/util/JSONUtilities.safePut:(Lcom/fasterxml/jackson/databind/node/ObjectNode;Ljava/lang/String;D)V
JSONUtilities.safePut ( ObjectNode obj, String key, long value ) [static] : void
com/google/refine/util/JSONUtilities.safePut:(Lcom/fasterxml/jackson/databind/node/ObjectNode;Ljava/lang/String;J)V
JSONUtilities.safePut ( ObjectNode obj, String key, String value ) [static] : void
com/google/refine/util/JSONUtilities.safePut:(Lcom/fasterxml/jackson/databind/node/ObjectNode;Ljava/lang/String;Ljava/lang/String;)V
JSONUtilities.safePut ( ObjectNode options, String key, JsonNode rootElement ) [static] : void
com/google/refine/util/JSONUtilities.safePut:(Lcom/fasterxml/jackson/databind/node/ObjectNode;Ljava/lang/String;Lcom/fasterxml/jackson/databind/JsonNode;)V
JSONUtilities.toArray ( ArrayNode v ) [static] : Object[ ]
com/google/refine/util/JSONUtilities.toArray:(Lcom/fasterxml/jackson/databind/node/ArrayNode;)[Ljava/lang/Object;
openrefine-3.2.jar,
JsonValueConverter.class
package com.google.refine.expr.util
JsonValueConverter.convert ( JsonNode value ) [static] : Object
com/google/refine/expr/util/JsonValueConverter.convert:(Lcom/fasterxml/jackson/databind/JsonNode;)Ljava/lang/Object;
JsonValueConverter.JsonValueConverter ( )
com/google/refine/expr/util/JsonValueConverter."<init>":()V
openrefine-3.2.jar,
JsonViews.class
package com.google.refine.util
JsonViews.JsonViews ( )
com/google/refine/util/JsonViews."<init>":()V
openrefine-3.2.jar,
KeyerFactory.class
package com.google.refine.clustering.binning
KeyerFactory.get ( String name ) [static] : Keyer
com/google/refine/clustering/binning/KeyerFactory.get:(Ljava/lang/String;)Lcom/google/refine/clustering/binning/Keyer;
KeyerFactory.getKeyerNames ( ) [static] : List<String>
com/google/refine/clustering/binning/KeyerFactory.getKeyerNames:()Ljava/util/List;
KeyerFactory.KeyerFactory ( )
com/google/refine/clustering/binning/KeyerFactory."<init>":()V
KeyerFactory.put ( String name, Keyer keyer ) [static] : void
com/google/refine/clustering/binning/KeyerFactory.put:(Ljava/lang/String;Lcom/google/refine/clustering/binning/Keyer;)V
openrefine-3.2.jar,
KeyValueColumnizeOperation.class
package com.google.refine.operations.cell
KeyValueColumnizeOperation.getKeyColumnName ( ) : String
com/google/refine/operations/cell/KeyValueColumnizeOperation.getKeyColumnName:()Ljava/lang/String;
KeyValueColumnizeOperation.getNoteColumnName ( ) : String
com/google/refine/operations/cell/KeyValueColumnizeOperation.getNoteColumnName:()Ljava/lang/String;
KeyValueColumnizeOperation.getValueColumnName ( ) : String
com/google/refine/operations/cell/KeyValueColumnizeOperation.getValueColumnName:()Ljava/lang/String;
openrefine-3.2.jar,
kNNClusterer.class
package com.google.refine.clustering.knn
kNNClusterer.getClusteredEntries ( Set<Serializable> s ) : List<ClusteredEntry>
com/google/refine/clustering/knn/kNNClusterer.getClusteredEntries:(Ljava/util/Set;)Ljava/util/List;
kNNClusterer.getJsonRepresentation ( ) : List<List<ClusteredEntry>>
com/google/refine/clustering/knn/kNNClusterer.getJsonRepresentation:()Ljava/util/List;
openrefine-3.2.jar,
kNNClustererConfig.class
package com.google.refine.clustering.knn
kNNClusterer.kNNClustererConfig.getDistance ( ) : SimilarityDistance
com/google/refine/clustering/knn/kNNClusterer.kNNClustererConfig.getDistance:()Lcom/google/refine/clustering/knn/SimilarityDistance;
kNNClusterer.kNNClustererConfig.getDistanceStr ( ) : String
com/google/refine/clustering/knn/kNNClusterer.kNNClustererConfig.getDistanceStr:()Ljava/lang/String;
kNNClusterer.kNNClustererConfig.getType ( ) : String
com/google/refine/clustering/knn/kNNClusterer.kNNClustererConfig.getType:()Ljava/lang/String;
kNNClusterer.kNNClustererConfig.setDistance ( String distanceStr ) : void
com/google/refine/clustering/knn/kNNClusterer.kNNClustererConfig.setDistance:(Ljava/lang/String;)V
kNNClusterer.kNNClustererConfig.setParameters ( kNNClusterer.kNNClustererConfigParameters params ) : void
com/google/refine/clustering/knn/kNNClusterer.kNNClustererConfig.setParameters:(Lcom/google/refine/clustering/knn/kNNClusterer$kNNClustererConfigParameters;)V
openrefine-3.2.jar,
LanguageInfo.class
package com.google.refine.commands.expr
GetExpressionLanguageInfoCommand.LanguageInfo.GetExpressionLanguageInfoCommand.LanguageInfo ( )
com/google/refine/commands/expr/GetExpressionLanguageInfoCommand.LanguageInfo."<init>":()V
openrefine-3.2.jar,
LanguageRecord.class
package com.google.refine.commands.lang
GetLanguagesCommand.LanguageRecord.GetLanguagesCommand.LanguageRecord ( String code, String label )
com/google/refine/commands/lang/GetLanguagesCommand.LanguageRecord."<init>":(Ljava/lang/String;Ljava/lang/String;)V
openrefine-3.2.jar,
LanguagesResponse.class
package com.google.refine.commands.lang
GetLanguagesCommand.LanguagesResponse.GetLanguagesCommand.LanguagesResponse ( GetLanguagesCommand module, ButterflyModule p2 )
com/google/refine/commands/lang/GetLanguagesCommand.LanguagesResponse."<init>":(Lcom/google/refine/commands/lang/GetLanguagesCommand;Ledu/mit/simile/butterfly/ButterflyModule;)V
openrefine-3.2.jar,
LastIndexOf.class
package com.google.refine.expr.functions.strings
LastIndexOf.getDescription ( ) : String
com/google/refine/expr/functions/strings/LastIndexOf.getDescription:()Ljava/lang/String;
LastIndexOf.getParams ( ) : String
com/google/refine/expr/functions/strings/LastIndexOf.getParams:()Ljava/lang/String;
LastIndexOf.getReturns ( ) : String
com/google/refine/expr/functions/strings/LastIndexOf.getReturns:()Ljava/lang/String;
openrefine-3.2.jar,
LeastCommonMultiple.class
package com.google.refine.expr.functions.math
LeastCommonMultiple.getDescription ( ) : String
com/google/refine/expr/functions/math/LeastCommonMultiple.getDescription:()Ljava/lang/String;
LeastCommonMultiple.getParams ( ) : String
com/google/refine/expr/functions/math/LeastCommonMultiple.getParams:()Ljava/lang/String;
LeastCommonMultiple.getReturns ( ) : String
com/google/refine/expr/functions/math/LeastCommonMultiple.getReturns:()Ljava/lang/String;
openrefine-3.2.jar,
Length.class
package com.google.refine.expr.functions
Length.getDescription ( ) : String
com/google/refine/expr/functions/Length.getDescription:()Ljava/lang/String;
Length.getParams ( ) : String
com/google/refine/expr/functions/Length.getParams:()Ljava/lang/String;
Length.getReturns ( ) : String
com/google/refine/expr/functions/Length.getReturns:()Ljava/lang/String;
openrefine-3.2.jar,
LineBasedImporter.class
package com.google.refine.importers
LineBasedImporter.createParserUIInitializationData ( ImportingJob job, List<ObjectNode> fileRecords, String format ) : ObjectNode
com/google/refine/importers/LineBasedImporter.createParserUIInitializationData:(Lcom/google/refine/importing/ImportingJob;Ljava/util/List;Ljava/lang/String;)Lcom/fasterxml/jackson/databind/node/ObjectNode;
LineBasedImporter.parseOneFile ( Project project, ProjectMetadata metadata, ImportingJob job, String fileSource, Reader reader, int limit, ObjectNode options, List<Exception> exceptions ) : void
com/google/refine/importers/LineBasedImporter.parseOneFile:(Lcom/google/refine/model/Project;Lcom/google/refine/ProjectMetadata;Lcom/google/refine/importing/ImportingJob;Ljava/lang/String;Ljava/io/Reader;ILcom/fasterxml/jackson/databind/node/ObjectNode;Ljava/util/List;)V
openrefine-3.2.jar,
ListFacet.class
package com.google.refine.browsing.facets
ListFacet.getBlankChoice ( ) : ListFacet.OtherChoice
com/google/refine/browsing/facets/ListFacet.getBlankChoice:()Lcom/google/refine/browsing/facets/ListFacet$OtherChoice;
ListFacet.getChoiceCount ( ) : Integer
com/google/refine/browsing/facets/ListFacet.getChoiceCount:()Ljava/lang/Integer;
ListFacet.getChoices ( ) : List<NominalFacetChoice>
com/google/refine/browsing/facets/ListFacet.getChoices:()Ljava/util/List;
ListFacet.getColumnName ( ) : String
com/google/refine/browsing/facets/ListFacet.getColumnName:()Ljava/lang/String;
ListFacet.getError ( ) : String
com/google/refine/browsing/facets/ListFacet.getError:()Ljava/lang/String;
ListFacet.getErrorChoice ( ) : ListFacet.OtherChoice
com/google/refine/browsing/facets/ListFacet.getErrorChoice:()Lcom/google/refine/browsing/facets/ListFacet$OtherChoice;
ListFacet.getExpression ( ) : String
com/google/refine/browsing/facets/ListFacet.getExpression:()Ljava/lang/String;
ListFacet.getInvert ( ) : boolean
com/google/refine/browsing/facets/ListFacet.getInvert:()Z
ListFacet.getName ( ) : String
com/google/refine/browsing/facets/ListFacet.getName:()Ljava/lang/String;
openrefine-3.2.jar,
ListFacetConfig.class
package com.google.refine.browsing.facets
ListFacet.ListFacetConfig.getJsonType ( ) : String
com/google/refine/browsing/facets/ListFacet.ListFacetConfig.getJsonType:()Ljava/lang/String;
ListFacet.ListFacetConfig.getWrappedSelection ( ) : List<ListFacet.DecoratedValueWrapper>
com/google/refine/browsing/facets/ListFacet.ListFacetConfig.getWrappedSelection:()Ljava/util/List;
ListFacet.ListFacetConfig.setSelection ( List<ListFacet.DecoratedValueWrapper> wrapped ) : void
com/google/refine/browsing/facets/ListFacet.ListFacetConfig.setSelection:(Ljava/util/List;)V
openrefine-3.2.jar,
Ln.class
package com.google.refine.expr.functions.math
Ln.getDescription ( ) : String
com/google/refine/expr/functions/math/Ln.getDescription:()Ljava/lang/String;
Ln.getParams ( ) : String
com/google/refine/expr/functions/math/Ln.getParams:()Ljava/lang/String;
Ln.getReturns ( ) : String
com/google/refine/expr/functions/math/Ln.getReturns:()Ljava/lang/String;
openrefine-3.2.jar,
LocalDateDeserializer.class
package com.google.refine.util
SerializationFilters.LocalDateDeserializer.deserialize ( JsonParser p, DeserializationContext ctxt ) : LocalDateTime
com/google/refine/util/SerializationFilters.LocalDateDeserializer.deserialize:(Lcom/fasterxml/jackson/core/JsonParser;Lcom/fasterxml/jackson/databind/DeserializationContext;)Ljava/time/LocalDateTime;
SerializationFilters.LocalDateDeserializer.deserialize ( JsonParser p1, DeserializationContext p2 ) : Object
com/google/refine/util/SerializationFilters.LocalDateDeserializer.deserialize:(Lcom/fasterxml/jackson/core/JsonParser;Lcom/fasterxml/jackson/databind/DeserializationContext;)Ljava/lang/Object;
SerializationFilters.LocalDateDeserializer.SerializationFilters.LocalDateDeserializer ( )
com/google/refine/util/SerializationFilters.LocalDateDeserializer."<init>":()V
openrefine-3.2.jar,
LocalDateSerializer.class
package com.google.refine.util
SerializationFilters.LocalDateSerializer.SerializationFilters.LocalDateSerializer ( )
com/google/refine/util/SerializationFilters.LocalDateSerializer."<init>":()V
SerializationFilters.LocalDateSerializer.serialize ( LocalDateTime arg0, JsonGenerator gen, SerializerProvider s ) : void
com/google/refine/util/SerializationFilters.LocalDateSerializer.serialize:(Ljava/time/LocalDateTime;Lcom/fasterxml/jackson/core/JsonGenerator;Lcom/fasterxml/jackson/databind/SerializerProvider;)V
SerializationFilters.LocalDateSerializer.serialize ( Object p1, JsonGenerator p2, SerializerProvider p3 ) : void
com/google/refine/util/SerializationFilters.LocalDateSerializer.serialize:(Ljava/lang/Object;Lcom/fasterxml/jackson/core/JsonGenerator;Lcom/fasterxml/jackson/databind/SerializerProvider;)V
openrefine-3.2.jar,
Log.class
package com.google.refine.expr.functions.math
Log.getDescription ( ) : String
com/google/refine/expr/functions/math/Log.getDescription:()Ljava/lang/String;
Log.getParams ( ) : String
com/google/refine/expr/functions/math/Log.getParams:()Ljava/lang/String;
Log.getReturns ( ) : String
com/google/refine/expr/functions/math/Log.getReturns:()Ljava/lang/String;
openrefine-3.2.jar,
LongRunningProcess.class
package com.google.refine.process
LongRunningProcess.getStatus ( ) : String
com/google/refine/process/LongRunningProcess.getStatus:()Ljava/lang/String;
openrefine-3.2.jar,
MarcImporter.class
package com.google.refine.importers
MarcImporter.createParserUIInitializationData ( ImportingJob job, List<ObjectNode> fileRecords, String format ) : ObjectNode
com/google/refine/importers/MarcImporter.createParserUIInitializationData:(Lcom/google/refine/importing/ImportingJob;Ljava/util/List;Ljava/lang/String;)Lcom/fasterxml/jackson/databind/node/ObjectNode;
openrefine-3.2.jar,
MassEditOperation.class
package com.google.refine.operations.cell
MassEditOperation.getEdits ( ) : List<MassEditOperation.Edit>
com/google/refine/operations/cell/MassEditOperation.getEdits:()Ljava/util/List;
MassEditOperation.getExpression ( ) : String
com/google/refine/operations/cell/MassEditOperation.getExpression:()Ljava/lang/String;
openrefine-3.2.jar,
Match.class
package com.google.refine.expr.functions.strings
Match.getDescription ( ) : String
com/google/refine/expr/functions/strings/Match.getDescription:()Ljava/lang/String;
Match.getParams ( ) : String
com/google/refine/expr/functions/strings/Match.getParams:()Ljava/lang/String;
Match.getReturns ( ) : String
com/google/refine/expr/functions/strings/Match.getReturns:()Ljava/lang/String;
openrefine-3.2.jar,
Max.class
package com.google.refine.expr.functions.math
Max.getDescription ( ) : String
com/google/refine/expr/functions/math/Max.getDescription:()Ljava/lang/String;
Max.getParams ( ) : String
com/google/refine/expr/functions/math/Max.getParams:()Ljava/lang/String;
Max.getReturns ( ) : String
com/google/refine/expr/functions/math/Max.getReturns:()Ljava/lang/String;
openrefine-3.2.jar,
MD5.class
package com.google.refine.expr.functions.strings
MD5.getDescription ( ) : String
com/google/refine/expr/functions/strings/MD5.getDescription:()Ljava/lang/String;
MD5.getParams ( ) : String
com/google/refine/expr/functions/strings/MD5.getParams:()Ljava/lang/String;
MD5.getReturns ( ) : String
com/google/refine/expr/functions/strings/MD5.getReturns:()Ljava/lang/String;
openrefine-3.2.jar,
Min.class
package com.google.refine.expr.functions.math
Min.getDescription ( ) : String
com/google/refine/expr/functions/math/Min.getDescription:()Ljava/lang/String;
Min.getParams ( ) : String
com/google/refine/expr/functions/math/Min.getParams:()Ljava/lang/String;
Min.getReturns ( ) : String
com/google/refine/expr/functions/math/Min.getReturns:()Ljava/lang/String;
openrefine-3.2.jar,
Mod.class
package com.google.refine.expr.functions.math
Mod.getDescription ( ) : String
com/google/refine/expr/functions/math/Mod.getDescription:()Ljava/lang/String;
Mod.getParams ( ) : String
com/google/refine/expr/functions/math/Mod.getParams:()Ljava/lang/String;
Mod.getReturns ( ) : String
com/google/refine/expr/functions/math/Mod.getReturns:()Ljava/lang/String;
openrefine-3.2.jar,
ModelsResponse.class
package com.google.refine.commands.project
GetModelsCommand.ModelsResponse.GetModelsCommand.ModelsResponse ( ColumnModel columns, RecordModel records, Map<String,OverlayModel> overlays, Map<String,MetaParser.LanguageInfo> languageInfos, Map<String,HttpHeadersSupport.HttpHeaderInfo> headers )
com/google/refine/commands/project/GetModelsCommand.ModelsResponse."<init>":(Lcom/google/refine/model/ColumnModel;Lcom/google/refine/model/RecordModel;Ljava/util/Map;Ljava/util/Map;Ljava/util/Map;)V
openrefine-3.2.jar,
Multinomial.class
package com.google.refine.expr.functions.math
Multinomial.getDescription ( ) : String
com/google/refine/expr/functions/math/Multinomial.getDescription:()Ljava/lang/String;
Multinomial.getParams ( ) : String
com/google/refine/expr/functions/math/Multinomial.getParams:()Ljava/lang/String;
Multinomial.getReturns ( ) : String
com/google/refine/expr/functions/math/Multinomial.getReturns:()Ljava/lang/String;
openrefine-3.2.jar,
MultiValuedCellJoinOperation.class
package com.google.refine.operations.cell
MultiValuedCellJoinOperation.getColumnName ( ) : String
com/google/refine/operations/cell/MultiValuedCellJoinOperation.getColumnName:()Ljava/lang/String;
MultiValuedCellJoinOperation.getKeyColumnName ( ) : String
com/google/refine/operations/cell/MultiValuedCellJoinOperation.getKeyColumnName:()Ljava/lang/String;
MultiValuedCellJoinOperation.getSeparator ( ) : String
com/google/refine/operations/cell/MultiValuedCellJoinOperation.getSeparator:()Ljava/lang/String;
openrefine-3.2.jar,
MultiValuedCellSplitOperation.class
package com.google.refine.operations.cell
MultiValuedCellSplitOperation.deserialize ( String columnName, String keyColumnName, String mode, String separator, boolean regex, int[ ] fieldLengths ) [static] : MultiValuedCellSplitOperation
com/google/refine/operations/cell/MultiValuedCellSplitOperation.deserialize:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Z[I)Lcom/google/refine/operations/cell/MultiValuedCellSplitOperation;
MultiValuedCellSplitOperation.getColumnName ( ) : String
com/google/refine/operations/cell/MultiValuedCellSplitOperation.getColumnName:()Ljava/lang/String;
MultiValuedCellSplitOperation.getFieldLengths ( ) : int[ ]
com/google/refine/operations/cell/MultiValuedCellSplitOperation.getFieldLengths:()[I
MultiValuedCellSplitOperation.getKeyColumnName ( ) : String
com/google/refine/operations/cell/MultiValuedCellSplitOperation.getKeyColumnName:()Ljava/lang/String;
MultiValuedCellSplitOperation.getMode ( ) : String
com/google/refine/operations/cell/MultiValuedCellSplitOperation.getMode:()Ljava/lang/String;
MultiValuedCellSplitOperation.getRegex ( ) : Boolean
com/google/refine/operations/cell/MultiValuedCellSplitOperation.getRegex:()Ljava/lang/Boolean;
MultiValuedCellSplitOperation.getSeparator ( ) : String
com/google/refine/operations/cell/MultiValuedCellSplitOperation.getSeparator:()Ljava/lang/String;
openrefine-3.2.jar,
NGram.class
package com.google.refine.expr.functions.strings
NGram.getDescription ( ) : String
com/google/refine/expr/functions/strings/NGram.getDescription:()Ljava/lang/String;
NGram.getParams ( ) : String
com/google/refine/expr/functions/strings/NGram.getParams:()Ljava/lang/String;
NGram.getReturns ( ) : String
com/google/refine/expr/functions/strings/NGram.getReturns:()Ljava/lang/String;
openrefine-3.2.jar,
NGramFingerprint.class
package com.google.refine.expr.functions.strings
NGramFingerprint.getDescription ( ) : String
com/google/refine/expr/functions/strings/NGramFingerprint.getDescription:()Ljava/lang/String;
NGramFingerprint.getParams ( ) : String
com/google/refine/expr/functions/strings/NGramFingerprint.getParams:()Ljava/lang/String;
NGramFingerprint.getReturns ( ) : String
com/google/refine/expr/functions/strings/NGramFingerprint.getReturns:()Ljava/lang/String;
openrefine-3.2.jar,
NonSaveMode.class
package com.google.refine.util
JsonViews.NonSaveMode.JsonViews.NonSaveMode ( )
com/google/refine/util/JsonViews.NonSaveMode."<init>":()V
openrefine-3.2.jar,
Not.class
package com.google.refine.expr.functions.booleans
Not.getDescription ( ) : String
com/google/refine/expr/functions/booleans/Not.getDescription:()Ljava/lang/String;
Not.getParams ( ) : String
com/google/refine/expr/functions/booleans/Not.getParams:()Ljava/lang/String;
Not.getReturns ( ) : String
com/google/refine/expr/functions/booleans/Not.getReturns:()Ljava/lang/String;
openrefine-3.2.jar,
Now.class
package com.google.refine.expr.functions.date
Now.getDescription ( ) : String
com/google/refine/expr/functions/date/Now.getDescription:()Ljava/lang/String;
Now.getReturns ( ) : String
com/google/refine/expr/functions/date/Now.getReturns:()Ljava/lang/String;
openrefine-3.2.jar,
NumberCriterion.class
package com.google.refine.sorting
NumberCriterion.getValueType ( ) : String
com/google/refine/sorting/NumberCriterion.getValueType:()Ljava/lang/String;
openrefine-3.2.jar,
Odd.class
package com.google.refine.expr.functions.math
Odd.getDescription ( ) : String
com/google/refine/expr/functions/math/Odd.getDescription:()Ljava/lang/String;
Odd.getParams ( ) : String
com/google/refine/expr/functions/math/Odd.getParams:()Ljava/lang/String;
Odd.getReturns ( ) : String
com/google/refine/expr/functions/math/Odd.getReturns:()Ljava/lang/String;
openrefine-3.2.jar,
OdsImporter.class
package com.google.refine.importers
OdsImporter.createParserUIInitializationData ( ImportingJob job, List<ObjectNode> fileRecords, String format ) : ObjectNode
com/google/refine/importers/OdsImporter.createParserUIInitializationData:(Lcom/google/refine/importing/ImportingJob;Ljava/util/List;Ljava/lang/String;)Lcom/fasterxml/jackson/databind/node/ObjectNode;
OdsImporter.parseOneFile ( Project project, ProjectMetadata metadata, ImportingJob job, String fileSource, InputStream inputStream, int limit, ObjectNode options, List<Exception> exceptions ) : void
com/google/refine/importers/OdsImporter.parseOneFile:(Lcom/google/refine/model/Project;Lcom/google/refine/ProjectMetadata;Lcom/google/refine/importing/ImportingJob;Ljava/lang/String;Ljava/io/InputStream;ILcom/fasterxml/jackson/databind/node/ObjectNode;Ljava/util/List;)V
openrefine-3.2.jar,
OffsetDateDeserializer.class
package com.google.refine.util
SerializationFilters.OffsetDateDeserializer.deserialize ( JsonParser p, DeserializationContext ctxt ) : OffsetDateTime
com/google/refine/util/SerializationFilters.OffsetDateDeserializer.deserialize:(Lcom/fasterxml/jackson/core/JsonParser;Lcom/fasterxml/jackson/databind/DeserializationContext;)Ljava/time/OffsetDateTime;
SerializationFilters.OffsetDateDeserializer.deserialize ( JsonParser p1, DeserializationContext p2 ) : Object
com/google/refine/util/SerializationFilters.OffsetDateDeserializer.deserialize:(Lcom/fasterxml/jackson/core/JsonParser;Lcom/fasterxml/jackson/databind/DeserializationContext;)Ljava/lang/Object;
SerializationFilters.OffsetDateDeserializer.SerializationFilters.OffsetDateDeserializer ( )
com/google/refine/util/SerializationFilters.OffsetDateDeserializer."<init>":()V
openrefine-3.2.jar,
OffsetDateSerializer.class
package com.google.refine.util
SerializationFilters.OffsetDateSerializer.SerializationFilters.OffsetDateSerializer ( )
com/google/refine/util/SerializationFilters.OffsetDateSerializer."<init>":()V
SerializationFilters.OffsetDateSerializer.serialize ( Object p1, JsonGenerator p2, SerializerProvider p3 ) : void
com/google/refine/util/SerializationFilters.OffsetDateSerializer.serialize:(Ljava/lang/Object;Lcom/fasterxml/jackson/core/JsonGenerator;Lcom/fasterxml/jackson/databind/SerializerProvider;)V
SerializationFilters.OffsetDateSerializer.serialize ( OffsetDateTime arg0, JsonGenerator gen, SerializerProvider s ) : void
com/google/refine/util/SerializationFilters.OffsetDateSerializer.serialize:(Ljava/time/OffsetDateTime;Lcom/fasterxml/jackson/core/JsonGenerator;Lcom/fasterxml/jackson/databind/SerializerProvider;)V
openrefine-3.2.jar,
OperationRegistry.class
package com.google.refine.operations
OperationRegistry.resolveOperationId ( String op ) [static] : Class<?>
com/google/refine/operations/OperationRegistry.resolveOperationId:(Ljava/lang/String;)Ljava/lang/Class;
openrefine-3.2.jar,
OperationResolver.class
package com.google.refine.operations
OperationResolver.getMechanism ( ) : JsonTypeInfo.Id
com/google/refine/operations/OperationResolver.getMechanism:()Lcom/fasterxml/jackson/annotation/JsonTypeInfo$Id;
OperationResolver.idFromValue ( Object instance ) : String
com/google/refine/operations/OperationResolver.idFromValue:(Ljava/lang/Object;)Ljava/lang/String;
OperationResolver.idFromValueAndType ( Object instance, Class<?> type ) : String
com/google/refine/operations/OperationResolver.idFromValueAndType:(Ljava/lang/Object;Ljava/lang/Class;)Ljava/lang/String;
OperationResolver.OperationResolver ( )
com/google/refine/operations/OperationResolver."<init>":()V
OperationResolver.typeFromId ( DatabindContext context, String id ) : JavaType
com/google/refine/operations/OperationResolver.typeFromId:(Lcom/fasterxml/jackson/databind/DatabindContext;Ljava/lang/String;)Lcom/fasterxml/jackson/databind/JavaType;
openrefine-3.2.jar,
Or.class
package com.google.refine.expr.functions.booleans
Or.getDescription ( ) : String
com/google/refine/expr/functions/booleans/Or.getDescription:()Ljava/lang/String;
Or.getParams ( ) : String
com/google/refine/expr/functions/booleans/Or.getParams:()Ljava/lang/String;
Or.getReturns ( ) : String
com/google/refine/expr/functions/booleans/Or.getReturns:()Ljava/lang/String;
openrefine-3.2.jar,
OtherChoice.class
package com.google.refine.browsing.facets
ListFacet.OtherChoice.ListFacet.OtherChoice ( boolean selected, int count )
com/google/refine/browsing/facets/ListFacet.OtherChoice."<init>":(ZI)V
openrefine-3.2.jar,
OwnText.class
package com.google.refine.expr.functions.xml
OwnText.getDescription ( ) : String
com/google/refine/expr/functions/xml/OwnText.getDescription:()Ljava/lang/String;
OwnText.getParams ( ) : String
com/google/refine/expr/functions/xml/OwnText.getParams:()Ljava/lang/String;
OwnText.getReturns ( ) : String
com/google/refine/expr/functions/xml/OwnText.getReturns:()Ljava/lang/String;
openrefine-3.2.jar,
ParseHtml.class
package com.google.refine.expr.functions.html
ParseHtml.getDescription ( ) : String
com/google/refine/expr/functions/html/ParseHtml.getDescription:()Ljava/lang/String;
ParseHtml.getParams ( ) : String
com/google/refine/expr/functions/html/ParseHtml.getParams:()Ljava/lang/String;
ParseHtml.getReturns ( ) : String
com/google/refine/expr/functions/html/ParseHtml.getReturns:()Ljava/lang/String;
openrefine-3.2.jar,
ParseJson.class
package com.google.refine.expr.functions.strings
ParseJson.getDescription ( ) : String
com/google/refine/expr/functions/strings/ParseJson.getDescription:()Ljava/lang/String;
ParseJson.getParams ( ) : String
com/google/refine/expr/functions/strings/ParseJson.getParams:()Ljava/lang/String;
ParseJson.getReturns ( ) : String
com/google/refine/expr/functions/strings/ParseJson.getReturns:()Ljava/lang/String;
openrefine-3.2.jar,
ParseXml.class
package com.google.refine.expr.functions.xml
ParseXml.getDescription ( ) : String
com/google/refine/expr/functions/xml/ParseXml.getDescription:()Ljava/lang/String;
ParseXml.getParams ( ) : String
com/google/refine/expr/functions/xml/ParseXml.getParams:()Ljava/lang/String;
ParseXml.getReturns ( ) : String
com/google/refine/expr/functions/xml/ParseXml.getReturns:()Ljava/lang/String;
openrefine-3.2.jar,
ParsingUtilities.class
package com.google.refine.util
ParsingUtilities.evaluateJsonStringToArrayNode ( String parameter ) [static] : ArrayNode
com/google/refine/util/ParsingUtilities.evaluateJsonStringToArrayNode:(Ljava/lang/String;)Lcom/fasterxml/jackson/databind/node/ArrayNode;
ParsingUtilities.evaluateJsonStringToObjectNode ( String optionsString ) [static] : ObjectNode
com/google/refine/util/ParsingUtilities.evaluateJsonStringToObjectNode:(Ljava/lang/String;)Lcom/fasterxml/jackson/databind/node/ObjectNode;
openrefine-3.2.jar,
Partition.class
package com.google.refine.expr.functions.strings
Partition.getDescription ( ) : String
com/google/refine/expr/functions/strings/Partition.getDescription:()Ljava/lang/String;
Partition.getParams ( ) : String
com/google/refine/expr/functions/strings/Partition.getParams:()Ljava/lang/String;
Partition.getReturns ( ) : String
com/google/refine/expr/functions/strings/Partition.getReturns:()Ljava/lang/String;
openrefine-3.2.jar,
Phonetic.class
package com.google.refine.expr.functions.strings
Phonetic.getDescription ( ) : String
com/google/refine/expr/functions/strings/Phonetic.getDescription:()Ljava/lang/String;
Phonetic.getParams ( ) : String
com/google/refine/expr/functions/strings/Phonetic.getParams:()Ljava/lang/String;
Phonetic.getReturns ( ) : String
com/google/refine/expr/functions/strings/Phonetic.getReturns:()Ljava/lang/String;
openrefine-3.2.jar,
PlotterConfig.class
package com.google.refine.commands.browsing
GetScatterplotCommand.PlotterConfig.GetScatterplotCommand.PlotterConfig ( )
com/google/refine/commands/browsing/GetScatterplotCommand.PlotterConfig."<init>":()V
openrefine-3.2.jar,
Pow.class
package com.google.refine.expr.functions.math
Pow.getDescription ( ) : String
com/google/refine/expr/functions/math/Pow.getDescription:()Ljava/lang/String;
Pow.getParams ( ) : String
com/google/refine/expr/functions/math/Pow.getParams:()Ljava/lang/String;
Pow.getReturns ( ) : String
com/google/refine/expr/functions/math/Pow.getReturns:()Ljava/lang/String;
openrefine-3.2.jar,
PreferenceStore.class
package com.google.refine.preference
PreferenceStore.getEntries ( ) : Map<String,Object>
com/google/refine/preference/PreferenceStore.getEntries:()Ljava/util/Map;
PreferenceStore.loadObject ( JsonNode o ) [static] : Object
com/google/refine/preference/PreferenceStore.loadObject:(Lcom/fasterxml/jackson/databind/JsonNode;)Ljava/lang/Object;
PreferenceStore.markAsClean ( ) : Integer
com/google/refine/preference/PreferenceStore.markAsClean:()Ljava/lang/Integer;
PreferenceStore.setEntries ( JsonNode entries ) : void
com/google/refine/preference/PreferenceStore.setEntries:(Lcom/fasterxml/jackson/databind/JsonNode;)V
openrefine-3.2.jar,
PreferenceValue.class
package com.google.refine.commands
GetPreferenceCommand.PreferenceValue.GetPreferenceCommand.PreferenceValue ( Object pref )
com/google/refine/commands/GetPreferenceCommand.PreferenceValue."<init>":(Ljava/lang/Object;)V
openrefine-3.2.jar,
PreferenceValue.class
package com.google.refine.preference
PreferenceValue.getClassName ( ) : String
com/google/refine/preference/PreferenceValue.getClassName:()Ljava/lang/String;
openrefine-3.2.jar,
PreviewResponse.class
package com.google.refine.commands.recon
PreviewExtendDataCommand.PreviewResponse.PreviewExtendDataCommand.PreviewResponse ( List<ReconciledDataExtensionJob.ColumnInfo> columns2, List<List<Object>> rows2 )
com/google/refine/commands/recon/PreviewExtendDataCommand.PreviewResponse."<init>":(Ljava/util/List;Ljava/util/List;)V
openrefine-3.2.jar,
PreviewResult.class
package com.google.refine.commands.expr
PreviewExpressionCommand.PreviewResult.PreviewExpressionCommand.PreviewResult ( List<PreviewExpressionCommand.ExpressionValue> evaluated )
com/google/refine/commands/expr/PreviewExpressionCommand.PreviewResult."<init>":(Ljava/util/List;)V
PreviewExpressionCommand.PreviewResult.PreviewExpressionCommand.PreviewResult ( String code, String message, String type )
com/google/refine/commands/expr/PreviewExpressionCommand.PreviewResult."<init>":(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
openrefine-3.2.jar,
Process.class
package com.google.refine.process
Process.getId ( ) : long
com/google/refine/process/Process.getId:()J
openrefine-3.2.jar,
ProcessManager.class
package com.google.refine.process
ProcessManager.getJsonExceptions ( ) : List<ProcessManager.ExceptionMessage>
com/google/refine/process/ProcessManager.getJsonExceptions:()Ljava/util/List;
openrefine-3.2.jar,
Project.class
package com.google.refine.model
Project.getMetadata ( ) : ProjectMetadata
com/google/refine/model/Project.getMetadata:()Lcom/google/refine/ProjectMetadata;
openrefine-3.2.jar,
ProjectManager.class
package com.google.refine
ProjectManager.getProjectMetadata ( long id ) : ProjectMetadata
com/google/refine/ProjectManager.getProjectMetadata:(J)Lcom/google/refine/ProjectMetadata;
ProjectManager.getProjectMetadata ( String name ) : ProjectMetadata
com/google/refine/ProjectManager.getProjectMetadata:(Ljava/lang/String;)Lcom/google/refine/ProjectMetadata;
ProjectManager.mergeEmptyUserMetadata ( ProjectMetadata metadata ) : void
com/google/refine/ProjectManager.mergeEmptyUserMetadata:(Lcom/google/refine/ProjectMetadata;)V
ProjectManager.registerProject ( Project project, ProjectMetadata projectMetadata ) : void
com/google/refine/ProjectManager.registerProject:(Lcom/google/refine/model/Project;Lcom/google/refine/ProjectMetadata;)V
ProjectManager.saveMetadata ( ProjectMetadata p1, long p2 ) [abstract] : void
com/google/refine/ProjectManager.saveMetadata:(Lcom/google/refine/ProjectMetadata;J)V
openrefine-3.2.jar,
ProjectMetadata.class
package com.google.refine
ProjectMetadata.appendImportOptionMetadata ( ObjectNode options ) : void
com/google/refine/ProjectMetadata.appendImportOptionMetadata:(Lcom/fasterxml/jackson/databind/node/ObjectNode;)V
ProjectMetadata.getContributors ( ) : String
com/google/refine/ProjectMetadata.getContributors:()Ljava/lang/String;
ProjectMetadata.getCreated ( ) : LocalDateTime
com/google/refine/ProjectMetadata.getCreated:()Ljava/time/LocalDateTime;
ProjectMetadata.getCreator ( ) : String
com/google/refine/ProjectMetadata.getCreator:()Ljava/lang/String;
ProjectMetadata.getCustomMetadata ( String key ) : Serializable
com/google/refine/ProjectMetadata.getCustomMetadata:(Ljava/lang/String;)Ljava/io/Serializable;
ProjectMetadata.getDescription ( ) : String
com/google/refine/ProjectMetadata.getDescription:()Ljava/lang/String;
ProjectMetadata.getEncoding ( ) : String
com/google/refine/ProjectMetadata.getEncoding:()Ljava/lang/String;
ProjectMetadata.getEncodingConfidence ( ) : int
com/google/refine/ProjectMetadata.getEncodingConfidence:()I
ProjectMetadata.getImportOptionMetadata ( ) : ArrayNode
com/google/refine/ProjectMetadata.getImportOptionMetadata:()Lcom/fasterxml/jackson/databind/node/ArrayNode;
ProjectMetadata.getModified ( ) : LocalDateTime
com/google/refine/ProjectMetadata.getModified:()Ljava/time/LocalDateTime;
ProjectMetadata.getName ( ) : String
com/google/refine/ProjectMetadata.getName:()Ljava/lang/String;
ProjectMetadata.getPassword ( ) : String
com/google/refine/ProjectMetadata.getPassword:()Ljava/lang/String;
ProjectMetadata.getPreferenceStore ( ) : PreferenceStore
com/google/refine/ProjectMetadata.getPreferenceStore:()Lcom/google/refine/preference/PreferenceStore;
ProjectMetadata.getRowCount ( ) : int
com/google/refine/ProjectMetadata.getRowCount:()I
ProjectMetadata.getSubject ( ) : String
com/google/refine/ProjectMetadata.getSubject:()Ljava/lang/String;
ProjectMetadata.getTags ( ) : String[ ]
com/google/refine/ProjectMetadata.getTags:()[Ljava/lang/String;
ProjectMetadata.getUserMetadata ( ) : ArrayNode
com/google/refine/ProjectMetadata.getUserMetadata:()Lcom/fasterxml/jackson/databind/node/ArrayNode;
ProjectMetadata.getUserMetadataJson ( ) : ArrayNode
com/google/refine/ProjectMetadata.getUserMetadataJson:()Lcom/fasterxml/jackson/databind/node/ArrayNode;
ProjectMetadata.isDirty ( ) : boolean
com/google/refine/ProjectMetadata.isDirty:()Z
ProjectMetadata.preparePreferenceStore ( PreferenceStore ps ) [static] : void
com/google/refine/ProjectMetadata.preparePreferenceStore:(Lcom/google/refine/preference/PreferenceStore;)V
ProjectMetadata.ProjectMetadata ( )
com/google/refine/ProjectMetadata."<init>":()V
ProjectMetadata.ProjectMetadata ( LocalDateTime created, LocalDateTime modified, String name )
com/google/refine/ProjectMetadata."<init>":(Ljava/time/LocalDateTime;Ljava/time/LocalDateTime;Ljava/lang/String;)V
ProjectMetadata.ProjectMetadata ( LocalDateTime date )
com/google/refine/ProjectMetadata."<init>":(Ljava/time/LocalDateTime;)V
ProjectMetadata.setAnyField ( String metaName, String valueString ) : void
com/google/refine/ProjectMetadata.setAnyField:(Ljava/lang/String;Ljava/lang/String;)V
ProjectMetadata.setContributors ( String contributors ) : void
com/google/refine/ProjectMetadata.setContributors:(Ljava/lang/String;)V
ProjectMetadata.setCreator ( String creator ) : void
com/google/refine/ProjectMetadata.setCreator:(Ljava/lang/String;)V
ProjectMetadata.setCustomMetadata ( String key, Serializable value ) : void
com/google/refine/ProjectMetadata.setCustomMetadata:(Ljava/lang/String;Ljava/io/Serializable;)V
ProjectMetadata.setDescription ( String description ) : void
com/google/refine/ProjectMetadata.setDescription:(Ljava/lang/String;)V
ProjectMetadata.setEncoding ( String encoding ) : void
com/google/refine/ProjectMetadata.setEncoding:(Ljava/lang/String;)V
ProjectMetadata.setEncodingConfidence ( int confidence ) : void
com/google/refine/ProjectMetadata.setEncodingConfidence:(I)V
ProjectMetadata.setEncodingConfidence ( String confidence ) : void
com/google/refine/ProjectMetadata.setEncodingConfidence:(Ljava/lang/String;)V
ProjectMetadata.setImportOptionMetadata ( ArrayNode jsonArray ) : void
com/google/refine/ProjectMetadata.setImportOptionMetadata:(Lcom/fasterxml/jackson/databind/node/ArrayNode;)V
ProjectMetadata.setName ( String name ) : void
com/google/refine/ProjectMetadata.setName:(Ljava/lang/String;)V
ProjectMetadata.setPassword ( String password ) : void
com/google/refine/ProjectMetadata.setPassword:(Ljava/lang/String;)V
ProjectMetadata.setRowCount ( int rowCount ) : void
com/google/refine/ProjectMetadata.setRowCount:(I)V
ProjectMetadata.setSubject ( String subject ) : void
com/google/refine/ProjectMetadata.setSubject:(Ljava/lang/String;)V
ProjectMetadata.setTags ( String[ ] tags ) : void
com/google/refine/ProjectMetadata.setTags:([Ljava/lang/String;)V
ProjectMetadata.setUserMetadata ( ArrayNode userMetadata ) : void
com/google/refine/ProjectMetadata.setUserMetadata:(Lcom/fasterxml/jackson/databind/node/ArrayNode;)V
ProjectMetadata.updateModified ( ) : void
com/google/refine/ProjectMetadata.updateModified:()V
openrefine-3.2.jar,
ProjectMetadataUtilities.class
package com.google.refine.io
ProjectMetadataUtilities.load ( File projectDir ) [static] : ProjectMetadata
com/google/refine/io/ProjectMetadataUtilities.load:(Ljava/io/File;)Lcom/google/refine/ProjectMetadata;
ProjectMetadataUtilities.loadFromFile ( File metadataFile ) [static] : ProjectMetadata
com/google/refine/io/ProjectMetadataUtilities.loadFromFile:(Ljava/io/File;)Lcom/google/refine/ProjectMetadata;
ProjectMetadataUtilities.recover ( File projectDir, long id ) [static] : ProjectMetadata
com/google/refine/io/ProjectMetadataUtilities.recover:(Ljava/io/File;J)Lcom/google/refine/ProjectMetadata;
ProjectMetadataUtilities.save ( ProjectMetadata projectMeta, File projectDir ) [static] : void
com/google/refine/io/ProjectMetadataUtilities.save:(Lcom/google/refine/ProjectMetadata;Ljava/io/File;)V
ProjectMetadataUtilities.saveToFile ( ProjectMetadata projectMeta, File metadataFile ) [static] : void
com/google/refine/io/ProjectMetadataUtilities.saveToFile:(Lcom/google/refine/ProjectMetadata;Ljava/io/File;)V
openrefine-3.2.jar,
QueryProperty.class
package com.google.refine.model.recon
StandardReconConfig.QueryProperty.StandardReconConfig.QueryProperty ( String pid, Object v )
com/google/refine/model/recon/StandardReconConfig.QueryProperty."<init>":(Ljava/lang/String;Ljava/lang/Object;)V
StandardReconConfig.QueryProperty.toString ( ) : String
com/google/refine/model/recon/StandardReconConfig.QueryProperty.toString:()Ljava/lang/String;
openrefine-3.2.jar,
QuickHistoryEntryProcess.class
package com.google.refine.process
QuickHistoryEntryProcess.getDescription ( ) : String
com/google/refine/process/QuickHistoryEntryProcess.getDescription:()Ljava/lang/String;
QuickHistoryEntryProcess.getStatus ( ) : String
com/google/refine/process/QuickHistoryEntryProcess.getStatus:()Ljava/lang/String;
openrefine-3.2.jar,
Quotient.class
package com.google.refine.expr.functions.math
Quotient.getDescription ( ) : String
com/google/refine/expr/functions/math/Quotient.getDescription:()Ljava/lang/String;
Quotient.getParams ( ) : String
com/google/refine/expr/functions/math/Quotient.getParams:()Ljava/lang/String;
Quotient.getReturns ( ) : String
com/google/refine/expr/functions/math/Quotient.getReturns:()Ljava/lang/String;
openrefine-3.2.jar,
Radians.class
package com.google.refine.expr.functions.math
Radians.getDescription ( ) : String
com/google/refine/expr/functions/math/Radians.getDescription:()Ljava/lang/String;
Radians.getParams ( ) : String
com/google/refine/expr/functions/math/Radians.getParams:()Ljava/lang/String;
Radians.getReturns ( ) : String
com/google/refine/expr/functions/math/Radians.getReturns:()Ljava/lang/String;
openrefine-3.2.jar,
RandomNumber.class
package com.google.refine.expr.functions.math
RandomNumber.call ( Properties bindings, Object[ ] args ) : Object
com/google/refine/expr/functions/math/RandomNumber.call:(Ljava/util/Properties;[Ljava/lang/Object;)Ljava/lang/Object;
RandomNumber.getDescription ( ) : String
com/google/refine/expr/functions/math/RandomNumber.getDescription:()Ljava/lang/String;
RandomNumber.getParams ( ) : String
com/google/refine/expr/functions/math/RandomNumber.getParams:()Ljava/lang/String;
RandomNumber.getReturns ( ) : String
com/google/refine/expr/functions/math/RandomNumber.getReturns:()Ljava/lang/String;
RandomNumber.RandomNumber ( )
com/google/refine/expr/functions/math/RandomNumber."<init>":()V
openrefine-3.2.jar,
Range.class
package com.google.refine.expr.functions.strings
Range.getDescription ( ) : String
com/google/refine/expr/functions/strings/Range.getDescription:()Ljava/lang/String;
Range.getParams ( ) : String
com/google/refine/expr/functions/strings/Range.getParams:()Ljava/lang/String;
Range.getReturns ( ) : String
com/google/refine/expr/functions/strings/Range.getReturns:()Ljava/lang/String;
openrefine-3.2.jar,
RangeFacet.class
package com.google.refine.browsing.facets
RangeFacet.getBaseBins ( ) : int[ ]
com/google/refine/browsing/facets/RangeFacet.getBaseBins:()[I
RangeFacet.getBins ( ) : int[ ]
com/google/refine/browsing/facets/RangeFacet.getBins:()[I
RangeFacet.getColumnName ( ) : String
com/google/refine/browsing/facets/RangeFacet.getColumnName:()Ljava/lang/String;
RangeFacet.getError ( ) : String
com/google/refine/browsing/facets/RangeFacet.getError:()Ljava/lang/String;
RangeFacet.getExpression ( ) : String
com/google/refine/browsing/facets/RangeFacet.getExpression:()Ljava/lang/String;
RangeFacet.getFrom ( ) : Double
com/google/refine/browsing/facets/RangeFacet.getFrom:()Ljava/lang/Double;
RangeFacet.getMax ( ) : Double
com/google/refine/browsing/facets/RangeFacet.getMax:()Ljava/lang/Double;
RangeFacet.getMin ( ) : Double
com/google/refine/browsing/facets/RangeFacet.getMin:()Ljava/lang/Double;
RangeFacet.getName ( ) : String
com/google/refine/browsing/facets/RangeFacet.getName:()Ljava/lang/String;
RangeFacet.getStep ( ) : Double
com/google/refine/browsing/facets/RangeFacet.getStep:()Ljava/lang/Double;
RangeFacet.getTo ( ) : Double
com/google/refine/browsing/facets/RangeFacet.getTo:()Ljava/lang/Double;
RangeFacet.isFiniteRange ( ) : boolean
com/google/refine/browsing/facets/RangeFacet.isFiniteRange:()Z
openrefine-3.2.jar,
RangeFacetConfig.class
package com.google.refine.browsing.facets
RangeFacet.RangeFacetConfig.getJsonType ( ) : String
com/google/refine/browsing/facets/RangeFacet.RangeFacetConfig.getJsonType:()Ljava/lang/String;
RangeFacet.RangeFacetConfig.RangeFacet.RangeFacetConfig ( String name, String expression, String columnName, Double from, Double to, Boolean selectNumeric, Boolean selectNonNumeric, Boolean selectBlank, Boolean selectError )
com/google/refine/browsing/facets/RangeFacet.RangeFacetConfig."<init>":(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/Double;Ljava/lang/Double;Ljava/lang/Boolean;Ljava/lang/Boolean;Ljava/lang/Boolean;Ljava/lang/Boolean;)V
openrefine-3.2.jar,
RdfTripleImporter.class
package com.google.refine.importers
RdfTripleImporter.parseOneFile ( Project project, ProjectMetadata metadata, ImportingJob job, String fileSource, InputStream input, int limit, ObjectNode options, List<Exception> exceptions ) : void
com/google/refine/importers/RdfTripleImporter.parseOneFile:(Lcom/google/refine/model/Project;Lcom/google/refine/ProjectMetadata;Lcom/google/refine/importing/ImportingJob;Ljava/lang/String;Ljava/io/InputStream;ILcom/fasterxml/jackson/databind/node/ObjectNode;Ljava/util/List;)V
openrefine-3.2.jar,
Recon.class
package com.google.refine.model
Recon.getCandidates ( ) : List<ReconCandidate>
com/google/refine/model/Recon.getCandidates:()Ljava/util/List;
Recon.getfeatures ( ) : Object[ ]
com/google/refine/model/Recon.getfeatures:()[Ljava/lang/Object;
Recon.getId ( ) : long
com/google/refine/model/Recon.getId:()J
Recon.getIdentifierSpace ( ) : String
com/google/refine/model/Recon.getIdentifierSpace:()Ljava/lang/String;
Recon.getJudgment ( ) : Recon.Judgment
com/google/refine/model/Recon.getJudgment:()Lcom/google/refine/model/Recon$Judgment;
Recon.getJudgmentAction ( ) : String
com/google/refine/model/Recon.getJudgmentAction:()Ljava/lang/String;
Recon.getJudgmentBatchSize ( ) : int
com/google/refine/model/Recon.getJudgmentBatchSize:()I
Recon.getJudgmentHistoryEntry ( ) : long
com/google/refine/model/Recon.getJudgmentHistoryEntry:()J
Recon.getMatch ( ) : ReconCandidate
com/google/refine/model/Recon.getMatch:()Lcom/google/refine/model/ReconCandidate;
Recon.getMatchRank ( ) : Integer
com/google/refine/model/Recon.getMatchRank:()Ljava/lang/Integer;
Recon.getSchemaSpace ( ) : String
com/google/refine/model/Recon.getSchemaSpace:()Ljava/lang/String;
Recon.getServiceURI ( ) : String
com/google/refine/model/Recon.getServiceURI:()Ljava/lang/String;
Recon.loadStreaming ( String s ) [static] : Recon
com/google/refine/model/Recon.loadStreaming:(Ljava/lang/String;)Lcom/google/refine/model/Recon;
Recon.Recon ( long id, long judgmentHistoryEntry, Recon.Judgment judgment, ReconCandidate match, Object[ ] features, List<ReconCandidate> candidates, String service, String identifierSpace, String schemaSpace, String judgmentAction, Integer judgmentBatchSize, Integer matchRank )
com/google/refine/model/Recon."<init>":(JJLcom/google/refine/model/Recon$Judgment;Lcom/google/refine/model/ReconCandidate;[Ljava/lang/Object;Ljava/util/List;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/Integer;Ljava/lang/Integer;)V
openrefine-3.2.jar,
ReconciledDataExtensionJob.class
package com.google.refine.model.recon
ReconciledDataExtensionJob.collectResult ( ObjectNode record, Map<String,ReconCandidate> reconCandidateMap ) : ReconciledDataExtensionJob.DataExtension
com/google/refine/model/recon/ReconciledDataExtensionJob.collectResult:(Lcom/fasterxml/jackson/databind/node/ObjectNode;Ljava/util/Map;)Lcom/google/refine/model/recon/ReconciledDataExtensionJob$DataExtension;
ReconciledDataExtensionJob.formulateQuery ( Set<String> ids, ReconciledDataExtensionJob.DataExtensionConfig node, Writer writer ) [static] : void
com/google/refine/model/recon/ReconciledDataExtensionJob.formulateQuery:(Ljava/util/Set;Lcom/google/refine/model/recon/ReconciledDataExtensionJob$DataExtensionConfig;Ljava/io/Writer;)V
ReconciledDataExtensionJob.ReconciledDataExtensionJob ( ReconciledDataExtensionJob.DataExtensionConfig obj, String endpoint )
com/google/refine/model/recon/ReconciledDataExtensionJob."<init>":(Lcom/google/refine/model/recon/ReconciledDataExtensionJob$DataExtensionConfig;Ljava/lang/String;)V
ReconciledDataExtensionJob.storeCell ( List<Object[ ]> rows, int row, int col, ObjectNode obj, Map<String,ReconCandidate> reconCandidateMap ) : void
com/google/refine/model/recon/ReconciledDataExtensionJob.storeCell:(Ljava/util/List;IILcom/fasterxml/jackson/databind/node/ObjectNode;Ljava/util/Map;)V
openrefine-3.2.jar,
ReconClearSimilarCellsOperation.class
package com.google.refine.operations.recon
ReconClearSimilarCellsOperation.getColumnName ( ) : String
com/google/refine/operations/recon/ReconClearSimilarCellsOperation.getColumnName:()Ljava/lang/String;
ReconClearSimilarCellsOperation.getSimilarValue ( ) : String
com/google/refine/operations/recon/ReconClearSimilarCellsOperation.getSimilarValue:()Ljava/lang/String;
openrefine-3.2.jar,
ReconConfig.class
package com.google.refine.model.recon
ReconConfig.getClassFromMode ( String mode ) [static] : Class<?>
com/google/refine/model/recon/ReconConfig.getClassFromMode:(Ljava/lang/String;)Ljava/lang/Class;
ReconConfig.getMode ( ) [abstract] : String
com/google/refine/model/recon/ReconConfig.getMode:()Ljava/lang/String;
ReconConfig.reconstruct ( String json ) [static] : ReconConfig
com/google/refine/model/recon/ReconConfig.reconstruct:(Ljava/lang/String;)Lcom/google/refine/model/recon/ReconConfig;
openrefine-3.2.jar,
ReconConfigResolver.class
package com.google.refine.model.recon
ReconConfigResolver.getMechanism ( ) : JsonTypeInfo.Id
com/google/refine/model/recon/ReconConfigResolver.getMechanism:()Lcom/fasterxml/jackson/annotation/JsonTypeInfo$Id;
ReconConfigResolver.idFromValue ( Object instance ) : String
com/google/refine/model/recon/ReconConfigResolver.idFromValue:(Ljava/lang/Object;)Ljava/lang/String;
ReconConfigResolver.idFromValueAndType ( Object instance, Class<?> type ) : String
com/google/refine/model/recon/ReconConfigResolver.idFromValueAndType:(Ljava/lang/Object;Ljava/lang/Class;)Ljava/lang/String;
ReconConfigResolver.ReconConfigResolver ( )
com/google/refine/model/recon/ReconConfigResolver."<init>":()V
ReconConfigResolver.typeFromId ( DatabindContext context, String id ) : JavaType
com/google/refine/model/recon/ReconConfigResolver.typeFromId:(Lcom/fasterxml/jackson/databind/DatabindContext;Ljava/lang/String;)Lcom/fasterxml/jackson/databind/JavaType;
openrefine-3.2.jar,
ReconCopyAcrossColumnsOperation.class
package com.google.refine.operations.recon
ReconCopyAcrossColumnsOperation.getApplyToJudgedCells ( ) : boolean
com/google/refine/operations/recon/ReconCopyAcrossColumnsOperation.getApplyToJudgedCells:()Z
ReconCopyAcrossColumnsOperation.getFromColumnName ( ) : String
com/google/refine/operations/recon/ReconCopyAcrossColumnsOperation.getFromColumnName:()Ljava/lang/String;
ReconCopyAcrossColumnsOperation.getJudgments ( ) : String[ ]
com/google/refine/operations/recon/ReconCopyAcrossColumnsOperation.getJudgments:()[Ljava/lang/String;
ReconCopyAcrossColumnsOperation.getToColumnNames ( ) : String[ ]
com/google/refine/operations/recon/ReconCopyAcrossColumnsOperation.getToColumnNames:()[Ljava/lang/String;
openrefine-3.2.jar,
ReconDiscardJudgmentsOperation.class
package com.google.refine.operations.recon
ReconDiscardJudgmentsOperation.getClearData ( ) : boolean
com/google/refine/operations/recon/ReconDiscardJudgmentsOperation.getClearData:()Z
ReconDiscardJudgmentsOperation.getColumnName ( ) : String
com/google/refine/operations/recon/ReconDiscardJudgmentsOperation.getColumnName:()Ljava/lang/String;
openrefine-3.2.jar,
ReconItem.class
package com.google.refine.operations.recon
ReconMatchSpecificTopicOperation.ReconItem.getCandidate ( ) : ReconCandidate
com/google/refine/operations/recon/ReconMatchSpecificTopicOperation.ReconItem.getCandidate:()Lcom/google/refine/model/ReconCandidate;
ReconMatchSpecificTopicOperation.ReconItem.ReconMatchSpecificTopicOperation.ReconItem ( String id, String name, String[ ] types )
com/google/refine/operations/recon/ReconMatchSpecificTopicOperation.ReconItem."<init>":(Ljava/lang/String;Ljava/lang/String;[Ljava/lang/String;)V
openrefine-3.2.jar,
ReconJudgeSimilarCellsOperation.class
package com.google.refine.operations.recon
ReconJudgeSimilarCellsOperation.getColumnName ( ) : String
com/google/refine/operations/recon/ReconJudgeSimilarCellsOperation.getColumnName:()Ljava/lang/String;
ReconJudgeSimilarCellsOperation.getJudgment ( ) : Recon.Judgment
com/google/refine/operations/recon/ReconJudgeSimilarCellsOperation.getJudgment:()Lcom/google/refine/model/Recon$Judgment;
ReconJudgeSimilarCellsOperation.getMatch ( ) : ReconCandidate
com/google/refine/operations/recon/ReconJudgeSimilarCellsOperation.getMatch:()Lcom/google/refine/model/ReconCandidate;
ReconJudgeSimilarCellsOperation.getShareNewTopics ( ) : boolean
com/google/refine/operations/recon/ReconJudgeSimilarCellsOperation.getShareNewTopics:()Z
ReconJudgeSimilarCellsOperation.getSimilarValue ( ) : String
com/google/refine/operations/recon/ReconJudgeSimilarCellsOperation.getSimilarValue:()Ljava/lang/String;
ReconJudgeSimilarCellsOperation.ReconJudgeSimilarCellsOperation ( EngineConfig engineConfig, String columnName, String similarValue, Recon.Judgment judgment, ReconCandidate match, Boolean shareNewTopics )
com/google/refine/operations/recon/ReconJudgeSimilarCellsOperation."<init>":(Lcom/google/refine/browsing/EngineConfig;Ljava/lang/String;Ljava/lang/String;Lcom/google/refine/model/Recon$Judgment;Lcom/google/refine/model/ReconCandidate;Ljava/lang/Boolean;)V
openrefine-3.2.jar,
ReconMarkNewTopicsOperation.class
package com.google.refine.operations.recon
ReconMarkNewTopicsOperation.getColumnName ( ) : String
com/google/refine/operations/recon/ReconMarkNewTopicsOperation.getColumnName:()Ljava/lang/String;
ReconMarkNewTopicsOperation.getShareNewTopics ( ) : boolean
com/google/refine/operations/recon/ReconMarkNewTopicsOperation.getShareNewTopics:()Z
openrefine-3.2.jar,
ReconMatchBestCandidatesOperation.class
package com.google.refine.operations.recon
ReconMatchBestCandidatesOperation.getColumnName ( ) : String
com/google/refine/operations/recon/ReconMatchBestCandidatesOperation.getColumnName:()Ljava/lang/String;
openrefine-3.2.jar,
ReconMatchSpecificTopicOperation.class
package com.google.refine.operations.recon
ReconMatchSpecificTopicOperation.ReconMatchSpecificTopicOperation ( EngineConfig engineConfig, String columnName, ReconMatchSpecificTopicOperation.ReconItem match, String identifierSpace, String schemaSpace )
com/google/refine/operations/recon/ReconMatchSpecificTopicOperation."<init>":(Lcom/google/refine/browsing/EngineConfig;Ljava/lang/String;Lcom/google/refine/operations/recon/ReconMatchSpecificTopicOperation$ReconItem;Ljava/lang/String;Ljava/lang/String;)V
openrefine-3.2.jar,
ReconOperation.class
package com.google.refine.operations.recon
ReconOperation.getColumnName ( ) : String
com/google/refine/operations/recon/ReconOperation.getColumnName:()Ljava/lang/String;
ReconOperation.getReconConfig ( ) : ReconConfig
com/google/refine/operations/recon/ReconOperation.getReconConfig:()Lcom/google/refine/model/recon/ReconConfig;
openrefine-3.2.jar,
ReconProcess.class
package com.google.refine.operations.recon
ReconOperation.ReconProcess.onDoneActions ( ) : List<JsonNode>
com/google/refine/operations/recon/ReconOperation.ReconProcess.onDoneActions:()Ljava/util/List;
openrefine-3.2.jar,
ReconQuery.class
package com.google.refine.model.recon
StandardReconConfig.ReconQuery.isTypeStrict ( ) : String
com/google/refine/model/recon/StandardReconConfig.ReconQuery.isTypeStrict:()Ljava/lang/String;
StandardReconConfig.ReconQuery.StandardReconConfig.ReconQuery ( String query, String typeID, List<StandardReconConfig.QueryProperty> properties, int limit )
com/google/refine/model/recon/StandardReconConfig.ReconQuery."<init>":(Ljava/lang/String;Ljava/lang/String;Ljava/util/List;I)V
StandardReconConfig.ReconQuery.toString ( ) : String
com/google/refine/model/recon/StandardReconConfig.ReconQuery.toString:()Ljava/lang/String;
openrefine-3.2.jar,
ReconResult.class
package com.google.refine.model.recon
StandardReconConfig.ReconResult.StandardReconConfig.ReconResult ( )
com/google/refine/model/recon/StandardReconConfig.ReconResult."<init>":()V
StandardReconConfig.ReconResult.toCandidate ( ) : ReconCandidate
com/google/refine/model/recon/StandardReconConfig.ReconResult.toCandidate:()Lcom/google/refine/model/ReconCandidate;
StandardReconConfig.ReconResult.toString ( ) : String
com/google/refine/model/recon/StandardReconConfig.ReconResult.toString:()Ljava/lang/String;
openrefine-3.2.jar,
ReconType.class
package com.google.refine.model
ReconType.load ( String json ) [static] : ReconType
com/google/refine/model/ReconType.load:(Ljava/lang/String;)Lcom/google/refine/model/ReconType;
ReconType.ReconType ( String id )
com/google/refine/model/ReconType."<init>":(Ljava/lang/String;)V
openrefine-3.2.jar,
RecordModel.class
package com.google.refine.model
RecordModel.hasRecords ( ) : boolean
com/google/refine/model/RecordModel.hasRecords:()Z
openrefine-3.2.jar,
Reinterpret.class
package com.google.refine.expr.functions.strings
Reinterpret.getDescription ( ) : String
com/google/refine/expr/functions/strings/Reinterpret.getDescription:()Ljava/lang/String;
Reinterpret.getParams ( ) : String
com/google/refine/expr/functions/strings/Reinterpret.getParams:()Ljava/lang/String;
Reinterpret.getReturns ( ) : String
com/google/refine/expr/functions/strings/Reinterpret.getReturns:()Ljava/lang/String;
openrefine-3.2.jar,
Replace.class
package com.google.refine.expr.functions.strings
Replace.getDescription ( ) : String
com/google/refine/expr/functions/strings/Replace.getDescription:()Ljava/lang/String;
Replace.getParams ( ) : String
com/google/refine/expr/functions/strings/Replace.getParams:()Ljava/lang/String;
Replace.getReturns ( ) : String
com/google/refine/expr/functions/strings/Replace.getReturns:()Ljava/lang/String;
openrefine-3.2.jar,
ReplaceChars.class
package com.google.refine.expr.functions.strings
ReplaceChars.getDescription ( ) : String
com/google/refine/expr/functions/strings/ReplaceChars.getDescription:()Ljava/lang/String;
ReplaceChars.getParams ( ) : String
com/google/refine/expr/functions/strings/ReplaceChars.getParams:()Ljava/lang/String;
ReplaceChars.getReturns ( ) : String
com/google/refine/expr/functions/strings/ReplaceChars.getReturns:()Ljava/lang/String;
openrefine-3.2.jar,
Result.class
package com.google.refine.importing
UrlRewriter.Result.UrlRewriter.Result ( )
com/google/refine/importing/UrlRewriter.Result."<init>":()V
openrefine-3.2.jar,
Reverse.class
package com.google.refine.expr.functions.arrays
Reverse.getDescription ( ) : String
com/google/refine/expr/functions/arrays/Reverse.getDescription:()Ljava/lang/String;
Reverse.getParams ( ) : String
com/google/refine/expr/functions/arrays/Reverse.getParams:()Ljava/lang/String;
Reverse.getReturns ( ) : String
com/google/refine/expr/functions/arrays/Reverse.getReturns:()Ljava/lang/String;
openrefine-3.2.jar,
Round.class
package com.google.refine.expr.functions.math
Round.getDescription ( ) : String
com/google/refine/expr/functions/math/Round.getDescription:()Ljava/lang/String;
Round.getParams ( ) : String
com/google/refine/expr/functions/math/Round.getParams:()Ljava/lang/String;
Round.getReturns ( ) : String
com/google/refine/expr/functions/math/Round.getReturns:()Ljava/lang/String;
openrefine-3.2.jar,
Row.class
package com.google.refine.model
Row.deserialize ( boolean starred, boolean flagged, List<Cell> cells ) [static] : Row
com/google/refine/model/Row.deserialize:(ZZLjava/util/List;)Lcom/google/refine/model/Row;
Row.getCells ( ) : List<Cell>
com/google/refine/model/Row.getCells:()Ljava/util/List;
Row.isFlagged ( ) : boolean
com/google/refine/model/Row.isFlagged:()Z
Row.isStarred ( ) : boolean
com/google/refine/model/Row.isStarred:()Z
openrefine-3.2.jar,
RowFlagOperation.class
package com.google.refine.operations.row
RowFlagOperation.getFlagged ( ) : boolean
com/google/refine/operations/row/RowFlagOperation.getFlagged:()Z
openrefine-3.2.jar,
RowReorderOperation.class
package com.google.refine.operations.row
RowReorderOperation.getMode ( ) : Engine.Mode
com/google/refine/operations/row/RowReorderOperation.getMode:()Lcom/google/refine/browsing/Engine$Mode;
RowReorderOperation.getSortingConfig ( ) : SortingConfig
com/google/refine/operations/row/RowReorderOperation.getSortingConfig:()Lcom/google/refine/sorting/SortingConfig;
RowReorderOperation.RowReorderOperation ( Engine.Mode mode, SortingConfig sorting )
com/google/refine/operations/row/RowReorderOperation."<init>":(Lcom/google/refine/browsing/Engine$Mode;Lcom/google/refine/sorting/SortingConfig;)V
openrefine-3.2.jar,
RowStarOperation.class
package com.google.refine.operations.row
RowStarOperation.getStarred ( ) : boolean
com/google/refine/operations/row/RowStarOperation.getStarred:()Z
openrefine-3.2.jar,
RowWritingVisitor.class
package com.google.refine.commands.row
GetRowsCommand.RowWritingVisitor.GetRowsCommand.RowWritingVisitor ( int start, int limit )
com/google/refine/commands/row/GetRowsCommand.RowWritingVisitor."<init>":(II)V
openrefine-3.2.jar,
RPartition.class
package com.google.refine.expr.functions.strings
RPartition.getDescription ( ) : String
com/google/refine/expr/functions/strings/RPartition.getDescription:()Ljava/lang/String;
RPartition.getParams ( ) : String
com/google/refine/expr/functions/strings/RPartition.getParams:()Ljava/lang/String;
RPartition.getReturns ( ) : String
com/google/refine/expr/functions/strings/RPartition.getReturns:()Ljava/lang/String;
openrefine-3.2.jar,
SaveMode.class
package com.google.refine.util
JsonViews.SaveMode.JsonViews.SaveMode ( )
com/google/refine/util/JsonViews.SaveMode."<init>":()V
openrefine-3.2.jar,
ScatterplotFacet.class
package com.google.refine.browsing.facets
ScatterplotFacet.getColorString ( ) : String
com/google/refine/browsing/facets/ScatterplotFacet.getColorString:()Ljava/lang/String;
ScatterplotFacet.getDimX ( ) : int
com/google/refine/browsing/facets/ScatterplotFacet.getDimX:()I
ScatterplotFacet.getDimY ( ) : int
com/google/refine/browsing/facets/ScatterplotFacet.getDimY:()I
ScatterplotFacet.getDot ( ) : double
com/google/refine/browsing/facets/ScatterplotFacet.getDot:()D
ScatterplotFacet.getErrorX ( ) : String
com/google/refine/browsing/facets/ScatterplotFacet.getErrorX:()Ljava/lang/String;
ScatterplotFacet.getErrorY ( ) : String
com/google/refine/browsing/facets/ScatterplotFacet.getErrorY:()Ljava/lang/String;
ScatterplotFacet.getFromX ( ) : Double
com/google/refine/browsing/facets/ScatterplotFacet.getFromX:()Ljava/lang/Double;
ScatterplotFacet.getFromY ( ) : Double
com/google/refine/browsing/facets/ScatterplotFacet.getFromY:()Ljava/lang/Double;
ScatterplotFacet.getImage ( ) : String
com/google/refine/browsing/facets/ScatterplotFacet.getImage:()Ljava/lang/String;
ScatterplotFacet.getName ( ) : String
com/google/refine/browsing/facets/ScatterplotFacet.getName:()Ljava/lang/String;
ScatterplotFacet.getRotation ( ) : double
com/google/refine/browsing/facets/ScatterplotFacet.getRotation:()D
ScatterplotFacet.getSize ( ) : int
com/google/refine/browsing/facets/ScatterplotFacet.getSize:()I
ScatterplotFacet.getToX ( ) : Double
com/google/refine/browsing/facets/ScatterplotFacet.getToX:()Ljava/lang/Double;
ScatterplotFacet.getToY ( ) : Double
com/google/refine/browsing/facets/ScatterplotFacet.getToY:()Ljava/lang/Double;
ScatterplotFacet.getXColumnName ( ) : String
com/google/refine/browsing/facets/ScatterplotFacet.getXColumnName:()Ljava/lang/String;
ScatterplotFacet.getXExpression ( ) : String
com/google/refine/browsing/facets/ScatterplotFacet.getXExpression:()Ljava/lang/String;
ScatterplotFacet.getYColumnName ( ) : String
com/google/refine/browsing/facets/ScatterplotFacet.getYColumnName:()Ljava/lang/String;
ScatterplotFacet.getYExpression ( ) : String
com/google/refine/browsing/facets/ScatterplotFacet.getYExpression:()Ljava/lang/String;
openrefine-3.2.jar,
ScatterplotFacetConfig.class
package com.google.refine.browsing.facets
ScatterplotFacet.ScatterplotFacetConfig.getColor ( ) : Color
com/google/refine/browsing/facets/ScatterplotFacet.ScatterplotFacetConfig.getColor:()Ljava/awt/Color;
ScatterplotFacet.ScatterplotFacetConfig.getDimX ( ) : String
com/google/refine/browsing/facets/ScatterplotFacet.ScatterplotFacetConfig.getDimX:()Ljava/lang/String;
ScatterplotFacet.ScatterplotFacetConfig.getDimY ( ) : String
com/google/refine/browsing/facets/ScatterplotFacet.ScatterplotFacetConfig.getDimY:()Ljava/lang/String;
ScatterplotFacet.ScatterplotFacetConfig.getJsonType ( ) : String
com/google/refine/browsing/facets/ScatterplotFacet.ScatterplotFacetConfig.getJsonType:()Ljava/lang/String;
ScatterplotFacet.ScatterplotFacetConfig.isSelected ( ) : boolean
com/google/refine/browsing/facets/ScatterplotFacet.ScatterplotFacetConfig.isSelected:()Z
openrefine-3.2.jar,
SelectXml.class
package com.google.refine.expr.functions.xml
SelectXml.getDescription ( ) : String
com/google/refine/expr/functions/xml/SelectXml.getDescription:()Ljava/lang/String;
SelectXml.getParams ( ) : String
com/google/refine/expr/functions/xml/SelectXml.getParams:()Ljava/lang/String;
SelectXml.getReturns ( ) : String
com/google/refine/expr/functions/xml/SelectXml.getReturns:()Ljava/lang/String;
openrefine-3.2.jar,
SeparatorBasedImporter.class
package com.google.refine.importers
SeparatorBasedImporter.createParserUIInitializationData ( ImportingJob job, List<ObjectNode> fileRecords, String format ) : ObjectNode
com/google/refine/importers/SeparatorBasedImporter.createParserUIInitializationData:(Lcom/google/refine/importing/ImportingJob;Ljava/util/List;Ljava/lang/String;)Lcom/fasterxml/jackson/databind/node/ObjectNode;
SeparatorBasedImporter.parseOneFile ( Project project, ProjectMetadata metadata, ImportingJob job, String fileSource, Reader reader, int limit, ObjectNode options, List<Exception> exceptions ) : void
com/google/refine/importers/SeparatorBasedImporter.parseOneFile:(Lcom/google/refine/model/Project;Lcom/google/refine/ProjectMetadata;Lcom/google/refine/importing/ImportingJob;Ljava/lang/String;Ljava/io/Reader;ILcom/fasterxml/jackson/databind/node/ObjectNode;Ljava/util/List;)V
openrefine-3.2.jar,
SerializationFilters.class
package com.google.refine.util
SerializationFilters.SerializationFilters ( )
com/google/refine/util/SerializationFilters."<init>":()V
openrefine-3.2.jar,
SHA1.class
package com.google.refine.expr.functions.strings
SHA1.getDescription ( ) : String
com/google/refine/expr/functions/strings/SHA1.getDescription:()Ljava/lang/String;
SHA1.getParams ( ) : String
com/google/refine/expr/functions/strings/SHA1.getParams:()Ljava/lang/String;
SHA1.getReturns ( ) : String
com/google/refine/expr/functions/strings/SHA1.getReturns:()Ljava/lang/String;
openrefine-3.2.jar,
SimilarityDistance.class
package com.google.refine.clustering.knn
SimilarityDistance.compute ( String p1, String p2 ) [abstract] : double
com/google/refine/clustering/knn/SimilarityDistance.compute:(Ljava/lang/String;Ljava/lang/String;)D
openrefine-3.2.jar,
SimpleHistoryEntry.class
package com.google.refine.commands.history
GetOperationsCommand.SimpleHistoryEntry.getDescription ( ) : String
com/google/refine/commands/history/GetOperationsCommand.SimpleHistoryEntry.getDescription:()Ljava/lang/String;
GetOperationsCommand.SimpleHistoryEntry.getOperation ( ) : AbstractOperation
com/google/refine/commands/history/GetOperationsCommand.SimpleHistoryEntry.getOperation:()Lcom/google/refine/model/AbstractOperation;
GetOperationsCommand.SimpleHistoryEntry.GetOperationsCommand.SimpleHistoryEntry ( HistoryEntry e )
com/google/refine/commands/history/GetOperationsCommand.SimpleHistoryEntry."<init>":(Lcom/google/refine/history/HistoryEntry;)V
openrefine-3.2.jar,
Sin.class
package com.google.refine.expr.functions.math
Sin.getDescription ( ) : String
com/google/refine/expr/functions/math/Sin.getDescription:()Ljava/lang/String;
Sin.getParams ( ) : String
com/google/refine/expr/functions/math/Sin.getParams:()Ljava/lang/String;
Sin.getReturns ( ) : String
com/google/refine/expr/functions/math/Sin.getReturns:()Ljava/lang/String;
openrefine-3.2.jar,
Sinh.class
package com.google.refine.expr.functions.math
Sinh.getDescription ( ) : String
com/google/refine/expr/functions/math/Sinh.getDescription:()Ljava/lang/String;
Sinh.getParams ( ) : String
com/google/refine/expr/functions/math/Sinh.getParams:()Ljava/lang/String;
Sinh.getReturns ( ) : String
com/google/refine/expr/functions/math/Sinh.getReturns:()Ljava/lang/String;
openrefine-3.2.jar,
Slice.class
package com.google.refine.expr.functions
Slice.getDescription ( ) : String
com/google/refine/expr/functions/Slice.getDescription:()Ljava/lang/String;
Slice.getParams ( ) : String
com/google/refine/expr/functions/Slice.getParams:()Ljava/lang/String;
Slice.getReturns ( ) : String
com/google/refine/expr/functions/Slice.getReturns:()Ljava/lang/String;
openrefine-3.2.jar,
SmartSplit.class
package com.google.refine.expr.functions.strings
SmartSplit.getDescription ( ) : String
com/google/refine/expr/functions/strings/SmartSplit.getDescription:()Ljava/lang/String;
SmartSplit.getParams ( ) : String
com/google/refine/expr/functions/strings/SmartSplit.getParams:()Ljava/lang/String;
SmartSplit.getReturns ( ) : String
com/google/refine/expr/functions/strings/SmartSplit.getReturns:()Ljava/lang/String;
openrefine-3.2.jar,
Sort.class
package com.google.refine.expr.functions.arrays
Sort.getDescription ( ) : String
com/google/refine/expr/functions/arrays/Sort.getDescription:()Ljava/lang/String;
Sort.getParams ( ) : String
com/google/refine/expr/functions/arrays/Sort.getParams:()Ljava/lang/String;
Sort.getReturns ( ) : String
com/google/refine/expr/functions/arrays/Sort.getReturns:()Ljava/lang/String;
openrefine-3.2.jar,
SortingConfig.class
package com.google.refine.sorting
SortingConfig.getCriteria ( ) : Criterion[ ]
com/google/refine/sorting/SortingConfig.getCriteria:()[Lcom/google/refine/sorting/Criterion;
SortingConfig.reconstruct ( String obj ) [static] : SortingConfig
com/google/refine/sorting/SortingConfig.reconstruct:(Ljava/lang/String;)Lcom/google/refine/sorting/SortingConfig;
SortingConfig.SortingConfig ( Criterion[ ] criteria )
com/google/refine/sorting/SortingConfig."<init>":([Lcom/google/refine/sorting/Criterion;)V
openrefine-3.2.jar,
Split.class
package com.google.refine.expr.functions.strings
Split.getDescription ( ) : String
com/google/refine/expr/functions/strings/Split.getDescription:()Ljava/lang/String;
Split.getParams ( ) : String
com/google/refine/expr/functions/strings/Split.getParams:()Ljava/lang/String;
Split.getReturns ( ) : String
com/google/refine/expr/functions/strings/Split.getReturns:()Ljava/lang/String;
openrefine-3.2.jar,
SplitByCharType.class
package com.google.refine.expr.functions.strings
SplitByCharType.getDescription ( ) : String
com/google/refine/expr/functions/strings/SplitByCharType.getDescription:()Ljava/lang/String;
SplitByCharType.getParams ( ) : String
com/google/refine/expr/functions/strings/SplitByCharType.getParams:()Ljava/lang/String;
SplitByCharType.getReturns ( ) : String
com/google/refine/expr/functions/strings/SplitByCharType.getReturns:()Ljava/lang/String;
openrefine-3.2.jar,
SplitByLengths.class
package com.google.refine.expr.functions.strings
SplitByLengths.getDescription ( ) : String
com/google/refine/expr/functions/strings/SplitByLengths.getDescription:()Ljava/lang/String;
SplitByLengths.getParams ( ) : String
com/google/refine/expr/functions/strings/SplitByLengths.getParams:()Ljava/lang/String;
SplitByLengths.getReturns ( ) : String
com/google/refine/expr/functions/strings/SplitByLengths.getReturns:()Ljava/lang/String;
openrefine-3.2.jar,
SqlCreateBuilder.class
package com.google.refine.exporters.sql
SqlCreateBuilder.SqlCreateBuilder ( String table, List<String> columns, JsonNode sqlOptions )
com/google/refine/exporters/sql/SqlCreateBuilder."<init>":(Ljava/lang/String;Ljava/util/List;Lcom/fasterxml/jackson/databind/JsonNode;)V
openrefine-3.2.jar,
SqlInsertBuilder.class
package com.google.refine.exporters.sql
SqlInsertBuilder.SqlInsertBuilder ( String table, List<String> columns, List<ArrayList<SqlData>> rows, JsonNode sqlOptions )
com/google/refine/exporters/sql/SqlInsertBuilder."<init>":(Ljava/lang/String;Ljava/util/List;Ljava/util/List;Lcom/fasterxml/jackson/databind/JsonNode;)V
openrefine-3.2.jar,
StandardReconConfig.class
package com.google.refine.model.recon
StandardReconConfig.computeFeatures ( Recon recon, String text ) : void
com/google/refine/model/recon/StandardReconConfig.computeFeatures:(Lcom/google/refine/model/Recon;Ljava/lang/String;)V
StandardReconConfig.createReconServiceResults ( String text, ArrayNode resultsList, long historyEntryID ) : Recon
com/google/refine/model/recon/StandardReconConfig.createReconServiceResults:(Ljava/lang/String;Lcom/fasterxml/jackson/databind/node/ArrayNode;J)Lcom/google/refine/model/Recon;
StandardReconConfig.getMode ( ) : String
com/google/refine/model/recon/StandardReconConfig.getMode:()Ljava/lang/String;
StandardReconConfig.getReconType ( ) : ReconType
com/google/refine/model/recon/StandardReconConfig.getReconType:()Lcom/google/refine/model/ReconType;
StandardReconConfig.reconstruct ( String json ) [static] : StandardReconConfig
com/google/refine/model/recon/StandardReconConfig.reconstruct:(Ljava/lang/String;)Lcom/google/refine/model/recon/StandardReconConfig;
StandardReconConfig.StandardReconConfig ( String service, String identifierSpace, String schemaSpace, ReconType type, boolean autoMatch, List<StandardReconConfig.ColumnDetail> columnDetails, int limit )
com/google/refine/model/recon/StandardReconConfig."<init>":(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/google/refine/model/ReconType;ZLjava/util/List;I)V
openrefine-3.2.jar,
StandardReconJob.class
package com.google.refine.model.recon
StandardReconConfig.StandardReconJob.toString ( ) : String
com/google/refine/model/recon/StandardReconConfig.StandardReconJob.toString:()Ljava/lang/String;
openrefine-3.2.jar,
StartsWith.class
package com.google.refine.expr.functions.strings
StartsWith.getDescription ( ) : String
com/google/refine/expr/functions/strings/StartsWith.getDescription:()Ljava/lang/String;
StartsWith.getParams ( ) : String
com/google/refine/expr/functions/strings/StartsWith.getParams:()Ljava/lang/String;
StartsWith.getReturns ( ) : String
com/google/refine/expr/functions/strings/StartsWith.getReturns:()Ljava/lang/String;
openrefine-3.2.jar,
StringCriterion.class
package com.google.refine.sorting
StringCriterion.getValueType ( ) : String
com/google/refine/sorting/StringCriterion.getValueType:()Ljava/lang/String;
openrefine-3.2.jar,
SuccessfulEvaluation.class
package com.google.refine.commands.expr
PreviewExpressionCommand.SuccessfulEvaluation.PreviewExpressionCommand.SuccessfulEvaluation ( String value )
com/google/refine/commands/expr/PreviewExpressionCommand.SuccessfulEvaluation."<init>":(Ljava/lang/String;)V
openrefine-3.2.jar,
Sum.class
package com.google.refine.expr.functions.math
Sum.getDescription ( ) : String
com/google/refine/expr/functions/math/Sum.getDescription:()Ljava/lang/String;
Sum.getParams ( ) : String
com/google/refine/expr/functions/math/Sum.getParams:()Ljava/lang/String;
Sum.getReturns ( ) : String
com/google/refine/expr/functions/math/Sum.getReturns:()Ljava/lang/String;
openrefine-3.2.jar,
TabularImportingParserBase.class
package com.google.refine.importers
TabularImportingParserBase.createParserUIInitializationData ( ImportingJob job, List<ObjectNode> fileRecords, String format ) : ObjectNode
com/google/refine/importers/TabularImportingParserBase.createParserUIInitializationData:(Lcom/google/refine/importing/ImportingJob;Ljava/util/List;Ljava/lang/String;)Lcom/fasterxml/jackson/databind/node/ObjectNode;
TabularImportingParserBase.parseOneFile ( Project project, ProjectMetadata metadata, ImportingJob job, String fileSource, Reader dataReader, int limit, ObjectNode options, List<Exception> exceptions ) : void
com/google/refine/importers/TabularImportingParserBase.parseOneFile:(Lcom/google/refine/model/Project;Lcom/google/refine/ProjectMetadata;Lcom/google/refine/importing/ImportingJob;Ljava/lang/String;Ljava/io/Reader;ILcom/fasterxml/jackson/databind/node/ObjectNode;Ljava/util/List;)V
TabularImportingParserBase.readTable ( Project project, ProjectMetadata metadata, ImportingJob job, TabularImportingParserBase.TableDataReader reader, String fileSource, int limit, ObjectNode options, List<Exception> exceptions ) [static] : void
com/google/refine/importers/TabularImportingParserBase.readTable:(Lcom/google/refine/model/Project;Lcom/google/refine/ProjectMetadata;Lcom/google/refine/importing/ImportingJob;Lcom/google/refine/importers/TabularImportingParserBase$TableDataReader;Ljava/lang/String;ILcom/fasterxml/jackson/databind/node/ObjectNode;Ljava/util/List;)V
openrefine-3.2.jar,
TabularSerializer.class
package com.google.refine.exporters
TabularSerializer.startFile ( JsonNode p1 ) [abstract] : void
com/google/refine/exporters/TabularSerializer.startFile:(Lcom/fasterxml/jackson/databind/JsonNode;)V
openrefine-3.2.jar,
Tan.class
package com.google.refine.expr.functions.math
Tan.getDescription ( ) : String
com/google/refine/expr/functions/math/Tan.getDescription:()Ljava/lang/String;
Tan.getParams ( ) : String
com/google/refine/expr/functions/math/Tan.getParams:()Ljava/lang/String;
Tan.getReturns ( ) : String
com/google/refine/expr/functions/math/Tan.getReturns:()Ljava/lang/String;
openrefine-3.2.jar,
Tanh.class
package com.google.refine.expr.functions.math
Tanh.getDescription ( ) : String
com/google/refine/expr/functions/math/Tanh.getDescription:()Ljava/lang/String;
Tanh.getParams ( ) : String
com/google/refine/expr/functions/math/Tanh.getParams:()Ljava/lang/String;
Tanh.getReturns ( ) : String
com/google/refine/expr/functions/math/Tanh.getReturns:()Ljava/lang/String;
openrefine-3.2.jar,
TemplateConfig.class
package com.google.refine.exporters
TemplatingExporter.TemplateConfig.TemplatingExporter.TemplateConfig ( String template, String prefix, String suffix, String separator )
com/google/refine/exporters/TemplatingExporter.TemplateConfig."<init>":(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
openrefine-3.2.jar,
TextSearchFacet.class
package com.google.refine.browsing.facets
TextSearchFacet.getColumnName ( ) : String
com/google/refine/browsing/facets/TextSearchFacet.getColumnName:()Ljava/lang/String;
TextSearchFacet.getMode ( ) : String
com/google/refine/browsing/facets/TextSearchFacet.getMode:()Ljava/lang/String;
TextSearchFacet.getName ( ) : String
com/google/refine/browsing/facets/TextSearchFacet.getName:()Ljava/lang/String;
TextSearchFacet.getQuery ( ) : String
com/google/refine/browsing/facets/TextSearchFacet.getQuery:()Ljava/lang/String;
TextSearchFacet.isCaseSensitive ( ) : boolean
com/google/refine/browsing/facets/TextSearchFacet.isCaseSensitive:()Z
TextSearchFacet.isInverted ( ) : boolean
com/google/refine/browsing/facets/TextSearchFacet.isInverted:()Z
openrefine-3.2.jar,
TextSearchFacetConfig.class
package com.google.refine.browsing.facets
TextSearchFacet.TextSearchFacetConfig.getJsonType ( ) : String
com/google/refine/browsing/facets/TextSearchFacet.TextSearchFacetConfig.getJsonType:()Ljava/lang/String;
openrefine-3.2.jar,
TimeRangeFacet.class
package com.google.refine.browsing.facets
TimeRangeFacet.getBaseBins ( ) : int[ ]
com/google/refine/browsing/facets/TimeRangeFacet.getBaseBins:()[I
TimeRangeFacet.getBins ( ) : int[ ]
com/google/refine/browsing/facets/TimeRangeFacet.getBins:()[I
TimeRangeFacet.getColumnName ( ) : String
com/google/refine/browsing/facets/TimeRangeFacet.getColumnName:()Ljava/lang/String;
TimeRangeFacet.getError ( ) : String
com/google/refine/browsing/facets/TimeRangeFacet.getError:()Ljava/lang/String;
TimeRangeFacet.getExpression ( ) : String
com/google/refine/browsing/facets/TimeRangeFacet.getExpression:()Ljava/lang/String;
TimeRangeFacet.getFrom ( ) : Double
com/google/refine/browsing/facets/TimeRangeFacet.getFrom:()Ljava/lang/Double;
TimeRangeFacet.getMax ( ) : Double
com/google/refine/browsing/facets/TimeRangeFacet.getMax:()Ljava/lang/Double;
TimeRangeFacet.getMin ( ) : Double
com/google/refine/browsing/facets/TimeRangeFacet.getMin:()Ljava/lang/Double;
TimeRangeFacet.getName ( ) : String
com/google/refine/browsing/facets/TimeRangeFacet.getName:()Ljava/lang/String;
TimeRangeFacet.getStep ( ) : Double
com/google/refine/browsing/facets/TimeRangeFacet.getStep:()Ljava/lang/Double;
TimeRangeFacet.getTo ( ) : Double
com/google/refine/browsing/facets/TimeRangeFacet.getTo:()Ljava/lang/Double;
openrefine-3.2.jar,
TimeRangeFacetConfig.class
package com.google.refine.browsing.facets
TimeRangeFacet.TimeRangeFacetConfig.getJsonType ( ) : String
com/google/refine/browsing/facets/TimeRangeFacet.TimeRangeFacetConfig.getJsonType:()Ljava/lang/String;
TimeRangeFacet.TimeRangeFacetConfig.isSelected ( ) : boolean
com/google/refine/browsing/facets/TimeRangeFacet.TimeRangeFacetConfig.isSelected:()Z
openrefine-3.2.jar,
ToDate.class
package com.google.refine.expr.functions
ToDate.getDescription ( ) : String
com/google/refine/expr/functions/ToDate.getDescription:()Ljava/lang/String;
ToDate.getParams ( ) : String
com/google/refine/expr/functions/ToDate.getParams:()Ljava/lang/String;
ToDate.getReturns ( ) : String
com/google/refine/expr/functions/ToDate.getReturns:()Ljava/lang/String;
openrefine-3.2.jar,
ToLowercase.class
package com.google.refine.expr.functions.strings
ToLowercase.getDescription ( ) : String
com/google/refine/expr/functions/strings/ToLowercase.getDescription:()Ljava/lang/String;
ToLowercase.getParams ( ) : String
com/google/refine/expr/functions/strings/ToLowercase.getParams:()Ljava/lang/String;
ToLowercase.getReturns ( ) : String
com/google/refine/expr/functions/strings/ToLowercase.getReturns:()Ljava/lang/String;
openrefine-3.2.jar,
ToNumber.class
package com.google.refine.expr.functions
ToNumber.getDescription ( ) : String
com/google/refine/expr/functions/ToNumber.getDescription:()Ljava/lang/String;
ToNumber.getParams ( ) : String
com/google/refine/expr/functions/ToNumber.getParams:()Ljava/lang/String;
ToNumber.getReturns ( ) : String
com/google/refine/expr/functions/ToNumber.getReturns:()Ljava/lang/String;
openrefine-3.2.jar,
TopList.class
package com.google.refine.preference
TopList.TopList ( int top, List<String> list )
com/google/refine/preference/TopList."<init>":(ILjava/util/List;)V
openrefine-3.2.jar,
ToString.class
package com.google.refine.expr.functions
ToString.getDescription ( ) : String
com/google/refine/expr/functions/ToString.getDescription:()Ljava/lang/String;
ToString.getParams ( ) : String
com/google/refine/expr/functions/ToString.getParams:()Ljava/lang/String;
ToString.getReturns ( ) : String
com/google/refine/expr/functions/ToString.getReturns:()Ljava/lang/String;
openrefine-3.2.jar,
ToTitlecase.class
package com.google.refine.expr.functions.strings
ToTitlecase.getDescription ( ) : String
com/google/refine/expr/functions/strings/ToTitlecase.getDescription:()Ljava/lang/String;
ToTitlecase.getParams ( ) : String
com/google/refine/expr/functions/strings/ToTitlecase.getParams:()Ljava/lang/String;
ToTitlecase.getReturns ( ) : String
com/google/refine/expr/functions/strings/ToTitlecase.getReturns:()Ljava/lang/String;
openrefine-3.2.jar,
ToUppercase.class
package com.google.refine.expr.functions.strings
ToUppercase.getDescription ( ) : String
com/google/refine/expr/functions/strings/ToUppercase.getDescription:()Ljava/lang/String;
ToUppercase.getParams ( ) : String
com/google/refine/expr/functions/strings/ToUppercase.getParams:()Ljava/lang/String;
ToUppercase.getReturns ( ) : String
com/google/refine/expr/functions/strings/ToUppercase.getReturns:()Ljava/lang/String;
openrefine-3.2.jar,
TransposeColumnsIntoRowsOperation.class
package com.google.refine.operations.cell
TransposeColumnsIntoRowsOperation.deserialize ( String combinedColumnName, String startColumnName, int columnCount, Boolean ignoreBlankCells, Boolean fillDown, boolean prependColumnName, String separator, String keyColumnName, String valueColumnName ) [static] : TransposeColumnsIntoRowsOperation
com/google/refine/operations/cell/TransposeColumnsIntoRowsOperation.deserialize:(Ljava/lang/String;Ljava/lang/String;ILjava/lang/Boolean;Ljava/lang/Boolean;ZLjava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lcom/google/refine/operations/cell/TransposeColumnsIntoRowsOperation;
TransposeColumnsIntoRowsOperation.getPrependColumnName ( ) : Boolean
com/google/refine/operations/cell/TransposeColumnsIntoRowsOperation.getPrependColumnName:()Ljava/lang/Boolean;
openrefine-3.2.jar,
TransposeRowsIntoColumnsOperation.class
package com.google.refine.operations.cell
TransposeRowsIntoColumnsOperation.getColumnName ( ) : String
com/google/refine/operations/cell/TransposeRowsIntoColumnsOperation.getColumnName:()Ljava/lang/String;
TransposeRowsIntoColumnsOperation.getRowCount ( ) : int
com/google/refine/operations/cell/TransposeRowsIntoColumnsOperation.getRowCount:()I
openrefine-3.2.jar,
TreeImportingParserBase.class
package com.google.refine.importers.tree
TreeImportingParserBase.createParserUIInitializationData ( ImportingJob job, List<ObjectNode> fileRecords, String format ) : ObjectNode
com/google/refine/importers/tree/TreeImportingParserBase.createParserUIInitializationData:(Lcom/google/refine/importing/ImportingJob;Ljava/util/List;Ljava/lang/String;)Lcom/fasterxml/jackson/databind/node/ObjectNode;
TreeImportingParserBase.parse ( Project project, ProjectMetadata metadata, ImportingJob job, List<ObjectNode> fileRecords, String format, int limit, ObjectNode options, List<Exception> exceptions ) : void
com/google/refine/importers/tree/TreeImportingParserBase.parse:(Lcom/google/refine/model/Project;Lcom/google/refine/ProjectMetadata;Lcom/google/refine/importing/ImportingJob;Ljava/util/List;Ljava/lang/String;ILcom/fasterxml/jackson/databind/node/ObjectNode;Ljava/util/List;)V
TreeImportingParserBase.parseOneFile ( Project project, ProjectMetadata metadata, ImportingJob job, ObjectNode fileRecord, ImportColumnGroup rootColumnGroup, int limit, ObjectNode options, List<Exception> exceptions, ImporterUtilities.MultiFileReadingProgress progress ) : void
com/google/refine/importers/tree/TreeImportingParserBase.parseOneFile:(Lcom/google/refine/model/Project;Lcom/google/refine/ProjectMetadata;Lcom/google/refine/importing/ImportingJob;Lcom/fasterxml/jackson/databind/node/ObjectNode;Lcom/google/refine/importers/tree/ImportColumnGroup;ILcom/fasterxml/jackson/databind/node/ObjectNode;Ljava/util/List;Lcom/google/refine/importers/ImporterUtilities$MultiFileReadingProgress;)V
TreeImportingParserBase.parseOneFile ( Project project, ProjectMetadata metadata, ImportingJob job, String fileSource, InputStream inputStream, ImportColumnGroup rootColumnGroup, int limit, ObjectNode options, List<Exception> exceptions ) : void
com/google/refine/importers/tree/TreeImportingParserBase.parseOneFile:(Lcom/google/refine/model/Project;Lcom/google/refine/ProjectMetadata;Lcom/google/refine/importing/ImportingJob;Ljava/lang/String;Ljava/io/InputStream;Lcom/google/refine/importers/tree/ImportColumnGroup;ILcom/fasterxml/jackson/databind/node/ObjectNode;Ljava/util/List;)V
TreeImportingParserBase.parseOneFile ( Project project, ProjectMetadata metadata, ImportingJob job, String fileSource, Reader reader, ImportColumnGroup rootColumnGroup, int limit, ObjectNode options, List<Exception> exceptions ) : void
com/google/refine/importers/tree/TreeImportingParserBase.parseOneFile:(Lcom/google/refine/model/Project;Lcom/google/refine/ProjectMetadata;Lcom/google/refine/importing/ImportingJob;Ljava/lang/String;Ljava/io/Reader;Lcom/google/refine/importers/tree/ImportColumnGroup;ILcom/fasterxml/jackson/databind/node/ObjectNode;Ljava/util/List;)V
TreeImportingParserBase.parseOneFile ( Project project, ProjectMetadata metadata, ImportingJob job, String fileSource, TreeReader treeParser, ImportColumnGroup rootColumnGroup, int limit, ObjectNode options, List<Exception> exceptions ) : void
com/google/refine/importers/tree/TreeImportingParserBase.parseOneFile:(Lcom/google/refine/model/Project;Lcom/google/refine/ProjectMetadata;Lcom/google/refine/importing/ImportingJob;Ljava/lang/String;Lcom/google/refine/importers/tree/TreeReader;Lcom/google/refine/importers/tree/ImportColumnGroup;ILcom/fasterxml/jackson/databind/node/ObjectNode;Ljava/util/List;)V
openrefine-3.2.jar,
Trim.class
package com.google.refine.expr.functions.strings
Trim.getDescription ( ) : String
com/google/refine/expr/functions/strings/Trim.getDescription:()Ljava/lang/String;
Trim.getParams ( ) : String
com/google/refine/expr/functions/strings/Trim.getParams:()Ljava/lang/String;
Trim.getReturns ( ) : String
com/google/refine/expr/functions/strings/Trim.getReturns:()Ljava/lang/String;
openrefine-3.2.jar,
Type.class
package com.google.refine.expr.functions
Type.getDescription ( ) : String
com/google/refine/expr/functions/Type.getDescription:()Ljava/lang/String;
Type.getParams ( ) : String
com/google/refine/expr/functions/Type.getParams:()Ljava/lang/String;
Type.getReturns ( ) : String
com/google/refine/expr/functions/Type.getReturns:()Ljava/lang/String;
openrefine-3.2.jar,
TypesResponse.class
package com.google.refine.commands.recon
GuessTypesOfColumnCommand.TypesResponse.GuessTypesOfColumnCommand.TypesResponse ( String code, String message, List<GuessTypesOfColumnCommand.TypeGroup> types )
com/google/refine/commands/recon/GuessTypesOfColumnCommand.TypesResponse."<init>":(Ljava/lang/String;Ljava/lang/String;Ljava/util/List;)V
openrefine-3.2.jar,
Unescape.class
package com.google.refine.expr.functions.strings
Unescape.getDescription ( ) : String
com/google/refine/expr/functions/strings/Unescape.getDescription:()Ljava/lang/String;
Unescape.getParams ( ) : String
com/google/refine/expr/functions/strings/Unescape.getParams:()Ljava/lang/String;
Unescape.getReturns ( ) : String
com/google/refine/expr/functions/strings/Unescape.getReturns:()Ljava/lang/String;
openrefine-3.2.jar,
Unicode.class
package com.google.refine.expr.functions.strings
Unicode.getDescription ( ) : String
com/google/refine/expr/functions/strings/Unicode.getDescription:()Ljava/lang/String;
Unicode.getParams ( ) : String
com/google/refine/expr/functions/strings/Unicode.getParams:()Ljava/lang/String;
Unicode.getReturns ( ) : String
com/google/refine/expr/functions/strings/Unicode.getReturns:()Ljava/lang/String;
openrefine-3.2.jar,
UnicodeType.class
package com.google.refine.expr.functions.strings
UnicodeType.getDescription ( ) : String
com/google/refine/expr/functions/strings/UnicodeType.getDescription:()Ljava/lang/String;
UnicodeType.getParams ( ) : String
com/google/refine/expr/functions/strings/UnicodeType.getParams:()Ljava/lang/String;
UnicodeType.getReturns ( ) : String
com/google/refine/expr/functions/strings/UnicodeType.getReturns:()Ljava/lang/String;
openrefine-3.2.jar,
Uniques.class
package com.google.refine.expr.functions.arrays
Uniques.getDescription ( ) : String
com/google/refine/expr/functions/arrays/Uniques.getDescription:()Ljava/lang/String;
Uniques.getParams ( ) : String
com/google/refine/expr/functions/arrays/Uniques.getParams:()Ljava/lang/String;
Uniques.getReturns ( ) : String
com/google/refine/expr/functions/arrays/Uniques.getReturns:()Ljava/lang/String;
openrefine-3.2.jar,
UnknownOperation.class
package com.google.refine.operations
UnknownOperation.getAttributes ( ) : Map<String,Object>
com/google/refine/operations/UnknownOperation.getAttributes:()Ljava/util/Map;
UnknownOperation.getBriefDescription ( Project project ) : String
com/google/refine/operations/UnknownOperation.getBriefDescription:(Lcom/google/refine/model/Project;)Ljava/lang/String;
UnknownOperation.getOperationId ( ) : String
com/google/refine/operations/UnknownOperation.getOperationId:()Ljava/lang/String;
UnknownOperation.setAttribute ( String key, Object value ) : void
com/google/refine/operations/UnknownOperation.setAttribute:(Ljava/lang/String;Ljava/lang/Object;)V
UnknownOperation.UnknownOperation ( String opCode, String description )
com/google/refine/operations/UnknownOperation."<init>":(Ljava/lang/String;Ljava/lang/String;)V
openrefine-3.2.jar,
UrlRewriter.class
package com.google.refine.importing
UrlRewriter.rewrite ( String p1 ) [abstract] : UrlRewriter.Result
com/google/refine/importing/UrlRewriter.rewrite:(Ljava/lang/String;)Lcom/google/refine/importing/UrlRewriter$Result;
openrefine-3.2.jar,
VersionResponse.class
package com.google.refine.commands
GetVersionCommand.VersionResponse.GetVersionCommand.VersionResponse ( GetVersionCommand p1 )
com/google/refine/commands/GetVersionCommand.VersionResponse."<init>":(Lcom/google/refine/commands/GetVersionCommand;)V
openrefine-3.2.jar,
VicinoDistance.class
package com.google.refine.clustering.knn
VicinoDistance.compute ( String a, String b ) : double
com/google/refine/clustering/knn/VicinoDistance.compute:(Ljava/lang/String;Ljava/lang/String;)D
VicinoDistance.VicinoDistance ( Distance d )
com/google/refine/clustering/knn/VicinoDistance."<init>":(Ledu/mit/simile/vicino/distances/Distance;)V
openrefine-3.2.jar,
WikitextImporter.class
package com.google.refine.importers
WikitextImporter.createParserUIInitializationData ( ImportingJob job, List<ObjectNode> fileRecords, String format ) : ObjectNode
com/google/refine/importers/WikitextImporter.createParserUIInitializationData:(Lcom/google/refine/importing/ImportingJob;Ljava/util/List;Ljava/lang/String;)Lcom/fasterxml/jackson/databind/node/ObjectNode;
WikitextImporter.parseOneFile ( Project project, ProjectMetadata metadata, ImportingJob job, String fileSource, Reader reader, int limit, ObjectNode options, List<Exception> exceptions ) : void
com/google/refine/importers/WikitextImporter.parseOneFile:(Lcom/google/refine/model/Project;Lcom/google/refine/ProjectMetadata;Lcom/google/refine/importing/ImportingJob;Ljava/lang/String;Ljava/io/Reader;ILcom/fasterxml/jackson/databind/node/ObjectNode;Ljava/util/List;)V
openrefine-3.2.jar,
With.class
package com.google.refine.grel.controls
With.getDescription ( ) : String
com/google/refine/grel/controls/With.getDescription:()Ljava/lang/String;
With.getParams ( ) : String
com/google/refine/grel/controls/With.getParams:()Ljava/lang/String;
With.getReturns ( ) : String
com/google/refine/grel/controls/With.getReturns:()Ljava/lang/String;
openrefine-3.2.jar,
WrappedRow.class
package com.google.refine.commands.row
GetRowsCommand.WrappedRow.GetRowsCommand.WrappedRow ( Row rowOrRecord, int rowIndex, Integer recordIndex )
com/google/refine/commands/row/GetRowsCommand.WrappedRow."<init>":(Lcom/google/refine/model/Row;ILjava/lang/Integer;)V
openrefine-3.2.jar,
XmlAttr.class
package com.google.refine.expr.functions.xml
XmlAttr.getDescription ( ) : String
com/google/refine/expr/functions/xml/XmlAttr.getDescription:()Ljava/lang/String;
XmlAttr.getParams ( ) : String
com/google/refine/expr/functions/xml/XmlAttr.getParams:()Ljava/lang/String;
XmlAttr.getReturns ( ) : String
com/google/refine/expr/functions/xml/XmlAttr.getReturns:()Ljava/lang/String;
openrefine-3.2.jar,
XmlImporter.class
package com.google.refine.importers
XmlImporter.createParserUIInitializationData ( ImportingJob job, List<ObjectNode> fileRecords, String format ) : ObjectNode
com/google/refine/importers/XmlImporter.createParserUIInitializationData:(Lcom/google/refine/importing/ImportingJob;Ljava/util/List;Ljava/lang/String;)Lcom/fasterxml/jackson/databind/node/ObjectNode;
XmlImporter.parseOneFile ( Project project, ProjectMetadata metadata, ImportingJob job, String fileSource, InputStream inputStream, ImportColumnGroup rootColumnGroup, int limit, ObjectNode options, List<Exception> exceptions ) : void
com/google/refine/importers/XmlImporter.parseOneFile:(Lcom/google/refine/model/Project;Lcom/google/refine/ProjectMetadata;Lcom/google/refine/importing/ImportingJob;Ljava/lang/String;Ljava/io/InputStream;Lcom/google/refine/importers/tree/ImportColumnGroup;ILcom/fasterxml/jackson/databind/node/ObjectNode;Ljava/util/List;)V
openrefine-3.2.jar,
XmlText.class
package com.google.refine.expr.functions.xml
XmlText.getDescription ( ) : String
com/google/refine/expr/functions/xml/XmlText.getDescription:()Ljava/lang/String;
XmlText.getParams ( ) : String
com/google/refine/expr/functions/xml/XmlText.getParams:()Ljava/lang/String;
XmlText.getReturns ( ) : String
com/google/refine/expr/functions/xml/XmlText.getReturns:()Ljava/lang/String;
openrefine-3.2.jar,
Xor.class
package com.google.refine.expr.functions.booleans
Xor.getDescription ( ) : String
com/google/refine/expr/functions/booleans/Xor.getDescription:()Ljava/lang/String;
Xor.getParams ( ) : String
com/google/refine/expr/functions/booleans/Xor.getParams:()Ljava/lang/String;
Xor.getReturns ( ) : String
com/google/refine/expr/functions/booleans/Xor.getReturns:()Ljava/lang/String;
to the top
Removed Methods 580
openrefine-3.1.jar,
Abs.class
package com.google.refine.expr.functions.math
Abs.write ( JSONWriter writer, Properties options ) : void
com/google/refine/expr/functions/math/Abs.write:(Lorg/json/JSONWriter;Ljava/util/Properties;)V
openrefine-3.1.jar,
AbstractMetadata.class
package com.google.refine.model.metadata
AbstractMetadata.AbstractMetadata ( )
com/google/refine/model/metadata/AbstractMetadata."<init>":()V
AbstractMetadata.getFormatName ( ) : MetadataFormat
com/google/refine/model/metadata/AbstractMetadata.getFormatName:()Lcom/google/refine/model/metadata/MetadataFormat;
AbstractMetadata.getModified ( ) : LocalDateTime
com/google/refine/model/metadata/AbstractMetadata.getModified:()Ljava/time/LocalDateTime;
AbstractMetadata.isDirty ( ) : boolean
com/google/refine/model/metadata/AbstractMetadata.isDirty:()Z
AbstractMetadata.loadFromFile ( File p1 ) [abstract] : void
com/google/refine/model/metadata/AbstractMetadata.loadFromFile:(Ljava/io/File;)V
AbstractMetadata.loadFromJSON ( JSONObject p1 ) [abstract] : void
com/google/refine/model/metadata/AbstractMetadata.loadFromJSON:(Lorg/json/JSONObject;)V
AbstractMetadata.propertyExists ( Object bean, String property ) [static] : boolean
com/google/refine/model/metadata/AbstractMetadata.propertyExists:(Ljava/lang/Object;Ljava/lang/String;)Z
AbstractMetadata.setFormatName ( MetadataFormat formatName ) : void
com/google/refine/model/metadata/AbstractMetadata.setFormatName:(Lcom/google/refine/model/metadata/MetadataFormat;)V
AbstractMetadata.updateModified ( ) : void
com/google/refine/model/metadata/AbstractMetadata.updateModified:()V
AbstractMetadata.write ( JSONWriter jsonWriter, boolean onlyIfDirty ) : void
com/google/refine/model/metadata/AbstractMetadata.write:(Lorg/json/JSONWriter;Z)V
AbstractMetadata.writeToFile ( File p1 ) [abstract] : void
com/google/refine/model/metadata/AbstractMetadata.writeToFile:(Ljava/io/File;)V
openrefine-3.1.jar,
AbstractValidator.class
package com.google.refine.model.metadata.validator.checks
AbstractValidator.AbstractValidator ( Project project, int cellIndex, JSONObject options )
com/google/refine/model/metadata/validator/checks/AbstractValidator."<init>":(Lcom/google/refine/model/Project;ILorg/json/JSONObject;)V
AbstractValidator.addError ( JSONObject result ) : void
com/google/refine/model/metadata/validator/checks/AbstractValidator.addError:(Lorg/json/JSONObject;)V
AbstractValidator.checkCell ( Cell cell ) : boolean
com/google/refine/model/metadata/validator/checks/AbstractValidator.checkCell:(Lcom/google/refine/model/Cell;)Z
AbstractValidator.customizedFormat ( ) : void
com/google/refine/model/metadata/validator/checks/AbstractValidator.customizedFormat:()V
AbstractValidator.filter ( Cell cell ) : boolean
com/google/refine/model/metadata/validator/checks/AbstractValidator.filter:(Lcom/google/refine/model/Cell;)Z
AbstractValidator.formatErrorMessage ( Cell cell, int rowIndex ) : JSONObject
com/google/refine/model/metadata/validator/checks/AbstractValidator.formatErrorMessage:(Lcom/google/refine/model/Cell;I)Lorg/json/JSONObject;
AbstractValidator.validate ( ) : JSONArray
com/google/refine/model/metadata/validator/checks/AbstractValidator.validate:()Lorg/json/JSONArray;
openrefine-3.1.jar,
ACos.class
package com.google.refine.expr.functions.math
ACos.write ( JSONWriter writer, Properties options ) : void
com/google/refine/expr/functions/math/ACos.write:(Lorg/json/JSONWriter;Ljava/util/Properties;)V
openrefine-3.1.jar,
And.class
package com.google.refine.expr.functions.booleans
And.write ( JSONWriter writer, Properties options ) : void
com/google/refine/expr/functions/booleans/And.write:(Lorg/json/JSONWriter;Ljava/util/Properties;)V
openrefine-3.1.jar,
ApplyOperationsCommand.class
package com.google.refine.commands.history
ApplyOperationsCommand.reconstructOperation ( Project project, JSONObject obj ) : void
com/google/refine/commands/history/ApplyOperationsCommand.reconstructOperation:(Lcom/google/refine/model/Project;Lorg/json/JSONObject;)V
openrefine-3.1.jar,
ArgsToArray.class
package com.google.refine.expr.functions.arrays
ArgsToArray.write ( JSONWriter writer, Properties options ) : void
com/google/refine/expr/functions/arrays/ArgsToArray.write:(Lorg/json/JSONWriter;Ljava/util/Properties;)V
openrefine-3.1.jar,
ASin.class
package com.google.refine.expr.functions.math
ASin.write ( JSONWriter writer, Properties options ) : void
com/google/refine/expr/functions/math/ASin.write:(Lorg/json/JSONWriter;Ljava/util/Properties;)V
openrefine-3.1.jar,
ATan.class
package com.google.refine.expr.functions.math
ATan.write ( JSONWriter writer, Properties options ) : void
com/google/refine/expr/functions/math/ATan.write:(Lorg/json/JSONWriter;Ljava/util/Properties;)V
openrefine-3.1.jar,
ATan2.class
package com.google.refine.expr.functions.math
ATan2.write ( JSONWriter writer, Properties options ) : void
com/google/refine/expr/functions/math/ATan2.write:(Lorg/json/JSONWriter;Ljava/util/Properties;)V
openrefine-3.1.jar,
BaseSorter.class
package com.google.refine.sorting
BaseSorter.createCriterionFromJSON ( Project project, JSONObject obj ) : Criterion
com/google/refine/sorting/BaseSorter.createCriterionFromJSON:(Lcom/google/refine/model/Project;Lorg/json/JSONObject;)Lcom/google/refine/sorting/Criterion;
BaseSorter.initializeFromJSON ( Project project, JSONObject obj ) : void
com/google/refine/sorting/BaseSorter.initializeFromJSON:(Lcom/google/refine/model/Project;Lorg/json/JSONObject;)V
openrefine-3.1.jar,
BinningClusterer.class
package com.google.refine.clustering.binning
BinningClusterer.write ( JSONWriter writer, Properties options ) : void
com/google/refine/clustering/binning/BinningClusterer.write:(Lorg/json/JSONWriter;Ljava/util/Properties;)V
openrefine-3.1.jar,
BinningClustererConfig.class
package com.google.refine.clustering.binning
BinningClusterer.BinningClustererConfig.initializeFromJSON ( JSONObject o ) : void
com/google/refine/clustering/binning/BinningClusterer.BinningClustererConfig.initializeFromJSON:(Lorg/json/JSONObject;)V
BinningClusterer.BinningClustererConfig.write ( JSONWriter writer, Properties options ) : void
com/google/refine/clustering/binning/BinningClusterer.BinningClustererConfig.write:(Lorg/json/JSONWriter;Ljava/util/Properties;)V
openrefine-3.1.jar,
BinningParameters.class
package com.google.refine.clustering.binning
BinningClusterer.BinningParameters.reconstruct ( JSONObject o ) [static] : BinningClusterer.BinningParameters
com/google/refine/clustering/binning/BinningClusterer.BinningParameters.reconstruct:(Lorg/json/JSONObject;)Lcom/google/refine/clustering/binning/BinningClusterer$BinningParameters;
BinningClusterer.BinningParameters.write ( JSONWriter writer, Properties options ) : void
com/google/refine/clustering/binning/BinningClusterer.BinningParameters.write:(Lorg/json/JSONWriter;Ljava/util/Properties;)V
openrefine-3.1.jar,
BlankDownOperation.class
package com.google.refine.operations.cell
BlankDownOperation.reconstruct ( Project project, JSONObject obj ) [static] : AbstractOperation
com/google/refine/operations/cell/BlankDownOperation.reconstruct:(Lcom/google/refine/model/Project;Lorg/json/JSONObject;)Lcom/google/refine/model/AbstractOperation;
BlankDownOperation.write ( JSONWriter writer, Properties options ) : void
com/google/refine/operations/cell/BlankDownOperation.write:(Lorg/json/JSONWriter;Ljava/util/Properties;)V
openrefine-3.1.jar,
BlankHeader.class
package com.google.refine.model.metadata.validator.checks
BlankHeader.BlankHeader ( Project project, int cellIndex, JSONObject options )
com/google/refine/model/metadata/validator/checks/BlankHeader."<init>":(Lcom/google/refine/model/Project;ILorg/json/JSONObject;)V
openrefine-3.1.jar,
BlankRow.class
package com.google.refine.model.metadata.validator.checks
BlankRow.BlankRow ( Project project, int cellIndex, JSONObject options )
com/google/refine/model/metadata/validator/checks/BlankRow."<init>":(Lcom/google/refine/model/Project;ILorg/json/JSONObject;)V
openrefine-3.1.jar,
Ceil.class
package com.google.refine.expr.functions.math
Ceil.write ( JSONWriter writer, Properties options ) : void
com/google/refine/expr/functions/math/Ceil.write:(Lorg/json/JSONWriter;Ljava/util/Properties;)V
openrefine-3.1.jar,
Cell.class
package com.google.refine.model
Cell.loadStreaming ( JsonParser jp, Pool pool ) [static] : Cell
com/google/refine/model/Cell.loadStreaming:(Lcom/fasterxml/jackson/core/JsonParser;Lcom/google/refine/util/Pool;)Lcom/google/refine/model/Cell;
Cell.write ( JSONWriter writer, Properties options ) : void
com/google/refine/model/Cell.write:(Lorg/json/JSONWriter;Ljava/util/Properties;)V
openrefine-3.1.jar,
Chomp.class
package com.google.refine.expr.functions.strings
Chomp.write ( JSONWriter writer, Properties options ) : void
com/google/refine/expr/functions/strings/Chomp.write:(Lorg/json/JSONWriter;Ljava/util/Properties;)V
openrefine-3.1.jar,
ClustererConfig.class
package com.google.refine.clustering
ClustererConfig.initializeFromJSON ( JSONObject o ) : void
com/google/refine/clustering/ClustererConfig.initializeFromJSON:(Lorg/json/JSONObject;)V
openrefine-3.1.jar,
Coalesce.class
package com.google.refine.expr.functions
Coalesce.write ( JSONWriter writer, Properties options ) : void
com/google/refine/expr/functions/Coalesce.write:(Lorg/json/JSONWriter;Ljava/util/Properties;)V
openrefine-3.1.jar,
Column.class
package com.google.refine.model
Column.castValue ( String value ) : Any
com/google/refine/model/Column.castValue:(Ljava/lang/String;)Ljava/lang/Object;
Column.write ( JSONWriter writer, Properties options ) : void
com/google/refine/model/Column.write:(Lorg/json/JSONWriter;Ljava/util/Properties;)V
openrefine-3.1.jar,
ColumnAdditionByFetchingURLsOperation.class
package com.google.refine.operations.column
ColumnAdditionByFetchingURLsOperation.ColumnAdditionByFetchingURLsOperation ( EngineConfig engineConfig, String baseColumnName, String urlExpression, OnError onError, String newColumnName, int columnInsertIndex, int delay, boolean cacheResponses, JSONArray httpHeadersJson )
com/google/refine/operations/column/ColumnAdditionByFetchingURLsOperation."<init>":(Lcom/google/refine/browsing/EngineConfig;Ljava/lang/String;Ljava/lang/String;Lcom/google/refine/operations/OnError;Ljava/lang/String;IIZLorg/json/JSONArray;)V
ColumnAdditionByFetchingURLsOperation.reconstruct ( Project project, JSONObject obj ) [static] : AbstractOperation
com/google/refine/operations/column/ColumnAdditionByFetchingURLsOperation.reconstruct:(Lcom/google/refine/model/Project;Lorg/json/JSONObject;)Lcom/google/refine/model/AbstractOperation;
ColumnAdditionByFetchingURLsOperation.write ( JSONWriter writer, Properties options ) : void
com/google/refine/operations/column/ColumnAdditionByFetchingURLsOperation.write:(Lorg/json/JSONWriter;Ljava/util/Properties;)V
openrefine-3.1.jar,
ColumnAdditionByFetchingURLsProcess.class
package com.google.refine.operations.column
ColumnAdditionByFetchingURLsOperation.ColumnAdditionByFetchingURLsProcess.ColumnAdditionByFetchingURLsOperation.ColumnAdditionByFetchingURLsProcess ( ColumnAdditionByFetchingURLsOperation project, Project engine, Engine eval, Evaluable description, String cacheResponses, boolean httpHeadersJson, JSONArray p7 )
com/google/refine/operations/column/ColumnAdditionByFetchingURLsOperation.ColumnAdditionByFetchingURLsProcess."<init>":(Lcom/google/refine/operations/column/ColumnAdditionByFetchingURLsOperation;Lcom/google/refine/model/Project;Lcom/google/refine/browsing/Engine;Lcom/google/refine/expr/Evaluable;Ljava/lang/String;ZLorg/json/JSONArray;)V
ColumnAdditionByFetchingURLsOperation.ColumnAdditionByFetchingURLsProcess.write ( JSONWriter writer, Properties options ) : void
com/google/refine/operations/column/ColumnAdditionByFetchingURLsOperation.ColumnAdditionByFetchingURLsProcess.write:(Lorg/json/JSONWriter;Ljava/util/Properties;)V
openrefine-3.1.jar,
ColumnAdditionChange.class
package com.google.refine.model.changes
ColumnAdditionChange.getColumnIndex ( ) : int
com/google/refine/model/changes/ColumnAdditionChange.getColumnIndex:()I
ColumnAdditionChange.getColumnName ( ) : String
com/google/refine/model/changes/ColumnAdditionChange.getColumnName:()Ljava/lang/String;
ColumnAdditionChange.getNewCellIndex ( ) : int
com/google/refine/model/changes/ColumnAdditionChange.getNewCellIndex:()I
openrefine-3.1.jar,
ColumnAdditionOperation.class
package com.google.refine.operations.column
ColumnAdditionOperation.reconstruct ( Project project, JSONObject obj ) [static] : AbstractOperation
com/google/refine/operations/column/ColumnAdditionOperation.reconstruct:(Lcom/google/refine/model/Project;Lorg/json/JSONObject;)Lcom/google/refine/model/AbstractOperation;
ColumnAdditionOperation.write ( JSONWriter writer, Properties options ) : void
com/google/refine/operations/column/ColumnAdditionOperation.write:(Lorg/json/JSONWriter;Ljava/util/Properties;)V
openrefine-3.1.jar,
ColumnDetail.class
package com.google.refine.model.recon
StandardReconConfig.ColumnDetail.StandardReconConfig.ColumnDetail ( String columnName, String propertyName, String propertyID )
com/google/refine/model/recon/StandardReconConfig.ColumnDetail."<init>":(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
openrefine-3.1.jar,
ColumnGroup.class
package com.google.refine.model
ColumnGroup.write ( JSONWriter writer, Properties options ) : void
com/google/refine/model/ColumnGroup.write:(Lorg/json/JSONWriter;Ljava/util/Properties;)V
openrefine-3.1.jar,
ColumnModel.class
package com.google.refine.model
ColumnModel.write ( JSONWriter writer, Properties options ) : void
com/google/refine/model/ColumnModel.write:(Lorg/json/JSONWriter;Ljava/util/Properties;)V
openrefine-3.1.jar,
ColumnMoveChange.class
package com.google.refine.model.changes
ColumnMoveChange.getColumnName ( ) : String
com/google/refine/model/changes/ColumnMoveChange.getColumnName:()Ljava/lang/String;
ColumnMoveChange.getNewColumnIndex ( ) : int
com/google/refine/model/changes/ColumnMoveChange.getNewColumnIndex:()I
ColumnMoveChange.getOldColumnIndex ( ) : int
com/google/refine/model/changes/ColumnMoveChange.getOldColumnIndex:()I
openrefine-3.1.jar,
ColumnMoveOperation.class
package com.google.refine.operations.column
ColumnMoveOperation.reconstruct ( Project project, JSONObject obj ) [static] : AbstractOperation
com/google/refine/operations/column/ColumnMoveOperation.reconstruct:(Lcom/google/refine/model/Project;Lorg/json/JSONObject;)Lcom/google/refine/model/AbstractOperation;
ColumnMoveOperation.write ( JSONWriter writer, Properties options ) : void
com/google/refine/operations/column/ColumnMoveOperation.write:(Lorg/json/JSONWriter;Ljava/util/Properties;)V
openrefine-3.1.jar,
ColumnRemovalChange.class
package com.google.refine.model.changes
ColumnRemovalChange.getOldColumnIndex ( ) : int
com/google/refine/model/changes/ColumnRemovalChange.getOldColumnIndex:()I
openrefine-3.1.jar,
ColumnRemovalOperation.class
package com.google.refine.operations.column
ColumnRemovalOperation.reconstruct ( Project project, JSONObject obj ) [static] : AbstractOperation
com/google/refine/operations/column/ColumnRemovalOperation.reconstruct:(Lcom/google/refine/model/Project;Lorg/json/JSONObject;)Lcom/google/refine/model/AbstractOperation;
ColumnRemovalOperation.write ( JSONWriter writer, Properties options ) : void
com/google/refine/operations/column/ColumnRemovalOperation.write:(Lorg/json/JSONWriter;Ljava/util/Properties;)V
openrefine-3.1.jar,
ColumnRenameOperation.class
package com.google.refine.operations.column
ColumnRenameOperation.reconstruct ( Project project, JSONObject obj ) [static] : AbstractOperation
com/google/refine/operations/column/ColumnRenameOperation.reconstruct:(Lcom/google/refine/model/Project;Lorg/json/JSONObject;)Lcom/google/refine/model/AbstractOperation;
ColumnRenameOperation.write ( JSONWriter writer, Properties options ) : void
com/google/refine/operations/column/ColumnRenameOperation.write:(Lorg/json/JSONWriter;Ljava/util/Properties;)V
openrefine-3.1.jar,
ColumnReorderChange.class
package com.google.refine.model.changes
ColumnReorderChange.getColumnNames ( ) : List<String>
com/google/refine/model/changes/ColumnReorderChange.getColumnNames:()Ljava/util/List;
openrefine-3.1.jar,
ColumnReorderOperation.class
package com.google.refine.operations.column
ColumnReorderOperation.reconstruct ( Project project, JSONObject obj ) [static] : AbstractOperation
com/google/refine/operations/column/ColumnReorderOperation.reconstruct:(Lcom/google/refine/model/Project;Lorg/json/JSONObject;)Lcom/google/refine/model/AbstractOperation;
ColumnReorderOperation.write ( JSONWriter writer, Properties options ) : void
com/google/refine/operations/column/ColumnReorderOperation.write:(Lorg/json/JSONWriter;Ljava/util/Properties;)V
openrefine-3.1.jar,
ColumnSplitChange.class
package com.google.refine.model.changes
ColumnSplitChange.getColumnIndex ( ) : int
com/google/refine/model/changes/ColumnSplitChange.getColumnIndex:()I
ColumnSplitChange.getColumnNames ( ) : List<String>
com/google/refine/model/changes/ColumnSplitChange.getColumnNames:()Ljava/util/List;
ColumnSplitChange.isRemoveOriginalColumn ( ) : boolean
com/google/refine/model/changes/ColumnSplitChange.isRemoveOriginalColumn:()Z
openrefine-3.1.jar,
ColumnSplitOperation.class
package com.google.refine.operations.column
ColumnSplitOperation.reconstruct ( Project project, JSONObject obj ) [static] : AbstractOperation
com/google/refine/operations/column/ColumnSplitOperation.reconstruct:(Lcom/google/refine/model/Project;Lorg/json/JSONObject;)Lcom/google/refine/model/AbstractOperation;
ColumnSplitOperation.write ( JSONWriter writer, Properties options ) : void
com/google/refine/operations/column/ColumnSplitOperation.write:(Lorg/json/JSONWriter;Ljava/util/Properties;)V
openrefine-3.1.jar,
Combin.class
package com.google.refine.expr.functions.math
Combin.write ( JSONWriter writer, Properties options ) : void
com/google/refine/expr/functions/math/Combin.write:(Lorg/json/JSONWriter;Ljava/util/Properties;)V
openrefine-3.1.jar,
Command.class
package com.google.refine.commands
Command.getJsonParameter ( HttpServletRequest request, String name ) [static] : JSONObject
com/google/refine/commands/Command.getJsonParameter:(Ljavax/servlet/http/HttpServletRequest;Ljava/lang/String;)Lorg/json/JSONObject;
Command.getMetadata ( HttpServletRequest request ) : ProjectMetadata
com/google/refine/commands/Command.getMetadata:(Ljavax/servlet/http/HttpServletRequest;)Lcom/google/refine/model/metadata/ProjectMetadata;
Command.respondJSON ( HttpServletResponse response, Jsonizable o ) [static] : void
com/google/refine/commands/Command.respondJSON:(Ljavax/servlet/http/HttpServletResponse;Lcom/google/refine/Jsonizable;)V
Command.respondJSON ( HttpServletResponse response, Jsonizable o, Properties options ) [static] : void
com/google/refine/commands/Command.respondJSON:(Ljavax/servlet/http/HttpServletResponse;Lcom/google/refine/Jsonizable;Ljava/util/Properties;)V
Command.respondJSONObject ( HttpServletResponse response, JSONObject o ) [static] : void
com/google/refine/commands/Command.respondJSONObject:(Ljavax/servlet/http/HttpServletResponse;Lorg/json/JSONObject;)V
openrefine-3.1.jar,
Contains.class
package com.google.refine.expr.functions.strings
Contains.write ( JSONWriter writer, Properties options ) : void
com/google/refine/expr/functions/strings/Contains.write:(Lorg/json/JSONWriter;Ljava/util/Properties;)V
openrefine-3.1.jar,
Cos.class
package com.google.refine.expr.functions.math
Cos.write ( JSONWriter writer, Properties options ) : void
com/google/refine/expr/functions/math/Cos.write:(Lorg/json/JSONWriter;Ljava/util/Properties;)V
openrefine-3.1.jar,
Cosh.class
package com.google.refine.expr.functions.math
Cosh.write ( JSONWriter writer, Properties options ) : void
com/google/refine/expr/functions/math/Cosh.write:(Lorg/json/JSONWriter;Ljava/util/Properties;)V
openrefine-3.1.jar,
Criterion.class
package com.google.refine.sorting
Criterion.initializeFromJSON ( Project project, JSONObject obj ) : void
com/google/refine/sorting/Criterion.initializeFromJSON:(Lcom/google/refine/model/Project;Lorg/json/JSONObject;)V
openrefine-3.1.jar,
Cross.class
package com.google.refine.expr.functions
Cross.write ( JSONWriter writer, Properties options ) : void
com/google/refine/expr/functions/Cross.write:(Lorg/json/JSONWriter;Ljava/util/Properties;)V
openrefine-3.1.jar,
DataExtensionReconConfig.class
package com.google.refine.model.recon
DataExtensionReconConfig.reconstruct ( JSONObject obj ) [static] : ReconConfig
com/google/refine/model/recon/DataExtensionReconConfig.reconstruct:(Lorg/json/JSONObject;)Lcom/google/refine/model/recon/ReconConfig;
openrefine-3.1.jar,
DataPackageMetadata.class
package com.google.refine.model.metadata
DataPackageMetadata.DataPackageMetadata ( )
com/google/refine/model/metadata/DataPackageMetadata."<init>":()V
DataPackageMetadata.getJSON ( ) : JSONObject
com/google/refine/model/metadata/DataPackageMetadata.getJSON:()Lorg/json/JSONObject;
DataPackageMetadata.getPackage ( ) : Package
com/google/refine/model/metadata/DataPackageMetadata.getPackage:()Lio/frictionlessdata/datapackage/Package;
DataPackageMetadata.getResourcePaths ( ) : List<String>
com/google/refine/model/metadata/DataPackageMetadata.getResourcePaths:()Ljava/util/List;
DataPackageMetadata.loadFromFile ( File metadataFile ) : void
com/google/refine/model/metadata/DataPackageMetadata.loadFromFile:(Ljava/io/File;)V
DataPackageMetadata.loadFromJSON ( JSONObject obj ) : void
com/google/refine/model/metadata/DataPackageMetadata.loadFromJSON:(Lorg/json/JSONObject;)V
DataPackageMetadata.loadFromStream ( InputStream inputStream ) : void
com/google/refine/model/metadata/DataPackageMetadata.loadFromStream:(Ljava/io/InputStream;)V
DataPackageMetadata.validate ( ) : List<Exception>
com/google/refine/model/metadata/DataPackageMetadata.validate:()Ljava/util/List;
DataPackageMetadata.write ( JSONWriter jsonWriter, Properties options ) : void
com/google/refine/model/metadata/DataPackageMetadata.write:(Lorg/json/JSONWriter;Ljava/util/Properties;)V
DataPackageMetadata.writeToFile ( File metadataFile ) : void
com/google/refine/model/metadata/DataPackageMetadata.writeToFile:(Ljava/io/File;)V
openrefine-3.1.jar,
DataPackageUrlRewriter.class
package com.google.refine.model.metadata
DataPackageUrlRewriter.DataPackageUrlRewriter ( )
com/google/refine/model/metadata/DataPackageUrlRewriter."<init>":()V
DataPackageUrlRewriter.filter ( String url ) : boolean
com/google/refine/model/metadata/DataPackageUrlRewriter.filter:(Ljava/lang/String;)Z
DataPackageUrlRewriter.rewrite ( String url ) : List<UrlRewriter.Result>
com/google/refine/model/metadata/DataPackageUrlRewriter.rewrite:(Ljava/lang/String;)Ljava/util/List;
openrefine-3.1.jar,
DatePart.class
package com.google.refine.expr.functions.date
DatePart.write ( JSONWriter writer, Properties options ) : void
com/google/refine/expr/functions/date/DatePart.write:(Lorg/json/JSONWriter;Ljava/util/Properties;)V
openrefine-3.1.jar,
DecoratedValue.class
package com.google.refine.browsing
DecoratedValue.write ( JSONWriter writer, Properties options ) : void
com/google/refine/browsing/DecoratedValue.write:(Lorg/json/JSONWriter;Ljava/util/Properties;)V
openrefine-3.1.jar,
DefaultImportingController.class
package com.google.refine.importing
DefaultImportingController.convertErrorsToJsonArray ( List<Exception> exceptions ) [static] : JSONArray
com/google/refine/importing/DefaultImportingController.convertErrorsToJsonArray:(Ljava/util/List;)Lorg/json/JSONArray;
DefaultImportingController.writeErrors ( JSONWriter writer, List<Exception> exceptions ) [static] : void
com/google/refine/importing/DefaultImportingController.writeErrors:(Lorg/json/JSONWriter;Ljava/util/List;)V
openrefine-3.1.jar,
Degrees.class
package com.google.refine.expr.functions.math
Degrees.write ( JSONWriter writer, Properties options ) : void
com/google/refine/expr/functions/math/Degrees.write:(Lorg/json/JSONWriter;Ljava/util/Properties;)V
openrefine-3.1.jar,
DenormalizeOperation.class
package com.google.refine.operations.row
DenormalizeOperation.reconstruct ( Project project, JSONObject obj ) [static] : AbstractOperation
com/google/refine/operations/row/DenormalizeOperation.reconstruct:(Lcom/google/refine/model/Project;Lorg/json/JSONObject;)Lcom/google/refine/model/AbstractOperation;
DenormalizeOperation.write ( JSONWriter writer, Properties options ) : void
com/google/refine/operations/row/DenormalizeOperation.write:(Lorg/json/JSONWriter;Ljava/util/Properties;)V
openrefine-3.1.jar,
Diff.class
package com.google.refine.expr.functions.strings
Diff.write ( JSONWriter writer, Properties options ) : void
com/google/refine/expr/functions/strings/Diff.write:(Lorg/json/JSONWriter;Ljava/util/Properties;)V
openrefine-3.1.jar,
DuplicateHeader.class
package com.google.refine.model.metadata.validator.checks
DuplicateHeader.DuplicateHeader ( Project project, int cellIndex, JSONObject options )
com/google/refine/model/metadata/validator/checks/DuplicateHeader."<init>":(Lcom/google/refine/model/Project;ILorg/json/JSONObject;)V
openrefine-3.1.jar,
DuplicateRow.class
package com.google.refine.model.metadata.validator.checks
DuplicateRow.DuplicateRow ( Project project, int cellIndex, JSONObject options )
com/google/refine/model/metadata/validator/checks/DuplicateRow."<init>":(Lcom/google/refine/model/Project;ILorg/json/JSONObject;)V
openrefine-3.1.jar,
Edit.class
package com.google.refine.operations.cell
MassEditOperation.Edit.write ( JSONWriter writer, Properties options ) : void
com/google/refine/operations/cell/MassEditOperation.Edit.write:(Lorg/json/JSONWriter;Ljava/util/Properties;)V
openrefine-3.1.jar,
EndsWith.class
package com.google.refine.expr.functions.strings
EndsWith.write ( JSONWriter writer, Properties options ) : void
com/google/refine/expr/functions/strings/EndsWith.write:(Lorg/json/JSONWriter;Ljava/util/Properties;)V
openrefine-3.1.jar,
Engine.class
package com.google.refine.browsing
Engine.initializeFromJSON ( JSONObject o ) : void *DEPRECATED*
com/google/refine/browsing/Engine.initializeFromJSON:(Lorg/json/JSONObject;)V
Engine.write ( JSONWriter writer, Properties options ) : void
com/google/refine/browsing/Engine.write:(Lorg/json/JSONWriter;Ljava/util/Properties;)V
openrefine-3.1.jar,
EngineConfig.class
package com.google.refine.browsing
EngineConfig.reconstruct ( JSONObject o ) [static] : EngineConfig
com/google/refine/browsing/EngineConfig.reconstruct:(Lorg/json/JSONObject;)Lcom/google/refine/browsing/EngineConfig;
EngineConfig.write ( JSONWriter writer, Properties options ) : void
com/google/refine/browsing/EngineConfig.write:(Lorg/json/JSONWriter;Ljava/util/Properties;)V
openrefine-3.1.jar,
EnumerableConstraint.class
package com.google.refine.model.metadata.validator.checks
EnumerableConstraint.checkCell ( Cell cell ) : boolean
com/google/refine/model/metadata/validator/checks/EnumerableConstraint.checkCell:(Lcom/google/refine/model/Cell;)Z
EnumerableConstraint.EnumerableConstraint ( Project project, int cellIndex, JSONObject options )
com/google/refine/model/metadata/validator/checks/EnumerableConstraint."<init>":(Lcom/google/refine/model/Project;ILorg/json/JSONObject;)V
openrefine-3.1.jar,
Escape.class
package com.google.refine.expr.functions.strings
Escape.write ( JSONWriter writer, Properties options ) : void
com/google/refine/expr/functions/strings/Escape.write:(Lorg/json/JSONWriter;Ljava/util/Properties;)V
openrefine-3.1.jar,
EvalError.class
package com.google.refine.expr
EvalError.write ( JSONWriter writer, Properties options ) : void
com/google/refine/expr/EvalError.write:(Lorg/json/JSONWriter;Ljava/util/Properties;)V
openrefine-3.1.jar,
Even.class
package com.google.refine.expr.functions.math
Even.write ( JSONWriter writer, Properties options ) : void
com/google/refine/expr/functions/math/Even.write:(Lorg/json/JSONWriter;Ljava/util/Properties;)V
openrefine-3.1.jar,
ExcelImporter.class
package com.google.refine.importers
ExcelImporter.parseOneFile ( Project project, ProjectMetadata metadata, ImportingJob job, String fileSource, InputStream inputStream, int limit, JSONObject options, List<Exception> exceptions ) : void
com/google/refine/importers/ExcelImporter.parseOneFile:(Lcom/google/refine/model/Project;Lcom/google/refine/model/metadata/ProjectMetadata;Lcom/google/refine/importing/ImportingJob;Ljava/lang/String;Ljava/io/InputStream;ILorg/json/JSONObject;Ljava/util/List;)V
openrefine-3.1.jar,
Exp.class
package com.google.refine.expr.functions.math
Exp.write ( JSONWriter writer, Properties options ) : void
com/google/refine/expr/functions/math/Exp.write:(Lorg/json/JSONWriter;Ljava/util/Properties;)V
openrefine-3.1.jar,
ExpressionEqualRowFilter.class
package com.google.refine.browsing.filters
ExpressionEqualRowFilter.ExpressionEqualRowFilter ( Evaluable evaluable, String columnName, int cellIndex, Object[ ] matches, boolean selectNumber, boolean selectDateTime, boolean selectBoolean, boolean selectBlank, boolean selectError, boolean invert )
com/google/refine/browsing/filters/ExpressionEqualRowFilter."<init>":(Lcom/google/refine/expr/Evaluable;Ljava/lang/String;I[Ljava/lang/Object;ZZZZZZ)V
openrefine-3.1.jar,
ExpressionUtils.class
package com.google.refine.expr
ExpressionUtils.isBoolean ( Object v ) [static] : boolean
com/google/refine/expr/ExpressionUtils.isBoolean:(Ljava/lang/Object;)Z
ExpressionUtils.isDateTime ( Object v ) [static] : boolean
com/google/refine/expr/ExpressionUtils.isDateTime:(Ljava/lang/Object;)Z
ExpressionUtils.isNumber ( Object v ) [static] : boolean
com/google/refine/expr/ExpressionUtils.isNumber:(Ljava/lang/Object;)Z
openrefine-3.1.jar,
ExtendDataOperation.class
package com.google.refine.operations.recon
ExtendDataOperation.ExtendDataOperation ( EngineConfig engineConfig, String baseColumnName, String endpoint, String identifierSpace, String schemaSpace, JSONObject extension, int columnInsertIndex )
com/google/refine/operations/recon/ExtendDataOperation."<init>":(Lcom/google/refine/browsing/EngineConfig;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lorg/json/JSONObject;I)V
ExtendDataOperation.reconstruct ( Project project, JSONObject obj ) [static] : AbstractOperation
com/google/refine/operations/recon/ExtendDataOperation.reconstruct:(Lcom/google/refine/model/Project;Lorg/json/JSONObject;)Lcom/google/refine/model/AbstractOperation;
ExtendDataOperation.write ( JSONWriter writer, Properties options ) : void
com/google/refine/operations/recon/ExtendDataOperation.write:(Lorg/json/JSONWriter;Ljava/util/Properties;)V
openrefine-3.1.jar,
ExtendDataProcess.class
package com.google.refine.operations.recon
ExtendDataOperation.ExtendDataProcess.write ( JSONWriter writer, Properties options ) : void
com/google/refine/operations/recon/ExtendDataOperation.ExtendDataProcess.write:(Lorg/json/JSONWriter;Ljava/util/Properties;)V
openrefine-3.1.jar,
ExtraHeader.class
package com.google.refine.model.metadata.validator.checks
ExtraHeader.ExtraHeader ( Project project, int cellIndex, JSONObject options )
com/google/refine/model/metadata/validator/checks/ExtraHeader."<init>":(Lcom/google/refine/model/Project;ILorg/json/JSONObject;)V
openrefine-3.1.jar,
ExtraValue.class
package com.google.refine.model.metadata.validator.checks
ExtraValue.ExtraValue ( Project project, int cellIndex, JSONObject options )
com/google/refine/model/metadata/validator/checks/ExtraValue."<init>":(Lcom/google/refine/model/Project;ILorg/json/JSONObject;)V
openrefine-3.1.jar,
FacetConfig.class
package com.google.refine.browsing.facets
FacetConfig.initializeFromJSON ( JSONObject p1 ) [abstract] : void
com/google/refine/browsing/facets/FacetConfig.initializeFromJSON:(Lorg/json/JSONObject;)V
openrefine-3.1.jar,
FacetCount.class
package com.google.refine.expr.functions
FacetCount.write ( JSONWriter writer, Properties options ) : void
com/google/refine/expr/functions/FacetCount.write:(Lorg/json/JSONWriter;Ljava/util/Properties;)V
openrefine-3.1.jar,
Fact.class
package com.google.refine.expr.functions.math
Fact.write ( JSONWriter writer, Properties options ) : void
com/google/refine/expr/functions/math/Fact.write:(Lorg/json/JSONWriter;Ljava/util/Properties;)V
openrefine-3.1.jar,
FactN.class
package com.google.refine.expr.functions.math
FactN.write ( JSONWriter writer, Properties options ) : void
com/google/refine/expr/functions/math/FactN.write:(Lorg/json/JSONWriter;Ljava/util/Properties;)V
openrefine-3.1.jar,
FileProjectManager.class
package com.google.refine.io
FileProjectManager.saveMetadata ( IMetadata metadata, long projectId ) : void
com/google/refine/io/FileProjectManager.saveMetadata:(Lcom/google/refine/model/metadata/IMetadata;J)V
openrefine-3.1.jar,
FillDownOperation.class
package com.google.refine.operations.cell
FillDownOperation.reconstruct ( Project project, JSONObject obj ) [static] : AbstractOperation
com/google/refine/operations/cell/FillDownOperation.reconstruct:(Lcom/google/refine/model/Project;Lorg/json/JSONObject;)Lcom/google/refine/model/AbstractOperation;
FillDownOperation.write ( JSONWriter writer, Properties options ) : void
com/google/refine/operations/cell/FillDownOperation.write:(Lorg/json/JSONWriter;Ljava/util/Properties;)V
openrefine-3.1.jar,
Filter.class
package com.google.refine.grel.controls
Filter.write ( JSONWriter writer, Properties options ) : void
com/google/refine/grel/controls/Filter.write:(Lorg/json/JSONWriter;Ljava/util/Properties;)V
openrefine-3.1.jar,
Find.class
package com.google.refine.expr.functions.strings
Find.write ( JSONWriter writer, Properties options ) : void
com/google/refine/expr/functions/strings/Find.write:(Lorg/json/JSONWriter;Ljava/util/Properties;)V
openrefine-3.1.jar,
Fingerprint.class
package com.google.refine.expr.functions.strings
Fingerprint.write ( JSONWriter writer, Properties options ) : void
com/google/refine/expr/functions/strings/Fingerprint.write:(Lorg/json/JSONWriter;Ljava/util/Properties;)V
openrefine-3.1.jar,
FixedWidthImporter.class
package com.google.refine.importers
FixedWidthImporter.parseOneFile ( Project project, ProjectMetadata metadata, ImportingJob job, String fileSource, Reader reader, int limit, JSONObject options, List<Exception> exceptions ) : void
com/google/refine/importers/FixedWidthImporter.parseOneFile:(Lcom/google/refine/model/Project;Lcom/google/refine/model/metadata/ProjectMetadata;Lcom/google/refine/importing/ImportingJob;Ljava/lang/String;Ljava/io/Reader;ILorg/json/JSONObject;Ljava/util/List;)V
openrefine-3.1.jar,
Floor.class
package com.google.refine.expr.functions.math
Floor.write ( JSONWriter writer, Properties options ) : void
com/google/refine/expr/functions/math/Floor.write:(Lorg/json/JSONWriter;Ljava/util/Properties;)V
openrefine-3.1.jar,
ForEach.class
package com.google.refine.grel.controls
ForEach.write ( JSONWriter writer, Properties options ) : void
com/google/refine/grel/controls/ForEach.write:(Lorg/json/JSONWriter;Ljava/util/Properties;)V
openrefine-3.1.jar,
ForEachIndex.class
package com.google.refine.grel.controls
ForEachIndex.write ( JSONWriter writer, Properties options ) : void
com/google/refine/grel/controls/ForEachIndex.write:(Lorg/json/JSONWriter;Ljava/util/Properties;)V
openrefine-3.1.jar,
ForNonBlank.class
package com.google.refine.grel.controls
ForNonBlank.write ( JSONWriter writer, Properties options ) : void
com/google/refine/grel/controls/ForNonBlank.write:(Lorg/json/JSONWriter;Ljava/util/Properties;)V
openrefine-3.1.jar,
ForRange.class
package com.google.refine.grel.controls
ForRange.write ( JSONWriter writer, Properties options ) : void
com/google/refine/grel/controls/ForRange.write:(Lorg/json/JSONWriter;Ljava/util/Properties;)V
openrefine-3.1.jar,
Get.class
package com.google.refine.expr.functions
Get.write ( JSONWriter writer, Properties options ) : void
com/google/refine/expr/functions/Get.write:(Lorg/json/JSONWriter;Ljava/util/Properties;)V
openrefine-3.1.jar,
GetMetadataCommand.class
package com.google.refine.commands.project
GetMetadataCommand.doGet ( HttpServletRequest request, HttpServletResponse response ) : void
com/google/refine/commands/project/GetMetadataCommand.doGet:(Ljavax/servlet/http/HttpServletRequest;Ljavax/servlet/http/HttpServletResponse;)V
GetMetadataCommand.GetMetadataCommand ( )
com/google/refine/commands/project/GetMetadataCommand."<init>":()V
openrefine-3.1.jar,
GetScatterplotCommand.class
package com.google.refine.commands.browsing
GetScatterplotCommand.draw ( OutputStream output, Project project, Engine engine, JSONObject o ) : void
com/google/refine/commands/browsing/GetScatterplotCommand.draw:(Ljava/io/OutputStream;Lcom/google/refine/model/Project;Lcom/google/refine/browsing/Engine;Lorg/json/JSONObject;)V
openrefine-3.1.jar,
GreatestCommonDenominator.class
package com.google.refine.expr.functions.math
GreatestCommonDenominator.write ( JSONWriter writer, Properties options ) : void
com/google/refine/expr/functions/math/GreatestCommonDenominator.write:(Lorg/json/JSONWriter;Ljava/util/Properties;)V
openrefine-3.1.jar,
HasField.class
package com.google.refine.expr.functions
HasField.write ( JSONWriter writer, Properties options ) : void
com/google/refine/expr/functions/HasField.write:(Lorg/json/JSONWriter;Ljava/util/Properties;)V
openrefine-3.1.jar,
History.class
package com.google.refine.history
History.write ( JSONWriter writer, Properties options ) : void
com/google/refine/history/History.write:(Lorg/json/JSONWriter;Ljava/util/Properties;)V
openrefine-3.1.jar,
HistoryEntry.class
package com.google.refine.history
HistoryEntry.write ( JSONWriter writer, Properties options ) : void
com/google/refine/history/HistoryEntry.write:(Lorg/json/JSONWriter;Ljava/util/Properties;)V
openrefine-3.1.jar,
HistoryProcess.class
package com.google.refine.history
HistoryProcess.write ( JSONWriter writer, Properties options ) : void
com/google/refine/history/HistoryProcess.write:(Lorg/json/JSONWriter;Ljava/util/Properties;)V
openrefine-3.1.jar,
HttpUtilities.class
package com.google.refine.commands
HttpUtilities.getJsonParameter ( HttpServletRequest request, String name ) [static] : JSONObject
com/google/refine/commands/HttpUtilities.getJsonParameter:(Ljavax/servlet/http/HttpServletRequest;Ljava/lang/String;)Lorg/json/JSONObject;
HttpUtilities.respondJSON ( HttpServletResponse response, Jsonizable o ) [static] : void
com/google/refine/commands/HttpUtilities.respondJSON:(Ljavax/servlet/http/HttpServletResponse;Lcom/google/refine/Jsonizable;)V
HttpUtilities.respondJSON ( HttpServletResponse response, Jsonizable o, Properties options ) [static] : void
com/google/refine/commands/HttpUtilities.respondJSON:(Ljavax/servlet/http/HttpServletResponse;Lcom/google/refine/Jsonizable;Ljava/util/Properties;)V
openrefine-3.1.jar,
If.class
package com.google.refine.grel.controls
If.write ( JSONWriter writer, Properties options ) : void
com/google/refine/grel/controls/If.write:(Lorg/json/JSONWriter;Ljava/util/Properties;)V
openrefine-3.1.jar,
IMetadata.class
package com.google.refine.model.metadata
IMetadata.getFormatName ( ) [abstract] : MetadataFormat
com/google/refine/model/metadata/IMetadata.getFormatName:()Lcom/google/refine/model/metadata/MetadataFormat;
IMetadata.getJSON ( ) [abstract] : JSONObject
com/google/refine/model/metadata/IMetadata.getJSON:()Lorg/json/JSONObject;
IMetadata.getModified ( ) [abstract] : LocalDateTime
com/google/refine/model/metadata/IMetadata.getModified:()Ljava/time/LocalDateTime;
IMetadata.isDirty ( ) [abstract] : boolean
com/google/refine/model/metadata/IMetadata.isDirty:()Z
IMetadata.loadFromFile ( File p1 ) [abstract] : void
com/google/refine/model/metadata/IMetadata.loadFromFile:(Ljava/io/File;)V
IMetadata.loadFromJSON ( JSONObject p1 ) [abstract] : void
com/google/refine/model/metadata/IMetadata.loadFromJSON:(Lorg/json/JSONObject;)V
IMetadata.loadFromStream ( InputStream p1 ) [abstract] : void
com/google/refine/model/metadata/IMetadata.loadFromStream:(Ljava/io/InputStream;)V
IMetadata.setFormatName ( MetadataFormat p1 ) [abstract] : void
com/google/refine/model/metadata/IMetadata.setFormatName:(Lcom/google/refine/model/metadata/MetadataFormat;)V
IMetadata.updateModified ( ) [abstract] : void
com/google/refine/model/metadata/IMetadata.updateModified:()V
IMetadata.validate ( ) [abstract] : List<Exception>
com/google/refine/model/metadata/IMetadata.validate:()Ljava/util/List;
IMetadata.write ( JSONWriter p1, boolean p2 ) [abstract] : void
com/google/refine/model/metadata/IMetadata.write:(Lorg/json/JSONWriter;Z)V
IMetadata.writeToFile ( File p1 ) [abstract] : void
com/google/refine/model/metadata/IMetadata.writeToFile:(Ljava/io/File;)V
openrefine-3.1.jar,
ImportingJob.class
package com.google.refine.importing
ImportingJob.getOrCreateDefaultConfig ( ) : JSONObject
com/google/refine/importing/ImportingJob.getOrCreateDefaultConfig:()Lorg/json/JSONObject;
ImportingJob.getRetrievalRecord ( ) : JSONObject
com/google/refine/importing/ImportingJob.getRetrievalRecord:()Lorg/json/JSONObject;
ImportingJob.isMetadataFileRecord ( JSONObject fileRecordObject ) : boolean
com/google/refine/importing/ImportingJob.isMetadataFileRecord:(Lorg/json/JSONObject;)Z
ImportingJob.setFileSelection ( JSONArray fileSelectionArray ) : void
com/google/refine/importing/ImportingJob.setFileSelection:(Lorg/json/JSONArray;)V
ImportingJob.setRankedFormats ( JSONArray rankedFormats ) : void
com/google/refine/importing/ImportingJob.setRankedFormats:(Lorg/json/JSONArray;)V
ImportingJob.write ( JSONWriter writer, Properties options ) : void
com/google/refine/importing/ImportingJob.write:(Lorg/json/JSONWriter;Ljava/util/Properties;)V
openrefine-3.1.jar,
ImportingManager.class
package com.google.refine.importing
ImportingManager.writeConfiguration ( JSONWriter writer, Properties options ) [static] : void
com/google/refine/importing/ImportingManager.writeConfiguration:(Lorg/json/JSONWriter;Ljava/util/Properties;)V
openrefine-3.1.jar,
ImportingParser.class
package com.google.refine.importing
ImportingParser.createParserUIInitializationData ( ImportingJob p1, List<JSONObject> p2, String p3 ) [abstract] : JSONObject
com/google/refine/importing/ImportingParser.createParserUIInitializationData:(Lcom/google/refine/importing/ImportingJob;Ljava/util/List;Ljava/lang/String;)Lorg/json/JSONObject;
ImportingParser.parse ( Project p1, ProjectMetadata p2, ImportingJob p3, List<JSONObject> p4, String p5, int p6, JSONObject p7, List<Exception> p8 ) [abstract] : void
com/google/refine/importing/ImportingParser.parse:(Lcom/google/refine/model/Project;Lcom/google/refine/model/metadata/ProjectMetadata;Lcom/google/refine/importing/ImportingJob;Ljava/util/List;Ljava/lang/String;ILorg/json/JSONObject;Ljava/util/List;)V
openrefine-3.1.jar,
ImportingParserBase.class
package com.google.refine.importers
ImportingParserBase.createParserUIInitializationData ( ImportingJob job, List<JSONObject> fileRecords, String format ) : JSONObject
com/google/refine/importers/ImportingParserBase.createParserUIInitializationData:(Lcom/google/refine/importing/ImportingJob;Ljava/util/List;Ljava/lang/String;)Lorg/json/JSONObject;
ImportingParserBase.parse ( Project project, ProjectMetadata metadata, ImportingJob job, List<JSONObject> fileRecords, String format, int limit, JSONObject options, List<Exception> exceptions ) : void
com/google/refine/importers/ImportingParserBase.parse:(Lcom/google/refine/model/Project;Lcom/google/refine/model/metadata/ProjectMetadata;Lcom/google/refine/importing/ImportingJob;Ljava/util/List;Ljava/lang/String;ILorg/json/JSONObject;Ljava/util/List;)V
ImportingParserBase.parseOneFile ( Project project, ProjectMetadata metadata, ImportingJob job, JSONObject fileRecord, int limit, JSONObject options, List<Exception> exceptions, ImporterUtilities.MultiFileReadingProgress progress ) : void
com/google/refine/importers/ImportingParserBase.parseOneFile:(Lcom/google/refine/model/Project;Lcom/google/refine/model/metadata/ProjectMetadata;Lcom/google/refine/importing/ImportingJob;Lorg/json/JSONObject;ILorg/json/JSONObject;Ljava/util/List;Lcom/google/refine/importers/ImporterUtilities$MultiFileReadingProgress;)V
ImportingParserBase.parseOneFile ( Project project, ProjectMetadata metadata, ImportingJob job, String fileSource, InputStream inputStream, int limit, JSONObject options, List<Exception> exceptions ) : void
com/google/refine/importers/ImportingParserBase.parseOneFile:(Lcom/google/refine/model/Project;Lcom/google/refine/model/metadata/ProjectMetadata;Lcom/google/refine/importing/ImportingJob;Ljava/lang/String;Ljava/io/InputStream;ILorg/json/JSONObject;Ljava/util/List;)V
ImportingParserBase.parseOneFile ( Project project, ProjectMetadata metadata, ImportingJob job, String fileSource, Reader reader, int limit, JSONObject options, List<Exception> exceptions ) : void
com/google/refine/importers/ImportingParserBase.parseOneFile:(Lcom/google/refine/model/Project;Lcom/google/refine/model/metadata/ProjectMetadata;Lcom/google/refine/importing/ImportingJob;Ljava/lang/String;Ljava/io/Reader;ILorg/json/JSONObject;Ljava/util/List;)V
openrefine-3.1.jar,
ImportingUtilities.class
package com.google.refine.importing
ImportingUtilities.autoSelectFiles ( ImportingJob job, JSONObject retrievalRecord, JSONArray fileSelectionIndexes ) [static] : String
com/google/refine/importing/ImportingUtilities.autoSelectFiles:(Lcom/google/refine/importing/ImportingJob;Lorg/json/JSONObject;Lorg/json/JSONArray;)Ljava/lang/String;
ImportingUtilities.createProject ( ImportingJob job, String format, JSONObject optionObj, List<Exception> exceptions, boolean synchronous ) [static] : long
com/google/refine/importing/ImportingUtilities.createProject:(Lcom/google/refine/importing/ImportingJob;Ljava/lang/String;Lorg/json/JSONObject;Ljava/util/List;Z)J
ImportingUtilities.createProjectMetadata ( JSONObject optionObj ) [static] : ProjectMetadata
com/google/refine/importing/ImportingUtilities.createProjectMetadata:(Lorg/json/JSONObject;)Lcom/google/refine/model/metadata/ProjectMetadata;
ImportingUtilities.explodeArchive ( File rawDataDir, InputStream archiveIS, JSONObject archiveFileRecord, JSONArray fileRecords, ImportingUtilities.Progress progress ) [static] : boolean
com/google/refine/importing/ImportingUtilities.explodeArchive:(Ljava/io/File;Ljava/io/InputStream;Lorg/json/JSONObject;Lorg/json/JSONArray;Lcom/google/refine/importing/ImportingUtilities$Progress;)Z
ImportingUtilities.getCommonFormatForSelectedFiles ( ImportingJob job, JSONArray fileSelectionIndexes ) [static] : String
com/google/refine/importing/ImportingUtilities.getCommonFormatForSelectedFiles:(Lcom/google/refine/importing/ImportingJob;Lorg/json/JSONArray;)Ljava/lang/String;
ImportingUtilities.getEncoding ( JSONObject fileRecord ) [static] : String
com/google/refine/importing/ImportingUtilities.getEncoding:(Lorg/json/JSONObject;)Ljava/lang/String;
ImportingUtilities.getFile ( ImportingJob job, JSONObject fileRecord ) [static] : File
com/google/refine/importing/ImportingUtilities.getFile:(Lcom/google/refine/importing/ImportingJob;Lorg/json/JSONObject;)Ljava/io/File;
ImportingUtilities.getFileReader ( File file, JSONObject fileRecord, String commonEncoding ) [static] : Reader
com/google/refine/importing/ImportingUtilities.getFileReader:(Ljava/io/File;Lorg/json/JSONObject;Ljava/lang/String;)Ljava/io/Reader;
ImportingUtilities.getFileReader ( ImportingJob job, JSONObject fileRecord, String commonEncoding ) [static] : Reader
com/google/refine/importing/ImportingUtilities.getFileReader:(Lcom/google/refine/importing/ImportingJob;Lorg/json/JSONObject;Ljava/lang/String;)Ljava/io/Reader;
ImportingUtilities.getFileSource ( JSONObject fileRecord ) [static] : String
com/google/refine/importing/ImportingUtilities.getFileSource:(Lorg/json/JSONObject;)Ljava/lang/String;
ImportingUtilities.getReaderFromStream ( InputStream inputStream, JSONObject fileRecord, String commonEncoding ) [static] : Reader
com/google/refine/importing/ImportingUtilities.getReaderFromStream:(Ljava/io/InputStream;Lorg/json/JSONObject;Ljava/lang/String;)Ljava/io/Reader;
ImportingUtilities.inferColumnType ( Project project ) [static] : void
com/google/refine/importing/ImportingUtilities.inferColumnType:(Lcom/google/refine/model/Project;)V
ImportingUtilities.loadDataAndPrepareJob ( HttpServletRequest request, HttpServletResponse response, Properties parameters, ImportingJob job, JSONObject config ) [static] : void
com/google/refine/importing/ImportingUtilities.loadDataAndPrepareJob:(Ljavax/servlet/http/HttpServletRequest;Ljavax/servlet/http/HttpServletResponse;Ljava/util/Properties;Lcom/google/refine/importing/ImportingJob;Lorg/json/JSONObject;)V
ImportingUtilities.postProcessRetrievedFile ( File rawDataDir, File file, JSONObject fileRecord, JSONArray fileRecords, ImportingUtilities.Progress progress ) [static] : boolean
com/google/refine/importing/ImportingUtilities.postProcessRetrievedFile:(Ljava/io/File;Ljava/io/File;Lorg/json/JSONObject;Lorg/json/JSONArray;Lcom/google/refine/importing/ImportingUtilities$Progress;)Z
ImportingUtilities.postProcessSingleRetrievedFile ( File file, JSONObject fileRecord ) [static] : void
com/google/refine/importing/ImportingUtilities.postProcessSingleRetrievedFile:(Ljava/io/File;Lorg/json/JSONObject;)V
ImportingUtilities.previewParse ( ImportingJob job, String format, JSONObject optionObj, List<Exception> exceptions ) [static] : void
com/google/refine/importing/ImportingUtilities.previewParse:(Lcom/google/refine/importing/ImportingJob;Ljava/lang/String;Lorg/json/JSONObject;Ljava/util/List;)V
ImportingUtilities.retrieveContentFromPostRequest ( HttpServletRequest request, Properties parameters, File rawDataDir, JSONObject retrievalRecord, ImportingUtilities.Progress progress ) [static] : void
com/google/refine/importing/ImportingUtilities.retrieveContentFromPostRequest:(Ljavax/servlet/http/HttpServletRequest;Ljava/util/Properties;Ljava/io/File;Lorg/json/JSONObject;Lcom/google/refine/importing/ImportingUtilities$Progress;)V
ImportingUtilities.uncompressFile ( File rawDataDir, InputStream uncompressedIS, JSONObject fileRecord, ImportingUtilities.Progress progress ) [static] : File
com/google/refine/importing/ImportingUtilities.uncompressFile:(Ljava/io/File;Ljava/io/InputStream;Lorg/json/JSONObject;Lcom/google/refine/importing/ImportingUtilities$Progress;)Ljava/io/File;
ImportingUtilities.updateJobWithNewFileSelection ( ImportingJob job, JSONArray fileSelectionArray ) [static] : void
com/google/refine/importing/ImportingUtilities.updateJobWithNewFileSelection:(Lcom/google/refine/importing/ImportingJob;Lorg/json/JSONArray;)V
openrefine-3.1.jar,
Inc.class
package com.google.refine.expr.functions.date
Inc.write ( JSONWriter writer, Properties options ) : void
com/google/refine/expr/functions/date/Inc.write:(Lorg/json/JSONWriter;Ljava/util/Properties;)V
openrefine-3.1.jar,
IndexOf.class
package com.google.refine.expr.functions.strings
IndexOf.write ( JSONWriter writer, Properties options ) : void
com/google/refine/expr/functions/strings/IndexOf.write:(Lorg/json/JSONWriter;Ljava/util/Properties;)V
openrefine-3.1.jar,
InnerHtml.class
package com.google.refine.expr.functions.html
InnerHtml.write ( JSONWriter writer, Properties options ) : void
com/google/refine/expr/functions/html/InnerHtml.write:(Lorg/json/JSONWriter;Ljava/util/Properties;)V
openrefine-3.1.jar,
InnerXml.class
package com.google.refine.expr.functions.xml
InnerXml.write ( JSONWriter writer, Properties options ) : void
com/google/refine/expr/functions/xml/InnerXml.write:(Lorg/json/JSONWriter;Ljava/util/Properties;)V
openrefine-3.1.jar,
InterProjectModel.class
package com.google.refine
InterProjectModel.getJoin ( String fromProject, String fromColumn, String toProject, String toColumn ) : InterProjectModel.ProjectJoin
com/google/refine/InterProjectModel.getJoin:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lcom/google/refine/InterProjectModel$ProjectJoin;
openrefine-3.1.jar,
IsBlank.class
package com.google.refine.grel.controls
IsBlank.write ( JSONWriter p1, Properties p2 ) : void
com/google/refine/grel/controls/IsBlank.write:(Lorg/json/JSONWriter;Ljava/util/Properties;)V
openrefine-3.1.jar,
IsEmptyString.class
package com.google.refine.grel.controls
IsEmptyString.write ( JSONWriter p1, Properties p2 ) : void
com/google/refine/grel/controls/IsEmptyString.write:(Lorg/json/JSONWriter;Ljava/util/Properties;)V
openrefine-3.1.jar,
IsError.class
package com.google.refine.grel.controls
IsError.write ( JSONWriter p1, Properties p2 ) : void
com/google/refine/grel/controls/IsError.write:(Lorg/json/JSONWriter;Ljava/util/Properties;)V
openrefine-3.1.jar,
IsNonBlank.class
package com.google.refine.grel.controls
IsNonBlank.write ( JSONWriter p1, Properties p2 ) : void
com/google/refine/grel/controls/IsNonBlank.write:(Lorg/json/JSONWriter;Ljava/util/Properties;)V
openrefine-3.1.jar,
IsNotNull.class
package com.google.refine.grel.controls
IsNotNull.write ( JSONWriter p1, Properties p2 ) : void
com/google/refine/grel/controls/IsNotNull.write:(Lorg/json/JSONWriter;Ljava/util/Properties;)V
openrefine-3.1.jar,
IsNull.class
package com.google.refine.grel.controls
IsNull.write ( JSONWriter p1, Properties p2 ) : void
com/google/refine/grel/controls/IsNull.write:(Lorg/json/JSONWriter;Ljava/util/Properties;)V
openrefine-3.1.jar,
IsNumeric.class
package com.google.refine.grel.controls
IsNumeric.write ( JSONWriter p1, Properties p2 ) : void
com/google/refine/grel/controls/IsNumeric.write:(Lorg/json/JSONWriter;Ljava/util/Properties;)V
openrefine-3.1.jar,
Join.class
package com.google.refine.expr.functions.arrays
Join.write ( JSONWriter writer, Properties options ) : void
com/google/refine/expr/functions/arrays/Join.write:(Lorg/json/JSONWriter;Ljava/util/Properties;)V
openrefine-3.1.jar,
JSObject.class
package com.google.refine.util
JSObject.JSObject ( )
com/google/refine/util/JSObject."<init>":()V
JSObject.writeCollection ( IndentWriter writer, Collection<?> c ) [static] : void
com/google/refine/util/JSObject.writeCollection:(Lcom/google/refine/util/IndentWriter;Ljava/util/Collection;)V
JSObject.writeJSObject ( IndentWriter writer, JSObject jso ) [static] : void
com/google/refine/util/JSObject.writeJSObject:(Lcom/google/refine/util/IndentWriter;Lcom/google/refine/util/JSObject;)V
JSObject.writeJSONArray ( IndentWriter writer, JSONArray na ) [static] : void
com/google/refine/util/JSObject.writeJSONArray:(Lcom/google/refine/util/IndentWriter;Lorg/json/JSONArray;)V
JSObject.writeJSONObject ( IndentWriter writer, JSONObject no ) [static] : void
com/google/refine/util/JSObject.writeJSONObject:(Lcom/google/refine/util/IndentWriter;Lorg/json/JSONObject;)V
JSObject.writeObject ( IndentWriter writer, Object o ) [static] : void
com/google/refine/util/JSObject.writeObject:(Lcom/google/refine/util/IndentWriter;Ljava/lang/Object;)V
openrefine-3.1.jar,
JsonImporter.class
package com.google.refine.importers
JsonImporter.parseOneFile ( Project project, ProjectMetadata metadata, ImportingJob job, String fileSource, InputStream is, ImportColumnGroup rootColumnGroup, int limit, JSONObject options, List<Exception> exceptions ) : void
com/google/refine/importers/JsonImporter.parseOneFile:(Lcom/google/refine/model/Project;Lcom/google/refine/model/metadata/ProjectMetadata;Lcom/google/refine/importing/ImportingJob;Ljava/lang/String;Ljava/io/InputStream;Lcom/google/refine/importers/tree/ImportColumnGroup;ILorg/json/JSONObject;Ljava/util/List;)V
openrefine-3.1.jar,
Jsonizable.class
package com.google.refine
Jsonizable.write ( JSONWriter p1, Properties p2 ) [abstract] : void
com/google/refine/Jsonizable.write:(Lorg/json/JSONWriter;Ljava/util/Properties;)V
openrefine-3.1.jar,
Jsonize.class
package com.google.refine.expr.functions
Jsonize.write ( JSONWriter writer, Properties options ) : void
com/google/refine/expr/functions/Jsonize.write:(Lorg/json/JSONWriter;Ljava/util/Properties;)V
openrefine-3.1.jar,
JSONUtilities.class
package com.google.refine.util
JSONUtilities.append ( JSONArray a, boolean element ) [static] : void
com/google/refine/util/JSONUtilities.append:(Lorg/json/JSONArray;Z)V
JSONUtilities.append ( JSONArray a, double element ) [static] : void
com/google/refine/util/JSONUtilities.append:(Lorg/json/JSONArray;D)V
JSONUtilities.append ( JSONArray a, int element ) [static] : void
com/google/refine/util/JSONUtilities.append:(Lorg/json/JSONArray;I)V
JSONUtilities.append ( JSONArray a, JSONObject element ) [static] : void
com/google/refine/util/JSONUtilities.append:(Lorg/json/JSONArray;Lorg/json/JSONObject;)V
JSONUtilities.append ( JSONArray a, long element ) [static] : void
com/google/refine/util/JSONUtilities.append:(Lorg/json/JSONArray;J)V
JSONUtilities.append ( JSONArray a, Object element ) [static] : void
com/google/refine/util/JSONUtilities.append:(Lorg/json/JSONArray;Ljava/lang/Object;)V
JSONUtilities.append ( JSONArray a, String element ) [static] : void
com/google/refine/util/JSONUtilities.append:(Lorg/json/JSONArray;Ljava/lang/String;)V
JSONUtilities.arrayToJSONArray ( String[ ] array ) [static] : JSONArray
com/google/refine/util/JSONUtilities.arrayToJSONArray:([Ljava/lang/String;)Lorg/json/JSONArray;
JSONUtilities.concatArray ( JSONArray destArray, JSONArray srcArray ) [static] : void
com/google/refine/util/JSONUtilities.concatArray:(Lorg/json/JSONArray;Lorg/json/JSONArray;)V
JSONUtilities.getArray ( JSONObject obj, String key ) [static] : JSONArray
com/google/refine/util/JSONUtilities.getArray:(Lorg/json/JSONObject;Ljava/lang/String;)Lorg/json/JSONArray;
JSONUtilities.getBoolean ( JSONObject obj, String key, boolean def ) [static] : boolean
com/google/refine/util/JSONUtilities.getBoolean:(Lorg/json/JSONObject;Ljava/lang/String;Z)Z
JSONUtilities.getDate ( JSONObject obj, String key, OffsetDateTime def ) [static] : OffsetDateTime
com/google/refine/util/JSONUtilities.getDate:(Lorg/json/JSONObject;Ljava/lang/String;Ljava/time/OffsetDateTime;)Ljava/time/OffsetDateTime;
JSONUtilities.getDouble ( JSONObject obj, String key, double def ) [static] : double
com/google/refine/util/JSONUtilities.getDouble:(Lorg/json/JSONObject;Ljava/lang/String;D)D
JSONUtilities.getInt ( JSONObject obj, String key, int def ) [static] : int
com/google/refine/util/JSONUtilities.getInt:(Lorg/json/JSONObject;Ljava/lang/String;I)I
JSONUtilities.getIntArray ( JSONObject obj, String key ) [static] : int[ ]
com/google/refine/util/JSONUtilities.getIntArray:(Lorg/json/JSONObject;Ljava/lang/String;)[I
JSONUtilities.getIntElement ( JSONArray a, int i, int def ) [static] : int
com/google/refine/util/JSONUtilities.getIntElement:(Lorg/json/JSONArray;II)I
JSONUtilities.getLocalDate ( JSONObject obj, String key, LocalDateTime def ) [static] : LocalDateTime
com/google/refine/util/JSONUtilities.getLocalDate:(Lorg/json/JSONObject;Ljava/lang/String;Ljava/time/LocalDateTime;)Ljava/time/LocalDateTime;
JSONUtilities.getLong ( JSONObject obj, String key, long def ) [static] : long
com/google/refine/util/JSONUtilities.getLong:(Lorg/json/JSONObject;Ljava/lang/String;J)J
JSONUtilities.getObject ( JSONObject obj, String key ) [static] : JSONObject
com/google/refine/util/JSONUtilities.getObject:(Lorg/json/JSONObject;Ljava/lang/String;)Lorg/json/JSONObject;
JSONUtilities.getObjectElement ( JSONArray a, int i ) [static] : JSONObject
com/google/refine/util/JSONUtilities.getObjectElement:(Lorg/json/JSONArray;I)Lorg/json/JSONObject;
JSONUtilities.getString ( JSONObject obj, String key, String def ) [static] : String
com/google/refine/util/JSONUtilities.getString:(Lorg/json/JSONObject;Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;
JSONUtilities.getStringArray ( JSONObject obj, String key ) [static] : String[ ]
com/google/refine/util/JSONUtilities.getStringArray:(Lorg/json/JSONObject;Ljava/lang/String;)[Ljava/lang/String;
JSONUtilities.getStringList ( JSONObject obj, String key, List<String> list ) [static] : void
com/google/refine/util/JSONUtilities.getStringList:(Lorg/json/JSONObject;Ljava/lang/String;Ljava/util/List;)V
JSONUtilities.putField ( JSONObject obj, String key, Object value ) [static] : void
com/google/refine/util/JSONUtilities.putField:(Lorg/json/JSONObject;Ljava/lang/String;Ljava/lang/Object;)V
JSONUtilities.safeInc ( JSONObject obj, String key ) [static] : void
com/google/refine/util/JSONUtilities.safeInc:(Lorg/json/JSONObject;Ljava/lang/String;)V
JSONUtilities.safePut ( JSONObject obj, String key, boolean value ) [static] : void
com/google/refine/util/JSONUtilities.safePut:(Lorg/json/JSONObject;Ljava/lang/String;Z)V
JSONUtilities.safePut ( JSONObject obj, String key, Collection<?> value ) [static] : void
com/google/refine/util/JSONUtilities.safePut:(Lorg/json/JSONObject;Ljava/lang/String;Ljava/util/Collection;)V
JSONUtilities.safePut ( JSONObject obj, String key, double value ) [static] : void
com/google/refine/util/JSONUtilities.safePut:(Lorg/json/JSONObject;Ljava/lang/String;D)V
JSONUtilities.safePut ( JSONObject obj, String key, int value ) [static] : void
com/google/refine/util/JSONUtilities.safePut:(Lorg/json/JSONObject;Ljava/lang/String;I)V
JSONUtilities.safePut ( JSONObject obj, String key, long value ) [static] : void
com/google/refine/util/JSONUtilities.safePut:(Lorg/json/JSONObject;Ljava/lang/String;J)V
JSONUtilities.safePut ( JSONObject obj, String key, Map<?,?> value ) [static] : void
com/google/refine/util/JSONUtilities.safePut:(Lorg/json/JSONObject;Ljava/lang/String;Ljava/util/Map;)V
JSONUtilities.safePut ( JSONObject obj, String key, Object value ) [static] : void
com/google/refine/util/JSONUtilities.safePut:(Lorg/json/JSONObject;Ljava/lang/String;Ljava/lang/Object;)V
JSONUtilities.safePut ( JSONObject obj, String key, String value ) [static] : void
com/google/refine/util/JSONUtilities.safePut:(Lorg/json/JSONObject;Ljava/lang/String;Ljava/lang/String;)V
JSONUtilities.serialize ( Jsonizable obj ) [static] : String
com/google/refine/util/JSONUtilities.serialize:(Lcom/google/refine/Jsonizable;)Ljava/lang/String;
JSONUtilities.serialize ( Jsonizable obj, Properties options ) [static] : String
com/google/refine/util/JSONUtilities.serialize:(Lcom/google/refine/Jsonizable;Ljava/util/Properties;)Ljava/lang/String;
JSONUtilities.toArray ( JSONArray a ) [static] : Object[ ]
com/google/refine/util/JSONUtilities.toArray:(Lorg/json/JSONArray;)[Ljava/lang/Object;
JSONUtilities.toStringList ( JSONArray a ) [static] : List<String>
com/google/refine/util/JSONUtilities.toStringList:(Lorg/json/JSONArray;)Ljava/util/List;
JSONUtilities.writeStringArray ( JSONWriter writer, String[ ] strings ) [static] : void
com/google/refine/util/JSONUtilities.writeStringArray:(Lorg/json/JSONWriter;[Ljava/lang/String;)V
JSONUtilities.writeStringList ( JSONWriter writer, List<String> list ) [static] : void
com/google/refine/util/JSONUtilities.writeStringList:(Lorg/json/JSONWriter;Ljava/util/List;)V
openrefine-3.1.jar,
KeyValueColumnizeOperation.class
package com.google.refine.operations.cell
KeyValueColumnizeOperation.reconstruct ( Project project, JSONObject obj ) [static] : AbstractOperation
com/google/refine/operations/cell/KeyValueColumnizeOperation.reconstruct:(Lcom/google/refine/model/Project;Lorg/json/JSONObject;)Lcom/google/refine/model/AbstractOperation;
KeyValueColumnizeOperation.write ( JSONWriter writer, Properties options ) : void
com/google/refine/operations/cell/KeyValueColumnizeOperation.write:(Lorg/json/JSONWriter;Ljava/util/Properties;)V
openrefine-3.1.jar,
kNNClusterer.class
package com.google.refine.clustering.knn
kNNClusterer.write ( JSONWriter writer, Properties options ) : void
com/google/refine/clustering/knn/kNNClusterer.write:(Lorg/json/JSONWriter;Ljava/util/Properties;)V
openrefine-3.1.jar,
kNNClustererConfig.class
package com.google.refine.clustering.knn
kNNClusterer.kNNClustererConfig.getDistance ( ) : Distance
com/google/refine/clustering/knn/kNNClusterer.kNNClustererConfig.getDistance:()Ledu/mit/simile/vicino/distances/Distance;
kNNClusterer.kNNClustererConfig.initializeFromJSON ( JSONObject o ) : void
com/google/refine/clustering/knn/kNNClusterer.kNNClustererConfig.initializeFromJSON:(Lorg/json/JSONObject;)V
kNNClusterer.kNNClustererConfig.write ( JSONWriter writer, Properties options ) : void
com/google/refine/clustering/knn/kNNClusterer.kNNClustererConfig.write:(Lorg/json/JSONWriter;Ljava/util/Properties;)V
openrefine-3.1.jar,
kNNClustererConfigParameters.class
package com.google.refine.clustering.knn
kNNClusterer.kNNClustererConfigParameters.reconstruct ( JSONObject o ) [static] : kNNClusterer.kNNClustererConfigParameters
com/google/refine/clustering/knn/kNNClusterer.kNNClustererConfigParameters.reconstruct:(Lorg/json/JSONObject;)Lcom/google/refine/clustering/knn/kNNClusterer$kNNClustererConfigParameters;
kNNClusterer.kNNClustererConfigParameters.write ( JSONWriter writer, Properties options ) : void
com/google/refine/clustering/knn/kNNClusterer.kNNClustererConfigParameters.write:(Lorg/json/JSONWriter;Ljava/util/Properties;)V
openrefine-3.1.jar,
LastIndexOf.class
package com.google.refine.expr.functions.strings
LastIndexOf.write ( JSONWriter writer, Properties options ) : void
com/google/refine/expr/functions/strings/LastIndexOf.write:(Lorg/json/JSONWriter;Ljava/util/Properties;)V
openrefine-3.1.jar,
LeastCommonMultiple.class
package com.google.refine.expr.functions.math
LeastCommonMultiple.write ( JSONWriter writer, Properties options ) : void
com/google/refine/expr/functions/math/LeastCommonMultiple.write:(Lorg/json/JSONWriter;Ljava/util/Properties;)V
openrefine-3.1.jar,
Length.class
package com.google.refine.expr.functions
Length.write ( JSONWriter writer, Properties options ) : void
com/google/refine/expr/functions/Length.write:(Lorg/json/JSONWriter;Ljava/util/Properties;)V
openrefine-3.1.jar,
LineBasedImporter.class
package com.google.refine.importers
LineBasedImporter.parseOneFile ( Project project, ProjectMetadata metadata, ImportingJob job, String fileSource, Reader reader, int limit, JSONObject options, List<Exception> exceptions ) : void
com/google/refine/importers/LineBasedImporter.parseOneFile:(Lcom/google/refine/model/Project;Lcom/google/refine/model/metadata/ProjectMetadata;Lcom/google/refine/importing/ImportingJob;Ljava/lang/String;Ljava/io/Reader;ILorg/json/JSONObject;Ljava/util/List;)V
openrefine-3.1.jar,
ListFacet.class
package com.google.refine.browsing.facets
ListFacet.write ( JSONWriter writer, Properties options ) : void
com/google/refine/browsing/facets/ListFacet.write:(Lorg/json/JSONWriter;Ljava/util/Properties;)V
openrefine-3.1.jar,
ListFacetConfig.class
package com.google.refine.browsing.facets
ListFacet.ListFacetConfig.initializeFromJSON ( JSONObject o ) : void
com/google/refine/browsing/facets/ListFacet.ListFacetConfig.initializeFromJSON:(Lorg/json/JSONObject;)V
ListFacet.ListFacetConfig.write ( JSONWriter writer, Properties options ) : void
com/google/refine/browsing/facets/ListFacet.ListFacetConfig.write:(Lorg/json/JSONWriter;Ljava/util/Properties;)V
openrefine-3.1.jar,
Ln.class
package com.google.refine.expr.functions.math
Ln.write ( JSONWriter writer, Properties options ) : void
com/google/refine/expr/functions/math/Ln.write:(Lorg/json/JSONWriter;Ljava/util/Properties;)V
openrefine-3.1.jar,
Log.class
package com.google.refine.expr.functions.math
Log.write ( JSONWriter writer, Properties options ) : void
com/google/refine/expr/functions/math/Log.write:(Lorg/json/JSONWriter;Ljava/util/Properties;)V
openrefine-3.1.jar,
LongRunningProcess.class
package com.google.refine.process
LongRunningProcess.write ( JSONWriter writer, Properties options ) : void
com/google/refine/process/LongRunningProcess.write:(Lorg/json/JSONWriter;Ljava/util/Properties;)V
openrefine-3.1.jar,
MassEditOperation.class
package com.google.refine.operations.cell
MassEditOperation.reconstruct ( Project project, JSONObject obj ) [static] : AbstractOperation
com/google/refine/operations/cell/MassEditOperation.reconstruct:(Lcom/google/refine/model/Project;Lorg/json/JSONObject;)Lcom/google/refine/model/AbstractOperation;
MassEditOperation.reconstructEdits ( JSONArray editsA ) [static] : List<MassEditOperation.Edit>
com/google/refine/operations/cell/MassEditOperation.reconstructEdits:(Lorg/json/JSONArray;)Ljava/util/List;
MassEditOperation.write ( JSONWriter writer, Properties options ) : void
com/google/refine/operations/cell/MassEditOperation.write:(Lorg/json/JSONWriter;Ljava/util/Properties;)V
openrefine-3.1.jar,
Match.class
package com.google.refine.expr.functions.strings
Match.write ( JSONWriter writer, Properties options ) : void
com/google/refine/expr/functions/strings/Match.write:(Lorg/json/JSONWriter;Ljava/util/Properties;)V
openrefine-3.1.jar,
Max.class
package com.google.refine.expr.functions.math
Max.write ( JSONWriter writer, Properties options ) : void
com/google/refine/expr/functions/math/Max.write:(Lorg/json/JSONWriter;Ljava/util/Properties;)V
openrefine-3.1.jar,
MaximumConstraint.class
package com.google.refine.model.metadata.validator.checks
MaximumConstraint.checkCell ( Cell cell ) : boolean
com/google/refine/model/metadata/validator/checks/MaximumConstraint.checkCell:(Lcom/google/refine/model/Cell;)Z
MaximumConstraint.MaximumConstraint ( Project project, int cellIndex, JSONObject options )
com/google/refine/model/metadata/validator/checks/MaximumConstraint."<init>":(Lcom/google/refine/model/Project;ILorg/json/JSONObject;)V
openrefine-3.1.jar,
MaximumLengthConstraint.class
package com.google.refine.model.metadata.validator.checks
MaximumLengthConstraint.checkCell ( Cell cell ) : boolean
com/google/refine/model/metadata/validator/checks/MaximumLengthConstraint.checkCell:(Lcom/google/refine/model/Cell;)Z
MaximumLengthConstraint.MaximumLengthConstraint ( Project project, int cellIndex, JSONObject options )
com/google/refine/model/metadata/validator/checks/MaximumLengthConstraint."<init>":(Lcom/google/refine/model/Project;ILorg/json/JSONObject;)V
openrefine-3.1.jar,
MD5.class
package com.google.refine.expr.functions.strings
MD5.write ( JSONWriter writer, Properties options ) : void
com/google/refine/expr/functions/strings/MD5.write:(Lorg/json/JSONWriter;Ljava/util/Properties;)V
openrefine-3.1.jar,
MetadataFactory.class
package com.google.refine.model.metadata
MetadataFactory.buildDataPackageMetadata ( ) [static] : DataPackageMetadata
com/google/refine/model/metadata/MetadataFactory.buildDataPackageMetadata:()Lcom/google/refine/model/metadata/DataPackageMetadata;
MetadataFactory.buildDataPackageMetadata ( Project project ) [static] : DataPackageMetadata
com/google/refine/model/metadata/MetadataFactory.buildDataPackageMetadata:(Lcom/google/refine/model/Project;)Lcom/google/refine/model/metadata/DataPackageMetadata;
MetadataFactory.buildMetadata ( MetadataFormat format ) [static] : IMetadata
com/google/refine/model/metadata/MetadataFactory.buildMetadata:(Lcom/google/refine/model/metadata/MetadataFormat;)Lcom/google/refine/model/metadata/IMetadata;
MetadataFactory.MetadataFactory ( )
com/google/refine/model/metadata/MetadataFactory."<init>":()V
openrefine-3.1.jar,
MetadataFormat.class
package com.google.refine.model.metadata
MetadataFormat.valueOf ( String name ) [static] : MetadataFormat
com/google/refine/model/metadata/MetadataFormat.valueOf:(Ljava/lang/String;)Lcom/google/refine/model/metadata/MetadataFormat;
MetadataFormat.values ( ) [static] : MetadataFormat[ ]
com/google/refine/model/metadata/MetadataFormat.values:()[Lcom/google/refine/model/metadata/MetadataFormat;
openrefine-3.1.jar,
Min.class
package com.google.refine.expr.functions.math
Min.write ( JSONWriter writer, Properties options ) : void
com/google/refine/expr/functions/math/Min.write:(Lorg/json/JSONWriter;Ljava/util/Properties;)V
openrefine-3.1.jar,
MinimumConstraint.class
package com.google.refine.model.metadata.validator.checks
MinimumConstraint.checkCell ( Cell cell ) : boolean
com/google/refine/model/metadata/validator/checks/MinimumConstraint.checkCell:(Lcom/google/refine/model/Cell;)Z
MinimumConstraint.MinimumConstraint ( Project project, int cellIndex, JSONObject options )
com/google/refine/model/metadata/validator/checks/MinimumConstraint."<init>":(Lcom/google/refine/model/Project;ILorg/json/JSONObject;)V
openrefine-3.1.jar,
MinimumLengthConstraint.class
package com.google.refine.model.metadata.validator.checks
MinimumLengthConstraint.checkCell ( Cell cell ) : boolean
com/google/refine/model/metadata/validator/checks/MinimumLengthConstraint.checkCell:(Lcom/google/refine/model/Cell;)Z
MinimumLengthConstraint.filter ( Cell cell ) : boolean
com/google/refine/model/metadata/validator/checks/MinimumLengthConstraint.filter:(Lcom/google/refine/model/Cell;)Z
MinimumLengthConstraint.MinimumLengthConstraint ( Project project, int cellIndex, JSONObject options )
com/google/refine/model/metadata/validator/checks/MinimumLengthConstraint."<init>":(Lcom/google/refine/model/Project;ILorg/json/JSONObject;)V
openrefine-3.1.jar,
MissingHeader.class
package com.google.refine.model.metadata.validator.checks
MissingHeader.MissingHeader ( Project project, int cellIndex, JSONObject options )
com/google/refine/model/metadata/validator/checks/MissingHeader."<init>":(Lcom/google/refine/model/Project;ILorg/json/JSONObject;)V
openrefine-3.1.jar,
MissingValue.class
package com.google.refine.model.metadata.validator.checks
MissingValue.MissingValue ( Project project, int cellIndex, JSONObject options )
com/google/refine/model/metadata/validator/checks/MissingValue."<init>":(Lcom/google/refine/model/Project;ILorg/json/JSONObject;)V
openrefine-3.1.jar,
Mod.class
package com.google.refine.expr.functions.math
Mod.write ( JSONWriter writer, Properties options ) : void
com/google/refine/expr/functions/math/Mod.write:(Lorg/json/JSONWriter;Ljava/util/Properties;)V
openrefine-3.1.jar,
Multinomial.class
package com.google.refine.expr.functions.math
Multinomial.write ( JSONWriter writer, Properties options ) : void
com/google/refine/expr/functions/math/Multinomial.write:(Lorg/json/JSONWriter;Ljava/util/Properties;)V
openrefine-3.1.jar,
MultiValuedCellJoinOperation.class
package com.google.refine.operations.cell
MultiValuedCellJoinOperation.reconstruct ( Project project, JSONObject obj ) [static] : AbstractOperation
com/google/refine/operations/cell/MultiValuedCellJoinOperation.reconstruct:(Lcom/google/refine/model/Project;Lorg/json/JSONObject;)Lcom/google/refine/model/AbstractOperation;
MultiValuedCellJoinOperation.write ( JSONWriter writer, Properties options ) : void
com/google/refine/operations/cell/MultiValuedCellJoinOperation.write:(Lorg/json/JSONWriter;Ljava/util/Properties;)V
openrefine-3.1.jar,
MultiValuedCellSplitOperation.class
package com.google.refine.operations.cell
MultiValuedCellSplitOperation.reconstruct ( Project project, JSONObject obj ) [static] : AbstractOperation
com/google/refine/operations/cell/MultiValuedCellSplitOperation.reconstruct:(Lcom/google/refine/model/Project;Lorg/json/JSONObject;)Lcom/google/refine/model/AbstractOperation;
MultiValuedCellSplitOperation.write ( JSONWriter writer, Properties options ) : void
com/google/refine/operations/cell/MultiValuedCellSplitOperation.write:(Lorg/json/JSONWriter;Ljava/util/Properties;)V
openrefine-3.1.jar,
NGram.class
package com.google.refine.expr.functions.strings
NGram.write ( JSONWriter writer, Properties options ) : void
com/google/refine/expr/functions/strings/NGram.write:(Lorg/json/JSONWriter;Ljava/util/Properties;)V
openrefine-3.1.jar,
NGramFingerprint.class
package com.google.refine.expr.functions.strings
NGramFingerprint.write ( JSONWriter writer, Properties options ) : void
com/google/refine/expr/functions/strings/NGramFingerprint.write:(Lorg/json/JSONWriter;Ljava/util/Properties;)V
openrefine-3.1.jar,
NominalFacetChoice.class
package com.google.refine.browsing.facets
NominalFacetChoice.write ( JSONWriter writer, Properties options ) : void
com/google/refine/browsing/facets/NominalFacetChoice.write:(Lorg/json/JSONWriter;Ljava/util/Properties;)V
openrefine-3.1.jar,
NonMatchingHeader.class
package com.google.refine.model.metadata.validator.checks
NonMatchingHeader.NonMatchingHeader ( Project project, int cellIndex, JSONObject options )
com/google/refine/model/metadata/validator/checks/NonMatchingHeader."<init>":(Lcom/google/refine/model/Project;ILorg/json/JSONObject;)V
openrefine-3.1.jar,
Not.class
package com.google.refine.expr.functions.booleans
Not.write ( JSONWriter writer, Properties options ) : void
com/google/refine/expr/functions/booleans/Not.write:(Lorg/json/JSONWriter;Ljava/util/Properties;)V
openrefine-3.1.jar,
Now.class
package com.google.refine.expr.functions.date
Now.write ( JSONWriter writer, Properties options ) : void
com/google/refine/expr/functions/date/Now.write:(Lorg/json/JSONWriter;Ljava/util/Properties;)V
openrefine-3.1.jar,
Odd.class
package com.google.refine.expr.functions.math
Odd.write ( JSONWriter writer, Properties options ) : void
com/google/refine/expr/functions/math/Odd.write:(Lorg/json/JSONWriter;Ljava/util/Properties;)V
openrefine-3.1.jar,
OdsImporter.class
package com.google.refine.importers
OdsImporter.parseOneFile ( Project project, ProjectMetadata metadata, ImportingJob job, String fileSource, InputStream inputStream, int limit, JSONObject options, List<Exception> exceptions ) : void
com/google/refine/importers/OdsImporter.parseOneFile:(Lcom/google/refine/model/Project;Lcom/google/refine/model/metadata/ProjectMetadata;Lcom/google/refine/importing/ImportingJob;Ljava/lang/String;Ljava/io/InputStream;ILorg/json/JSONObject;Ljava/util/List;)V
openrefine-3.1.jar,
OperationRegistry.class
package com.google.refine.operations
OperationRegistry.reconstruct ( Project project, JSONObject obj ) [static] : AbstractOperation
com/google/refine/operations/OperationRegistry.reconstruct:(Lcom/google/refine/model/Project;Lorg/json/JSONObject;)Lcom/google/refine/model/AbstractOperation;
openrefine-3.1.jar,
Or.class
package com.google.refine.expr.functions.booleans
Or.write ( JSONWriter writer, Properties options ) : void
com/google/refine/expr/functions/booleans/Or.write:(Lorg/json/JSONWriter;Ljava/util/Properties;)V
openrefine-3.1.jar,
OwnText.class
package com.google.refine.expr.functions.xml
OwnText.write ( JSONWriter writer, Properties options ) : void
com/google/refine/expr/functions/xml/OwnText.write:(Lorg/json/JSONWriter;Ljava/util/Properties;)V
openrefine-3.1.jar,
PackageExtension.class
package com.google.refine.model.metadata
PackageExtension.buildPackageFromTemplate ( ) [static] : Package
com/google/refine/model/metadata/PackageExtension.buildPackageFromTemplate:()Lio/frictionlessdata/datapackage/Package;
PackageExtension.PackageExtension ( )
com/google/refine/model/metadata/PackageExtension."<init>":()V
PackageExtension.saveZip ( Package pkg, ByteArrayOutputStream dataByteArrayOutputStream, OutputStream destOs ) [static] : void
com/google/refine/model/metadata/PackageExtension.saveZip:(Lio/frictionlessdata/datapackage/Package;Ljava/io/ByteArrayOutputStream;Ljava/io/OutputStream;)V
openrefine-3.1.jar,
PackageProjectCommand.class
package com.google.refine.commands.project
PackageProjectCommand.doPost ( HttpServletRequest request, HttpServletResponse response ) : void
com/google/refine/commands/project/PackageProjectCommand.doPost:(Ljavax/servlet/http/HttpServletRequest;Ljavax/servlet/http/HttpServletResponse;)V
PackageProjectCommand.gzipTarToOutputStream ( Project project, OutputStream os ) : void
com/google/refine/commands/project/PackageProjectCommand.gzipTarToOutputStream:(Lcom/google/refine/model/Project;Ljava/io/OutputStream;)V
PackageProjectCommand.PackageProjectCommand ( )
com/google/refine/commands/project/PackageProjectCommand."<init>":()V
PackageProjectCommand.tarToOutputStream ( Project project, OutputStream os ) : void
com/google/refine/commands/project/PackageProjectCommand.tarToOutputStream:(Lcom/google/refine/model/Project;Ljava/io/OutputStream;)V
openrefine-3.1.jar,
ParseHtml.class
package com.google.refine.expr.functions.html
ParseHtml.write ( JSONWriter writer, Properties options ) : void
com/google/refine/expr/functions/html/ParseHtml.write:(Lorg/json/JSONWriter;Ljava/util/Properties;)V
openrefine-3.1.jar,
ParseJson.class
package com.google.refine.expr.functions.strings
ParseJson.write ( JSONWriter writer, Properties options ) : void
com/google/refine/expr/functions/strings/ParseJson.write:(Lorg/json/JSONWriter;Ljava/util/Properties;)V
openrefine-3.1.jar,
ParseXml.class
package com.google.refine.expr.functions.xml
ParseXml.write ( JSONWriter writer, Properties options ) : void
com/google/refine/expr/functions/xml/ParseXml.write:(Lorg/json/JSONWriter;Ljava/util/Properties;)V
openrefine-3.1.jar,
ParsingUtilities.class
package com.google.refine.util
ParsingUtilities.evaluateJsonStringToArray ( String s ) [static] : JSONArray
com/google/refine/util/ParsingUtilities.evaluateJsonStringToArray:(Ljava/lang/String;)Lorg/json/JSONArray;
ParsingUtilities.evaluateJsonStringToObject ( String s ) [static] : JSONObject
com/google/refine/util/ParsingUtilities.evaluateJsonStringToObject:(Ljava/lang/String;)Lorg/json/JSONObject;
openrefine-3.1.jar,
Partition.class
package com.google.refine.expr.functions.strings
Partition.write ( JSONWriter writer, Properties options ) : void
com/google/refine/expr/functions/strings/Partition.write:(Lorg/json/JSONWriter;Ljava/util/Properties;)V
openrefine-3.1.jar,
PatternConstraint.class
package com.google.refine.model.metadata.validator.checks
PatternConstraint.checkCell ( Cell cell ) : boolean
com/google/refine/model/metadata/validator/checks/PatternConstraint.checkCell:(Lcom/google/refine/model/Cell;)Z
PatternConstraint.PatternConstraint ( Project project, int cellIndex, JSONObject options )
com/google/refine/model/metadata/validator/checks/PatternConstraint."<init>":(Lcom/google/refine/model/Project;ILorg/json/JSONObject;)V
openrefine-3.1.jar,
Phonetic.class
package com.google.refine.expr.functions.strings
Phonetic.write ( JSONWriter writer, Properties options ) : void
com/google/refine/expr/functions/strings/Phonetic.write:(Lorg/json/JSONWriter;Ljava/util/Properties;)V
openrefine-3.1.jar,
Pool.class
package com.google.refine.util
Pool.write ( JSONWriter writer, Properties options ) : void
com/google/refine/util/Pool.write:(Lorg/json/JSONWriter;Ljava/util/Properties;)V
openrefine-3.1.jar,
Pow.class
package com.google.refine.expr.functions.math
Pow.write ( JSONWriter writer, Properties options ) : void
com/google/refine/expr/functions/math/Pow.write:(Lorg/json/JSONWriter;Ljava/util/Properties;)V
openrefine-3.1.jar,
PreferenceStore.class
package com.google.refine.preference
PreferenceStore.load ( JSONObject obj ) : void
com/google/refine/preference/PreferenceStore.load:(Lorg/json/JSONObject;)V
PreferenceStore.loadObject ( Object o ) [static] : Object
com/google/refine/preference/PreferenceStore.loadObject:(Ljava/lang/Object;)Ljava/lang/Object;
PreferenceStore.write ( JSONWriter writer, Properties options ) : void
com/google/refine/preference/PreferenceStore.write:(Lorg/json/JSONWriter;Ljava/util/Properties;)V
openrefine-3.1.jar,
ProcessManager.class
package com.google.refine.process
ProcessManager.write ( JSONWriter writer, Properties options ) : void
com/google/refine/process/ProcessManager.write:(Lorg/json/JSONWriter;Ljava/util/Properties;)V
openrefine-3.1.jar,
Project.class
package com.google.refine.model
Project.getMetadata ( ) : ProjectMetadata
com/google/refine/model/Project.getMetadata:()Lcom/google/refine/model/metadata/ProjectMetadata;
openrefine-3.1.jar,
ProjectManager.class
package com.google.refine
ProjectManager.getProjectMetadata ( long id ) : ProjectMetadata
com/google/refine/ProjectManager.getProjectMetadata:(J)Lcom/google/refine/model/metadata/ProjectMetadata;
ProjectManager.getProjectMetadata ( String name ) : ProjectMetadata
com/google/refine/ProjectManager.getProjectMetadata:(Ljava/lang/String;)Lcom/google/refine/model/metadata/ProjectMetadata;
ProjectManager.mergeEmptyUserMetadata ( ProjectMetadata metadata ) : void
com/google/refine/ProjectManager.mergeEmptyUserMetadata:(Lcom/google/refine/model/metadata/ProjectMetadata;)V
ProjectManager.registerProject ( Project project, ProjectMetadata projectMetadata ) : void
com/google/refine/ProjectManager.registerProject:(Lcom/google/refine/model/Project;Lcom/google/refine/model/metadata/ProjectMetadata;)V
ProjectManager.saveMetadata ( IMetadata p1, long p2 ) [abstract] : void
com/google/refine/ProjectManager.saveMetadata:(Lcom/google/refine/model/metadata/IMetadata;J)V
openrefine-3.1.jar,
ProjectMetadata.class
package com.google.refine.model.metadata
ProjectMetadata.appendImportOptionMetadata ( JSONObject obj ) : void
com/google/refine/model/metadata/ProjectMetadata.appendImportOptionMetadata:(Lorg/json/JSONObject;)V
ProjectMetadata.appendTags ( String[ ] tags ) : void
com/google/refine/model/metadata/ProjectMetadata.appendTags:([Ljava/lang/String;)V
ProjectMetadata.getContributors ( ) : String
com/google/refine/model/metadata/ProjectMetadata.getContributors:()Ljava/lang/String;
ProjectMetadata.getCreated ( ) : LocalDateTime
com/google/refine/model/metadata/ProjectMetadata.getCreated:()Ljava/time/LocalDateTime;
ProjectMetadata.getCreator ( ) : String
com/google/refine/model/metadata/ProjectMetadata.getCreator:()Ljava/lang/String;
ProjectMetadata.getCustomMetadata ( String key ) : Serializable
com/google/refine/model/metadata/ProjectMetadata.getCustomMetadata:(Ljava/lang/String;)Ljava/io/Serializable;
ProjectMetadata.getDescription ( ) : String
com/google/refine/model/metadata/ProjectMetadata.getDescription:()Ljava/lang/String;
ProjectMetadata.getEncoding ( ) : String
com/google/refine/model/metadata/ProjectMetadata.getEncoding:()Ljava/lang/String;
ProjectMetadata.getEncodingConfidence ( ) : int
com/google/refine/model/metadata/ProjectMetadata.getEncodingConfidence:()I
ProjectMetadata.getHomepage ( ) : String
com/google/refine/model/metadata/ProjectMetadata.getHomepage:()Ljava/lang/String;
ProjectMetadata.getImage ( ) : String
com/google/refine/model/metadata/ProjectMetadata.getImage:()Ljava/lang/String;
ProjectMetadata.getImportOptionMetadata ( ) : JSONArray
com/google/refine/model/metadata/ProjectMetadata.getImportOptionMetadata:()Lorg/json/JSONArray;
ProjectMetadata.getJSON ( ) : JSONObject
com/google/refine/model/metadata/ProjectMetadata.getJSON:()Lorg/json/JSONObject;
ProjectMetadata.getLicense ( ) : String
com/google/refine/model/metadata/ProjectMetadata.getLicense:()Ljava/lang/String;
ProjectMetadata.getModified ( ) : LocalDateTime
com/google/refine/model/metadata/ProjectMetadata.getModified:()Ljava/time/LocalDateTime;
ProjectMetadata.getName ( ) : String
com/google/refine/model/metadata/ProjectMetadata.getName:()Ljava/lang/String;
ProjectMetadata.getPassword ( ) : String
com/google/refine/model/metadata/ProjectMetadata.getPassword:()Ljava/lang/String;
ProjectMetadata.getPreferenceStore ( ) : PreferenceStore
com/google/refine/model/metadata/ProjectMetadata.getPreferenceStore:()Lcom/google/refine/preference/PreferenceStore;
ProjectMetadata.getSubject ( ) : String
com/google/refine/model/metadata/ProjectMetadata.getSubject:()Ljava/lang/String;
ProjectMetadata.getTags ( ) : String[ ]
com/google/refine/model/metadata/ProjectMetadata.getTags:()[Ljava/lang/String;
ProjectMetadata.getTitle ( ) : String
com/google/refine/model/metadata/ProjectMetadata.getTitle:()Ljava/lang/String;
ProjectMetadata.getUserMetadata ( ) : JSONArray
com/google/refine/model/metadata/ProjectMetadata.getUserMetadata:()Lorg/json/JSONArray;
ProjectMetadata.getVersion ( ) : String
com/google/refine/model/metadata/ProjectMetadata.getVersion:()Ljava/lang/String;
ProjectMetadata.loadFromFile ( File metadataFile ) : void
com/google/refine/model/metadata/ProjectMetadata.loadFromFile:(Ljava/io/File;)V
ProjectMetadata.loadFromJSON ( JSONObject obj ) : void
com/google/refine/model/metadata/ProjectMetadata.loadFromJSON:(Lorg/json/JSONObject;)V
ProjectMetadata.loadFromStream ( InputStream inputStream ) : void
com/google/refine/model/metadata/ProjectMetadata.loadFromStream:(Ljava/io/InputStream;)V
ProjectMetadata.preparePreferenceStore ( PreferenceStore ps ) [static] : void
com/google/refine/model/metadata/ProjectMetadata.preparePreferenceStore:(Lcom/google/refine/preference/PreferenceStore;)V
ProjectMetadata.ProjectMetadata ( )
com/google/refine/model/metadata/ProjectMetadata."<init>":()V
ProjectMetadata.ProjectMetadata ( LocalDateTime created, LocalDateTime modified, String name )
com/google/refine/model/metadata/ProjectMetadata."<init>":(Ljava/time/LocalDateTime;Ljava/time/LocalDateTime;Ljava/lang/String;)V
ProjectMetadata.ProjectMetadata ( LocalDateTime date )
com/google/refine/model/metadata/ProjectMetadata."<init>":(Ljava/time/LocalDateTime;)V
ProjectMetadata.setAnyStringField ( String metaName, String valueString ) : void
com/google/refine/model/metadata/ProjectMetadata.setAnyStringField:(Ljava/lang/String;Ljava/lang/String;)V
ProjectMetadata.setContributors ( String contributors ) : void
com/google/refine/model/metadata/ProjectMetadata.setContributors:(Ljava/lang/String;)V
ProjectMetadata.setCreator ( String creator ) : void
com/google/refine/model/metadata/ProjectMetadata.setCreator:(Ljava/lang/String;)V
ProjectMetadata.setCustomMetadata ( String key, Serializable value ) : void
com/google/refine/model/metadata/ProjectMetadata.setCustomMetadata:(Ljava/lang/String;Ljava/io/Serializable;)V
ProjectMetadata.setDescription ( String description ) : void
com/google/refine/model/metadata/ProjectMetadata.setDescription:(Ljava/lang/String;)V
ProjectMetadata.setEncoding ( String encoding ) : void
com/google/refine/model/metadata/ProjectMetadata.setEncoding:(Ljava/lang/String;)V
ProjectMetadata.setEncodingConfidence ( int confidence ) : void
com/google/refine/model/metadata/ProjectMetadata.setEncodingConfidence:(I)V
ProjectMetadata.setEncodingConfidence ( String confidence ) : void
com/google/refine/model/metadata/ProjectMetadata.setEncodingConfidence:(Ljava/lang/String;)V
ProjectMetadata.setHomepage ( String homepage ) : void
com/google/refine/model/metadata/ProjectMetadata.setHomepage:(Ljava/lang/String;)V
ProjectMetadata.setImage ( String image ) : void
com/google/refine/model/metadata/ProjectMetadata.setImage:(Ljava/lang/String;)V
ProjectMetadata.setImportOptionMetadata ( JSONArray jsonArray ) : void
com/google/refine/model/metadata/ProjectMetadata.setImportOptionMetadata:(Lorg/json/JSONArray;)V
ProjectMetadata.setLicense ( String license ) : void
com/google/refine/model/metadata/ProjectMetadata.setLicense:(Ljava/lang/String;)V
ProjectMetadata.setName ( String name ) : void
com/google/refine/model/metadata/ProjectMetadata.setName:(Ljava/lang/String;)V
ProjectMetadata.setPassword ( String password ) : void
com/google/refine/model/metadata/ProjectMetadata.setPassword:(Ljava/lang/String;)V
ProjectMetadata.setRowCount ( int rowCount ) : void
com/google/refine/model/metadata/ProjectMetadata.setRowCount:(I)V
ProjectMetadata.setSubject ( String subject ) : void
com/google/refine/model/metadata/ProjectMetadata.setSubject:(Ljava/lang/String;)V
ProjectMetadata.setTags ( String[ ] tags ) : void
com/google/refine/model/metadata/ProjectMetadata.setTags:([Ljava/lang/String;)V
ProjectMetadata.setTitle ( String title ) : void
com/google/refine/model/metadata/ProjectMetadata.setTitle:(Ljava/lang/String;)V
ProjectMetadata.setUserMetadata ( JSONArray userMetadata ) : void
com/google/refine/model/metadata/ProjectMetadata.setUserMetadata:(Lorg/json/JSONArray;)V
ProjectMetadata.setVersion ( String version ) : void
com/google/refine/model/metadata/ProjectMetadata.setVersion:(Ljava/lang/String;)V
ProjectMetadata.updateModified ( ) : void
com/google/refine/model/metadata/ProjectMetadata.updateModified:()V
ProjectMetadata.validate ( ) : List<Exception>
com/google/refine/model/metadata/ProjectMetadata.validate:()Ljava/util/List;
ProjectMetadata.write ( JSONWriter jsonWriter ) : void
com/google/refine/model/metadata/ProjectMetadata.write:(Lorg/json/JSONWriter;)V
ProjectMetadata.write ( JSONWriter writer, Properties options ) : void
com/google/refine/model/metadata/ProjectMetadata.write:(Lorg/json/JSONWriter;Ljava/util/Properties;)V
ProjectMetadata.writeToFile ( File metadataFile ) : void
com/google/refine/model/metadata/ProjectMetadata.writeToFile:(Ljava/io/File;)V
ProjectMetadata.writeWithoutOption ( JSONWriter writer ) : void
com/google/refine/model/metadata/ProjectMetadata.writeWithoutOption:(Lorg/json/JSONWriter;)V
openrefine-3.1.jar,
ProjectMetadataUtilities.class
package com.google.refine.io
ProjectMetadataUtilities.load ( File projectDir ) [static] : ProjectMetadata
com/google/refine/io/ProjectMetadataUtilities.load:(Ljava/io/File;)Lcom/google/refine/model/metadata/ProjectMetadata;
ProjectMetadataUtilities.loadFromFile ( File metadataFile ) [static] : ProjectMetadata
com/google/refine/io/ProjectMetadataUtilities.loadFromFile:(Ljava/io/File;)Lcom/google/refine/model/metadata/ProjectMetadata;
ProjectMetadataUtilities.recover ( File projectDir, long id ) [static] : ProjectMetadata
com/google/refine/io/ProjectMetadataUtilities.recover:(Ljava/io/File;J)Lcom/google/refine/model/metadata/ProjectMetadata;
ProjectMetadataUtilities.save ( IMetadata projectMeta, File projectDir ) [static] : void
com/google/refine/io/ProjectMetadataUtilities.save:(Lcom/google/refine/model/metadata/IMetadata;Ljava/io/File;)V
ProjectMetadataUtilities.saveToFile ( IMetadata projectMeta, File metadataFile ) [static] : void
com/google/refine/io/ProjectMetadataUtilities.saveToFile:(Lcom/google/refine/model/metadata/IMetadata;Ljava/io/File;)V
openrefine-3.1.jar,
ProjectUtilities.class
package com.google.refine.io
ProjectUtilities.loadDataFile ( File dir, String dataFile, long id ) [static] : Project
com/google/refine/io/ProjectUtilities.loadDataFile:(Ljava/io/File;Ljava/lang/String;J)Lcom/google/refine/model/Project;
ProjectUtilities.retriveMetadata ( File dir ) [static] : Map<MetadataFormat,IMetadata>
com/google/refine/io/ProjectUtilities.retriveMetadata:(Ljava/io/File;)Ljava/util/Map;
openrefine-3.1.jar,
QuickHistoryEntryProcess.class
package com.google.refine.process
QuickHistoryEntryProcess.write ( JSONWriter writer, Properties options ) : void
com/google/refine/process/QuickHistoryEntryProcess.write:(Lorg/json/JSONWriter;Ljava/util/Properties;)V
openrefine-3.1.jar,
Quotient.class
package com.google.refine.expr.functions.math
Quotient.write ( JSONWriter writer, Properties options ) : void
com/google/refine/expr/functions/math/Quotient.write:(Lorg/json/JSONWriter;Ljava/util/Properties;)V
openrefine-3.1.jar,
Radians.class
package com.google.refine.expr.functions.math
Radians.write ( JSONWriter writer, Properties options ) : void
com/google/refine/expr/functions/math/Radians.write:(Lorg/json/JSONWriter;Ljava/util/Properties;)V
openrefine-3.1.jar,
Range.class
package com.google.refine.expr.functions.strings
Range.write ( JSONWriter writer, Properties options ) : void
com/google/refine/expr/functions/strings/Range.write:(Lorg/json/JSONWriter;Ljava/util/Properties;)V
openrefine-3.1.jar,
RangeFacet.class
package com.google.refine.browsing.facets
RangeFacet.write ( JSONWriter writer, Properties options ) : void
com/google/refine/browsing/facets/RangeFacet.write:(Lorg/json/JSONWriter;Ljava/util/Properties;)V
openrefine-3.1.jar,
RangeFacetConfig.class
package com.google.refine.browsing.facets
RangeFacet.RangeFacetConfig.initializeFromJSON ( JSONObject o ) : void
com/google/refine/browsing/facets/RangeFacet.RangeFacetConfig.initializeFromJSON:(Lorg/json/JSONObject;)V
RangeFacet.RangeFacetConfig.RangeFacet.RangeFacetConfig ( )
com/google/refine/browsing/facets/RangeFacet.RangeFacetConfig."<init>":()V
RangeFacet.RangeFacetConfig.write ( JSONWriter writer, Properties options ) : void
com/google/refine/browsing/facets/RangeFacet.RangeFacetConfig.write:(Lorg/json/JSONWriter;Ljava/util/Properties;)V
openrefine-3.1.jar,
RdfTripleImporter.class
package com.google.refine.importers
RdfTripleImporter.parseOneFile ( Project project, ProjectMetadata metadata, ImportingJob job, String fileSource, InputStream input, int limit, JSONObject options, List<Exception> exceptions ) : void
com/google/refine/importers/RdfTripleImporter.parseOneFile:(Lcom/google/refine/model/Project;Lcom/google/refine/model/metadata/ProjectMetadata;Lcom/google/refine/importing/ImportingJob;Ljava/lang/String;Ljava/io/InputStream;ILorg/json/JSONObject;Ljava/util/List;)V
openrefine-3.1.jar,
Recon.class
package com.google.refine.model
Recon.loadStreaming ( JsonParser jp, Pool pool ) [static] : Recon
com/google/refine/model/Recon.loadStreaming:(Lcom/fasterxml/jackson/core/JsonParser;Lcom/google/refine/util/Pool;)Lcom/google/refine/model/Recon;
Recon.loadStreaming ( String s, Pool pool ) [static] : Recon
com/google/refine/model/Recon.loadStreaming:(Ljava/lang/String;Lcom/google/refine/util/Pool;)Lcom/google/refine/model/Recon;
Recon.write ( JSONWriter writer, Properties options ) : void
com/google/refine/model/Recon.write:(Lorg/json/JSONWriter;Ljava/util/Properties;)V
openrefine-3.1.jar,
ReconCandidate.class
package com.google.refine.model
ReconCandidate.write ( JSONWriter writer, Properties options ) : void
com/google/refine/model/ReconCandidate.write:(Lorg/json/JSONWriter;Ljava/util/Properties;)V
openrefine-3.1.jar,
ReconciledDataExtensionJob.class
package com.google.refine.model.recon
ReconciledDataExtensionJob.collectResult ( JSONObject record, Map<String,ReconCandidate> reconCandidateMap ) : ReconciledDataExtensionJob.DataExtension
com/google/refine/model/recon/ReconciledDataExtensionJob.collectResult:(Lorg/json/JSONObject;Ljava/util/Map;)Lcom/google/refine/model/recon/ReconciledDataExtensionJob$DataExtension;
ReconciledDataExtensionJob.formulateQuery ( Set<String> ids, JSONObject node, Writer writer ) [static] : void
com/google/refine/model/recon/ReconciledDataExtensionJob.formulateQuery:(Ljava/util/Set;Lorg/json/JSONObject;Ljava/io/Writer;)V
ReconciledDataExtensionJob.gatherColumnInfo ( JSONArray meta, List<ReconciledDataExtensionJob.ColumnInfo> columns ) [static] : void
com/google/refine/model/recon/ReconciledDataExtensionJob.gatherColumnInfo:(Lorg/json/JSONArray;Ljava/util/List;)V
ReconciledDataExtensionJob.ReconciledDataExtensionJob ( JSONObject obj, String endpoint )
com/google/refine/model/recon/ReconciledDataExtensionJob."<init>":(Lorg/json/JSONObject;Ljava/lang/String;)V
ReconciledDataExtensionJob.storeCell ( List<Object[ ]> rows, int row, int col, JSONObject obj, Map<String,ReconCandidate> reconCandidateMap ) : void
com/google/refine/model/recon/ReconciledDataExtensionJob.storeCell:(Ljava/util/List;IILorg/json/JSONObject;Ljava/util/Map;)V
openrefine-3.1.jar,
ReconClearSimilarCellsOperation.class
package com.google.refine.operations.recon
ReconClearSimilarCellsOperation.reconstruct ( Project project, JSONObject obj ) [static] : AbstractOperation
com/google/refine/operations/recon/ReconClearSimilarCellsOperation.reconstruct:(Lcom/google/refine/model/Project;Lorg/json/JSONObject;)Lcom/google/refine/model/AbstractOperation;
ReconClearSimilarCellsOperation.write ( JSONWriter writer, Properties options ) : void
com/google/refine/operations/recon/ReconClearSimilarCellsOperation.write:(Lorg/json/JSONWriter;Ljava/util/Properties;)V
openrefine-3.1.jar,
ReconConfig.class
package com.google.refine.model.recon
ReconConfig.reconstruct ( JSONObject obj ) [static] : ReconConfig
com/google/refine/model/recon/ReconConfig.reconstruct:(Lorg/json/JSONObject;)Lcom/google/refine/model/recon/ReconConfig;
openrefine-3.1.jar,
ReconCopyAcrossColumnsOperation.class
package com.google.refine.operations.recon
ReconCopyAcrossColumnsOperation.reconstruct ( Project project, JSONObject obj ) [static] : AbstractOperation
com/google/refine/operations/recon/ReconCopyAcrossColumnsOperation.reconstruct:(Lcom/google/refine/model/Project;Lorg/json/JSONObject;)Lcom/google/refine/model/AbstractOperation;
ReconCopyAcrossColumnsOperation.write ( JSONWriter writer, Properties options ) : void
com/google/refine/operations/recon/ReconCopyAcrossColumnsOperation.write:(Lorg/json/JSONWriter;Ljava/util/Properties;)V
openrefine-3.1.jar,
ReconDiscardJudgmentsOperation.class
package com.google.refine.operations.recon
ReconDiscardJudgmentsOperation.reconstruct ( Project project, JSONObject obj ) [static] : AbstractOperation
com/google/refine/operations/recon/ReconDiscardJudgmentsOperation.reconstruct:(Lcom/google/refine/model/Project;Lorg/json/JSONObject;)Lcom/google/refine/model/AbstractOperation;
ReconDiscardJudgmentsOperation.write ( JSONWriter writer, Properties options ) : void
com/google/refine/operations/recon/ReconDiscardJudgmentsOperation.write:(Lorg/json/JSONWriter;Ljava/util/Properties;)V
openrefine-3.1.jar,
ReconJudgeSimilarCellsOperation.class
package com.google.refine.operations.recon
ReconJudgeSimilarCellsOperation.ReconJudgeSimilarCellsOperation ( EngineConfig engineConfig, String columnName, String similarValue, Recon.Judgment judgment, ReconCandidate match, boolean shareNewTopics )
com/google/refine/operations/recon/ReconJudgeSimilarCellsOperation."<init>":(Lcom/google/refine/browsing/EngineConfig;Ljava/lang/String;Ljava/lang/String;Lcom/google/refine/model/Recon$Judgment;Lcom/google/refine/model/ReconCandidate;Z)V
ReconJudgeSimilarCellsOperation.reconstruct ( Project project, JSONObject obj ) [static] : AbstractOperation
com/google/refine/operations/recon/ReconJudgeSimilarCellsOperation.reconstruct:(Lcom/google/refine/model/Project;Lorg/json/JSONObject;)Lcom/google/refine/model/AbstractOperation;
ReconJudgeSimilarCellsOperation.write ( JSONWriter writer, Properties options ) : void
com/google/refine/operations/recon/ReconJudgeSimilarCellsOperation.write:(Lorg/json/JSONWriter;Ljava/util/Properties;)V
openrefine-3.1.jar,
ReconMarkNewTopicsOperation.class
package com.google.refine.operations.recon
ReconMarkNewTopicsOperation.reconstruct ( Project project, JSONObject obj ) [static] : AbstractOperation
com/google/refine/operations/recon/ReconMarkNewTopicsOperation.reconstruct:(Lcom/google/refine/model/Project;Lorg/json/JSONObject;)Lcom/google/refine/model/AbstractOperation;
ReconMarkNewTopicsOperation.write ( JSONWriter writer, Properties options ) : void
com/google/refine/operations/recon/ReconMarkNewTopicsOperation.write:(Lorg/json/JSONWriter;Ljava/util/Properties;)V
openrefine-3.1.jar,
ReconMatchBestCandidatesOperation.class
package com.google.refine.operations.recon
ReconMatchBestCandidatesOperation.reconstruct ( Project project, JSONObject obj ) [static] : AbstractOperation
com/google/refine/operations/recon/ReconMatchBestCandidatesOperation.reconstruct:(Lcom/google/refine/model/Project;Lorg/json/JSONObject;)Lcom/google/refine/model/AbstractOperation;
ReconMatchBestCandidatesOperation.write ( JSONWriter writer, Properties options ) : void
com/google/refine/operations/recon/ReconMatchBestCandidatesOperation.write:(Lorg/json/JSONWriter;Ljava/util/Properties;)V
openrefine-3.1.jar,
ReconMatchSpecificTopicOperation.class
package com.google.refine.operations.recon
ReconMatchSpecificTopicOperation.ReconMatchSpecificTopicOperation ( EngineConfig engineConfig, String columnName, ReconCandidate match, String identifierSpace, String schemaSpace )
com/google/refine/operations/recon/ReconMatchSpecificTopicOperation."<init>":(Lcom/google/refine/browsing/EngineConfig;Ljava/lang/String;Lcom/google/refine/model/ReconCandidate;Ljava/lang/String;Ljava/lang/String;)V
ReconMatchSpecificTopicOperation.reconstruct ( Project project, JSONObject obj ) [static] : AbstractOperation
com/google/refine/operations/recon/ReconMatchSpecificTopicOperation.reconstruct:(Lcom/google/refine/model/Project;Lorg/json/JSONObject;)Lcom/google/refine/model/AbstractOperation;
ReconMatchSpecificTopicOperation.write ( JSONWriter writer, Properties options ) : void
com/google/refine/operations/recon/ReconMatchSpecificTopicOperation.write:(Lorg/json/JSONWriter;Ljava/util/Properties;)V
openrefine-3.1.jar,
ReconOperation.class
package com.google.refine.operations.recon
ReconOperation.reconstruct ( Project project, JSONObject obj ) [static] : AbstractOperation
com/google/refine/operations/recon/ReconOperation.reconstruct:(Lcom/google/refine/model/Project;Lorg/json/JSONObject;)Lcom/google/refine/model/AbstractOperation;
ReconOperation.write ( JSONWriter writer, Properties options ) : void
com/google/refine/operations/recon/ReconOperation.write:(Lorg/json/JSONWriter;Ljava/util/Properties;)V
openrefine-3.1.jar,
ReconProcess.class
package com.google.refine.operations.recon
ReconOperation.ReconProcess.write ( JSONWriter writer, Properties options ) : void
com/google/refine/operations/recon/ReconOperation.ReconProcess.write:(Lorg/json/JSONWriter;Ljava/util/Properties;)V
openrefine-3.1.jar,
ReconStats.class
package com.google.refine.model
ReconStats.load ( JSONObject obj ) [static] : ReconStats
com/google/refine/model/ReconStats.load:(Lorg/json/JSONObject;)Lcom/google/refine/model/ReconStats;
ReconStats.write ( JSONWriter writer, Properties options ) : void
com/google/refine/model/ReconStats.write:(Lorg/json/JSONWriter;Ljava/util/Properties;)V
openrefine-3.1.jar,
ReconType.class
package com.google.refine.model
ReconType.load ( JSONObject obj ) [static] : ReconType
com/google/refine/model/ReconType.load:(Lorg/json/JSONObject;)Lcom/google/refine/model/ReconType;
ReconType.write ( JSONWriter writer, Properties options ) : void
com/google/refine/model/ReconType.write:(Lorg/json/JSONWriter;Ljava/util/Properties;)V
openrefine-3.1.jar,
ReconUseValuesAsIdentifiersOperation.class
package com.google.refine.operations.recon
ReconUseValuesAsIdentifiersOperation.reconstruct ( JSONObject obj ) [static] : ReconUseValuesAsIdentifiersOperation
com/google/refine/operations/recon/ReconUseValuesAsIdentifiersOperation.reconstruct:(Lorg/json/JSONObject;)Lcom/google/refine/operations/recon/ReconUseValuesAsIdentifiersOperation;
ReconUseValuesAsIdentifiersOperation.write ( JSONWriter writer, Properties options ) : void
com/google/refine/operations/recon/ReconUseValuesAsIdentifiersOperation.write:(Lorg/json/JSONWriter;Ljava/util/Properties;)V
openrefine-3.1.jar,
RecordModel.class
package com.google.refine.model
RecordModel.write ( JSONWriter writer, Properties options ) : void
com/google/refine/model/RecordModel.write:(Lorg/json/JSONWriter;Ljava/util/Properties;)V
openrefine-3.1.jar,
Reinterpret.class
package com.google.refine.expr.functions.strings
Reinterpret.write ( JSONWriter writer, Properties options ) : void
com/google/refine/expr/functions/strings/Reinterpret.write:(Lorg/json/JSONWriter;Ljava/util/Properties;)V
openrefine-3.1.jar,
Replace.class
package com.google.refine.expr.functions.strings
Replace.write ( JSONWriter writer, Properties options ) : void
com/google/refine/expr/functions/strings/Replace.write:(Lorg/json/JSONWriter;Ljava/util/Properties;)V
openrefine-3.1.jar,
ReplaceChars.class
package com.google.refine.expr.functions.strings
ReplaceChars.write ( JSONWriter writer, Properties options ) : void
com/google/refine/expr/functions/strings/ReplaceChars.write:(Lorg/json/JSONWriter;Ljava/util/Properties;)V
openrefine-3.1.jar,
RequiredConstraint.class
package com.google.refine.model.metadata.validator.checks
RequiredConstraint.checkCell ( Cell cell ) : boolean
com/google/refine/model/metadata/validator/checks/RequiredConstraint.checkCell:(Lcom/google/refine/model/Cell;)Z
RequiredConstraint.filter ( Cell cell ) : boolean
com/google/refine/model/metadata/validator/checks/RequiredConstraint.filter:(Lcom/google/refine/model/Cell;)Z
RequiredConstraint.RequiredConstraint ( Project project, int cellIndex, JSONObject options )
com/google/refine/model/metadata/validator/checks/RequiredConstraint."<init>":(Lcom/google/refine/model/Project;ILorg/json/JSONObject;)V
openrefine-3.1.jar,
Result.class
package com.google.refine.importing
UrlRewriter.Result.UrlRewriter.Result ( String rewrittenUrl, String format, boolean download )
com/google/refine/importing/UrlRewriter.Result."<init>":(Ljava/lang/String;Ljava/lang/String;Z)V
UrlRewriter.Result.UrlRewriter.Result ( String rewrittenUrl, String format, boolean download, String metaDataFormat )
com/google/refine/importing/UrlRewriter.Result."<init>":(Ljava/lang/String;Ljava/lang/String;ZLjava/lang/String;)V
openrefine-3.1.jar,
Reverse.class
package com.google.refine.expr.functions.arrays
Reverse.write ( JSONWriter writer, Properties options ) : void
com/google/refine/expr/functions/arrays/Reverse.write:(Lorg/json/JSONWriter;Ljava/util/Properties;)V
openrefine-3.1.jar,
Round.class
package com.google.refine.expr.functions.math
Round.write ( JSONWriter writer, Properties options ) : void
com/google/refine/expr/functions/math/Round.write:(Lorg/json/JSONWriter;Ljava/util/Properties;)V
openrefine-3.1.jar,
Row.class
package com.google.refine.model
Row.write ( JSONWriter writer, Properties options ) : void
com/google/refine/model/Row.write:(Lorg/json/JSONWriter;Ljava/util/Properties;)V
openrefine-3.1.jar,
RowFlagOperation.class
package com.google.refine.operations.row
RowFlagOperation.reconstruct ( Project project, JSONObject obj ) [static] : AbstractOperation
com/google/refine/operations/row/RowFlagOperation.reconstruct:(Lcom/google/refine/model/Project;Lorg/json/JSONObject;)Lcom/google/refine/model/AbstractOperation;
RowFlagOperation.write ( JSONWriter writer, Properties options ) : void
com/google/refine/operations/row/RowFlagOperation.write:(Lorg/json/JSONWriter;Ljava/util/Properties;)V
openrefine-3.1.jar,
RowRemovalOperation.class
package com.google.refine.operations.row
RowRemovalOperation.reconstruct ( Project project, JSONObject obj ) [static] : AbstractOperation
com/google/refine/operations/row/RowRemovalOperation.reconstruct:(Lcom/google/refine/model/Project;Lorg/json/JSONObject;)Lcom/google/refine/model/AbstractOperation;
RowRemovalOperation.write ( JSONWriter writer, Properties options ) : void
com/google/refine/operations/row/RowRemovalOperation.write:(Lorg/json/JSONWriter;Ljava/util/Properties;)V
openrefine-3.1.jar,
RowReorderOperation.class
package com.google.refine.operations.row
RowReorderOperation.reconstruct ( Project project, JSONObject obj ) [static] : AbstractOperation
com/google/refine/operations/row/RowReorderOperation.reconstruct:(Lcom/google/refine/model/Project;Lorg/json/JSONObject;)Lcom/google/refine/model/AbstractOperation;
RowReorderOperation.RowReorderOperation ( Engine.Mode mode, JSONObject sorting )
com/google/refine/operations/row/RowReorderOperation."<init>":(Lcom/google/refine/browsing/Engine$Mode;Lorg/json/JSONObject;)V
RowReorderOperation.write ( JSONWriter writer, Properties options ) : void
com/google/refine/operations/row/RowReorderOperation.write:(Lorg/json/JSONWriter;Ljava/util/Properties;)V
openrefine-3.1.jar,
RowStarOperation.class
package com.google.refine.operations.row
RowStarOperation.reconstruct ( Project project, JSONObject obj ) [static] : AbstractOperation
com/google/refine/operations/row/RowStarOperation.reconstruct:(Lcom/google/refine/model/Project;Lorg/json/JSONObject;)Lcom/google/refine/model/AbstractOperation;
RowStarOperation.write ( JSONWriter writer, Properties options ) : void
com/google/refine/operations/row/RowStarOperation.write:(Lorg/json/JSONWriter;Ljava/util/Properties;)V
openrefine-3.1.jar,
RowWritingVisitor.class
package com.google.refine.commands.row
GetRowsCommand.RowWritingVisitor.GetRowsCommand.RowWritingVisitor ( int start, int limit, JSONWriter writer, Properties options )
com/google/refine/commands/row/GetRowsCommand.RowWritingVisitor."<init>":(IILorg/json/JSONWriter;Ljava/util/Properties;)V
openrefine-3.1.jar,
RPartition.class
package com.google.refine.expr.functions.strings
RPartition.write ( JSONWriter writer, Properties options ) : void
com/google/refine/expr/functions/strings/RPartition.write:(Lorg/json/JSONWriter;Ljava/util/Properties;)V
openrefine-3.1.jar,
ScatterplotFacet.class
package com.google.refine.browsing.facets
ScatterplotFacet.write ( JSONWriter writer, Properties options ) : void
com/google/refine/browsing/facets/ScatterplotFacet.write:(Lorg/json/JSONWriter;Ljava/util/Properties;)V
openrefine-3.1.jar,
ScatterplotFacetConfig.class
package com.google.refine.browsing.facets
ScatterplotFacet.ScatterplotFacetConfig.initializeFromJSON ( JSONObject o ) : void
com/google/refine/browsing/facets/ScatterplotFacet.ScatterplotFacetConfig.initializeFromJSON:(Lorg/json/JSONObject;)V
ScatterplotFacet.ScatterplotFacetConfig.write ( JSONWriter writer, Properties options ) : void
com/google/refine/browsing/facets/ScatterplotFacet.ScatterplotFacetConfig.write:(Lorg/json/JSONWriter;Ljava/util/Properties;)V
openrefine-3.1.jar,
SchemaExtension.class
package com.google.refine.model.metadata
SchemaExtension.createResource ( String resourceName, ColumnModel columnModel ) [static] : Resource
com/google/refine/model/metadata/SchemaExtension.createResource:(Ljava/lang/String;Lcom/google/refine/model/ColumnModel;)Lio/frictionlessdata/datapackage/Resource;
SchemaExtension.insertField ( Schema schema, Field field, int position ) [static] : void
com/google/refine/model/metadata/SchemaExtension.insertField:(Lio/frictionlessdata/tableschema/Schema;Lio/frictionlessdata/tableschema/Field;I)V
SchemaExtension.removeField ( Schema schema, int index ) [static] : Field
com/google/refine/model/metadata/SchemaExtension.removeField:(Lio/frictionlessdata/tableschema/Schema;I)Lio/frictionlessdata/tableschema/Field;
SchemaExtension.SchemaExtension ( )
com/google/refine/model/metadata/SchemaExtension."<init>":()V
openrefine-3.1.jar,
SelectXml.class
package com.google.refine.expr.functions.xml
SelectXml.write ( JSONWriter writer, Properties options ) : void
com/google/refine/expr/functions/xml/SelectXml.write:(Lorg/json/JSONWriter;Ljava/util/Properties;)V
openrefine-3.1.jar,
SeparatorBasedImporter.class
package com.google.refine.importers
SeparatorBasedImporter.parseOneFile ( Project project, ProjectMetadata metadata, ImportingJob job, String fileSource, Reader reader, int limit, JSONObject options, List<Exception> exceptions ) : void
com/google/refine/importers/SeparatorBasedImporter.parseOneFile:(Lcom/google/refine/model/Project;Lcom/google/refine/model/metadata/ProjectMetadata;Lcom/google/refine/importing/ImportingJob;Ljava/lang/String;Ljava/io/Reader;ILorg/json/JSONObject;Ljava/util/List;)V
openrefine-3.1.jar,
SHA1.class
package com.google.refine.expr.functions.strings
SHA1.write ( JSONWriter writer, Properties options ) : void
com/google/refine/expr/functions/strings/SHA1.write:(Lorg/json/JSONWriter;Ljava/util/Properties;)V
openrefine-3.1.jar,
Sin.class
package com.google.refine.expr.functions.math
Sin.write ( JSONWriter writer, Properties options ) : void
com/google/refine/expr/functions/math/Sin.write:(Lorg/json/JSONWriter;Ljava/util/Properties;)V
openrefine-3.1.jar,
Sinh.class
package com.google.refine.expr.functions.math
Sinh.write ( JSONWriter writer, Properties options ) : void
com/google/refine/expr/functions/math/Sinh.write:(Lorg/json/JSONWriter;Ljava/util/Properties;)V
openrefine-3.1.jar,
Slice.class
package com.google.refine.expr.functions
Slice.write ( JSONWriter writer, Properties options ) : void
com/google/refine/expr/functions/Slice.write:(Lorg/json/JSONWriter;Ljava/util/Properties;)V
openrefine-3.1.jar,
SmartSplit.class
package com.google.refine.expr.functions.strings
SmartSplit.write ( JSONWriter writer, Properties options ) : void
com/google/refine/expr/functions/strings/SmartSplit.write:(Lorg/json/JSONWriter;Ljava/util/Properties;)V
openrefine-3.1.jar,
Sort.class
package com.google.refine.expr.functions.arrays
Sort.write ( JSONWriter writer, Properties options ) : void
com/google/refine/expr/functions/arrays/Sort.write:(Lorg/json/JSONWriter;Ljava/util/Properties;)V
openrefine-3.1.jar,
Split.class
package com.google.refine.expr.functions.strings
Split.write ( JSONWriter writer, Properties options ) : void
com/google/refine/expr/functions/strings/Split.write:(Lorg/json/JSONWriter;Ljava/util/Properties;)V
openrefine-3.1.jar,
SplitByCharType.class
package com.google.refine.expr.functions.strings
SplitByCharType.write ( JSONWriter writer, Properties options ) : void
com/google/refine/expr/functions/strings/SplitByCharType.write:(Lorg/json/JSONWriter;Ljava/util/Properties;)V
openrefine-3.1.jar,
SplitByLengths.class
package com.google.refine.expr.functions.strings
SplitByLengths.write ( JSONWriter writer, Properties options ) : void
com/google/refine/expr/functions/strings/SplitByLengths.write:(Lorg/json/JSONWriter;Ljava/util/Properties;)V
openrefine-3.1.jar,
SqlCreateBuilder.class
package com.google.refine.exporters.sql
SqlCreateBuilder.SqlCreateBuilder ( String table, List<String> columns, JSONObject options )
com/google/refine/exporters/sql/SqlCreateBuilder."<init>":(Ljava/lang/String;Ljava/util/List;Lorg/json/JSONObject;)V
openrefine-3.1.jar,
SqlInsertBuilder.class
package com.google.refine.exporters.sql
SqlInsertBuilder.SqlInsertBuilder ( String table, List<String> columns, List<ArrayList<SqlData>> rows, JSONObject options )
com/google/refine/exporters/sql/SqlInsertBuilder."<init>":(Ljava/lang/String;Ljava/util/List;Ljava/util/List;Lorg/json/JSONObject;)V
openrefine-3.1.jar,
StandardReconConfig.class
package com.google.refine.model.recon
StandardReconConfig.createReconServiceResults ( String text, JSONArray results, long historyEntryID ) : Recon
com/google/refine/model/recon/StandardReconConfig.createReconServiceResults:(Ljava/lang/String;Lorg/json/JSONArray;J)Lcom/google/refine/model/Recon;
StandardReconConfig.reconstruct ( JSONObject obj ) [static] : ReconConfig
com/google/refine/model/recon/StandardReconConfig.reconstruct:(Lorg/json/JSONObject;)Lcom/google/refine/model/recon/ReconConfig;
StandardReconConfig.write ( JSONWriter writer, Properties options ) : void
com/google/refine/model/recon/StandardReconConfig.write:(Lorg/json/JSONWriter;Ljava/util/Properties;)V
openrefine-3.1.jar,
StartsWith.class
package com.google.refine.expr.functions.strings
StartsWith.write ( JSONWriter writer, Properties options ) : void
com/google/refine/expr/functions/strings/StartsWith.write:(Lorg/json/JSONWriter;Ljava/util/Properties;)V
openrefine-3.1.jar,
StringCriterion.class
package com.google.refine.sorting
StringCriterion.initializeFromJSON ( Project project, JSONObject obj ) : void
com/google/refine/sorting/StringCriterion.initializeFromJSON:(Lcom/google/refine/model/Project;Lorg/json/JSONObject;)V
openrefine-3.1.jar,
Sum.class
package com.google.refine.expr.functions.math
Sum.write ( JSONWriter writer, Properties options ) : void
com/google/refine/expr/functions/math/Sum.write:(Lorg/json/JSONWriter;Ljava/util/Properties;)V
openrefine-3.1.jar,
TabularImportingParserBase.class
package com.google.refine.importers
TabularImportingParserBase.parseOneFile ( Project project, ProjectMetadata metadata, ImportingJob job, String fileSource, Reader dataReader, int limit, JSONObject options, List<Exception> exceptions ) : void
com/google/refine/importers/TabularImportingParserBase.parseOneFile:(Lcom/google/refine/model/Project;Lcom/google/refine/model/metadata/ProjectMetadata;Lcom/google/refine/importing/ImportingJob;Ljava/lang/String;Ljava/io/Reader;ILorg/json/JSONObject;Ljava/util/List;)V
TabularImportingParserBase.readTable ( Project project, ProjectMetadata metadata, ImportingJob job, TabularImportingParserBase.TableDataReader reader, String fileSource, int limit, JSONObject options, List<Exception> exceptions ) [static] : void
com/google/refine/importers/TabularImportingParserBase.readTable:(Lcom/google/refine/model/Project;Lcom/google/refine/model/metadata/ProjectMetadata;Lcom/google/refine/importing/ImportingJob;Lcom/google/refine/importers/TabularImportingParserBase$TableDataReader;Ljava/lang/String;ILorg/json/JSONObject;Ljava/util/List;)V
openrefine-3.1.jar,
TabularSerializer.class
package com.google.refine.exporters
TabularSerializer.startFile ( JSONObject p1 ) [abstract] : void
com/google/refine/exporters/TabularSerializer.startFile:(Lorg/json/JSONObject;)V
openrefine-3.1.jar,
Tan.class
package com.google.refine.expr.functions.math
Tan.write ( JSONWriter writer, Properties options ) : void
com/google/refine/expr/functions/math/Tan.write:(Lorg/json/JSONWriter;Ljava/util/Properties;)V
openrefine-3.1.jar,
Tanh.class
package com.google.refine.expr.functions.math
Tanh.write ( JSONWriter writer, Properties options ) : void
com/google/refine/expr/functions/math/Tanh.write:(Lorg/json/JSONWriter;Ljava/util/Properties;)V
openrefine-3.1.jar,
TextSearchFacet.class
package com.google.refine.browsing.facets
TextSearchFacet.write ( JSONWriter writer, Properties options ) : void
com/google/refine/browsing/facets/TextSearchFacet.write:(Lorg/json/JSONWriter;Ljava/util/Properties;)V
openrefine-3.1.jar,
TextSearchFacetConfig.class
package com.google.refine.browsing.facets
TextSearchFacet.TextSearchFacetConfig.initializeFromJSON ( JSONObject o ) : void
com/google/refine/browsing/facets/TextSearchFacet.TextSearchFacetConfig.initializeFromJSON:(Lorg/json/JSONObject;)V
TextSearchFacet.TextSearchFacetConfig.write ( JSONWriter writer, Properties options ) : void
com/google/refine/browsing/facets/TextSearchFacet.TextSearchFacetConfig.write:(Lorg/json/JSONWriter;Ljava/util/Properties;)V
openrefine-3.1.jar,
TextTransformOperation.class
package com.google.refine.operations.cell
TextTransformOperation.reconstruct ( Project project, JSONObject obj ) [static] : AbstractOperation
com/google/refine/operations/cell/TextTransformOperation.reconstruct:(Lcom/google/refine/model/Project;Lorg/json/JSONObject;)Lcom/google/refine/model/AbstractOperation;
TextTransformOperation.write ( JSONWriter writer, Properties options ) : void
com/google/refine/operations/cell/TextTransformOperation.write:(Lorg/json/JSONWriter;Ljava/util/Properties;)V
openrefine-3.1.jar,
TimeRangeFacet.class
package com.google.refine.browsing.facets
TimeRangeFacet.write ( JSONWriter writer, Properties options ) : void
com/google/refine/browsing/facets/TimeRangeFacet.write:(Lorg/json/JSONWriter;Ljava/util/Properties;)V
openrefine-3.1.jar,
TimeRangeFacetConfig.class
package com.google.refine.browsing.facets
TimeRangeFacet.TimeRangeFacetConfig.initializeFromJSON ( JSONObject o ) : void
com/google/refine/browsing/facets/TimeRangeFacet.TimeRangeFacetConfig.initializeFromJSON:(Lorg/json/JSONObject;)V
TimeRangeFacet.TimeRangeFacetConfig.write ( JSONWriter writer, Properties options ) : void
com/google/refine/browsing/facets/TimeRangeFacet.TimeRangeFacetConfig.write:(Lorg/json/JSONWriter;Ljava/util/Properties;)V
openrefine-3.1.jar,
ToDate.class
package com.google.refine.expr.functions
ToDate.write ( JSONWriter writer, Properties options ) : void
com/google/refine/expr/functions/ToDate.write:(Lorg/json/JSONWriter;Ljava/util/Properties;)V
openrefine-3.1.jar,
ToLowercase.class
package com.google.refine.expr.functions.strings
ToLowercase.write ( JSONWriter writer, Properties options ) : void
com/google/refine/expr/functions/strings/ToLowercase.write:(Lorg/json/JSONWriter;Ljava/util/Properties;)V
openrefine-3.1.jar,
ToNumber.class
package com.google.refine.expr.functions
ToNumber.write ( JSONWriter writer, Properties options ) : void
com/google/refine/expr/functions/ToNumber.write:(Lorg/json/JSONWriter;Ljava/util/Properties;)V
openrefine-3.1.jar,
TopList.class
package com.google.refine.preference
TopList.load ( JSONArray a ) : void
com/google/refine/preference/TopList.load:(Lorg/json/JSONArray;)V
TopList.load ( JSONObject obj ) [static] : TopList
com/google/refine/preference/TopList.load:(Lorg/json/JSONObject;)Lcom/google/refine/preference/TopList;
TopList.write ( JSONWriter writer, Properties options ) : void
com/google/refine/preference/TopList.write:(Lorg/json/JSONWriter;Ljava/util/Properties;)V
openrefine-3.1.jar,
ToString.class
package com.google.refine.expr.functions
ToString.write ( JSONWriter writer, Properties options ) : void
com/google/refine/expr/functions/ToString.write:(Lorg/json/JSONWriter;Ljava/util/Properties;)V
openrefine-3.1.jar,
ToTitlecase.class
package com.google.refine.expr.functions.strings
ToTitlecase.write ( JSONWriter writer, Properties options ) : void
com/google/refine/expr/functions/strings/ToTitlecase.write:(Lorg/json/JSONWriter;Ljava/util/Properties;)V
openrefine-3.1.jar,
ToUppercase.class
package com.google.refine.expr.functions.strings
ToUppercase.write ( JSONWriter writer, Properties options ) : void
com/google/refine/expr/functions/strings/ToUppercase.write:(Lorg/json/JSONWriter;Ljava/util/Properties;)V
openrefine-3.1.jar,
TransposeColumnsIntoRowsOperation.class
package com.google.refine.operations.cell
TransposeColumnsIntoRowsOperation.reconstruct ( Project project, JSONObject obj ) [static] : AbstractOperation
com/google/refine/operations/cell/TransposeColumnsIntoRowsOperation.reconstruct:(Lcom/google/refine/model/Project;Lorg/json/JSONObject;)Lcom/google/refine/model/AbstractOperation;
TransposeColumnsIntoRowsOperation.write ( JSONWriter writer, Properties options ) : void
com/google/refine/operations/cell/TransposeColumnsIntoRowsOperation.write:(Lorg/json/JSONWriter;Ljava/util/Properties;)V
openrefine-3.1.jar,
TransposeRowsIntoColumnsOperation.class
package com.google.refine.operations.cell
TransposeRowsIntoColumnsOperation.reconstruct ( Project project, JSONObject obj ) [static] : AbstractOperation
com/google/refine/operations/cell/TransposeRowsIntoColumnsOperation.reconstruct:(Lcom/google/refine/model/Project;Lorg/json/JSONObject;)Lcom/google/refine/model/AbstractOperation;
TransposeRowsIntoColumnsOperation.write ( JSONWriter writer, Properties options ) : void
com/google/refine/operations/cell/TransposeRowsIntoColumnsOperation.write:(Lorg/json/JSONWriter;Ljava/util/Properties;)V
openrefine-3.1.jar,
TreeImportingParserBase.class
package com.google.refine.importers.tree
TreeImportingParserBase.parse ( Project project, ProjectMetadata metadata, ImportingJob job, List<JSONObject> fileRecords, String format, int limit, JSONObject options, List<Exception> exceptions ) : void
com/google/refine/importers/tree/TreeImportingParserBase.parse:(Lcom/google/refine/model/Project;Lcom/google/refine/model/metadata/ProjectMetadata;Lcom/google/refine/importing/ImportingJob;Ljava/util/List;Ljava/lang/String;ILorg/json/JSONObject;Ljava/util/List;)V
TreeImportingParserBase.parseOneFile ( Project project, ProjectMetadata metadata, ImportingJob job, JSONObject fileRecord, ImportColumnGroup rootColumnGroup, int limit, JSONObject options, List<Exception> exceptions, ImporterUtilities.MultiFileReadingProgress progress ) : void
com/google/refine/importers/tree/TreeImportingParserBase.parseOneFile:(Lcom/google/refine/model/Project;Lcom/google/refine/model/metadata/ProjectMetadata;Lcom/google/refine/importing/ImportingJob;Lorg/json/JSONObject;Lcom/google/refine/importers/tree/ImportColumnGroup;ILorg/json/JSONObject;Ljava/util/List;Lcom/google/refine/importers/ImporterUtilities$MultiFileReadingProgress;)V
TreeImportingParserBase.parseOneFile ( Project project, ProjectMetadata metadata, ImportingJob job, String fileSource, InputStream inputStream, ImportColumnGroup rootColumnGroup, int limit, JSONObject options, List<Exception> exceptions ) : void
com/google/refine/importers/tree/TreeImportingParserBase.parseOneFile:(Lcom/google/refine/model/Project;Lcom/google/refine/model/metadata/ProjectMetadata;Lcom/google/refine/importing/ImportingJob;Ljava/lang/String;Ljava/io/InputStream;Lcom/google/refine/importers/tree/ImportColumnGroup;ILorg/json/JSONObject;Ljava/util/List;)V
TreeImportingParserBase.parseOneFile ( Project project, ProjectMetadata metadata, ImportingJob job, String fileSource, Reader reader, ImportColumnGroup rootColumnGroup, int limit, JSONObject options, List<Exception> exceptions ) : void
com/google/refine/importers/tree/TreeImportingParserBase.parseOneFile:(Lcom/google/refine/model/Project;Lcom/google/refine/model/metadata/ProjectMetadata;Lcom/google/refine/importing/ImportingJob;Ljava/lang/String;Ljava/io/Reader;Lcom/google/refine/importers/tree/ImportColumnGroup;ILorg/json/JSONObject;Ljava/util/List;)V
TreeImportingParserBase.parseOneFile ( Project project, ProjectMetadata metadata, ImportingJob job, String fileSource, TreeReader treeParser, ImportColumnGroup rootColumnGroup, int limit, JSONObject options, List<Exception> exceptions ) : void
com/google/refine/importers/tree/TreeImportingParserBase.parseOneFile:(Lcom/google/refine/model/Project;Lcom/google/refine/model/metadata/ProjectMetadata;Lcom/google/refine/importing/ImportingJob;Ljava/lang/String;Lcom/google/refine/importers/tree/TreeReader;Lcom/google/refine/importers/tree/ImportColumnGroup;ILorg/json/JSONObject;Ljava/util/List;)V
openrefine-3.1.jar,
Trim.class
package com.google.refine.expr.functions.strings
Trim.write ( JSONWriter writer, Properties options ) : void
com/google/refine/expr/functions/strings/Trim.write:(Lorg/json/JSONWriter;Ljava/util/Properties;)V
openrefine-3.1.jar,
Type.class
package com.google.refine.expr.functions
Type.write ( JSONWriter writer, Properties options ) : void
com/google/refine/expr/functions/Type.write:(Lorg/json/JSONWriter;Ljava/util/Properties;)V
openrefine-3.1.jar,
TypeorFormatError.class
package com.google.refine.model.metadata.validator.checks
TypeorFormatError.checkCell ( Cell cell ) : boolean
com/google/refine/model/metadata/validator/checks/TypeorFormatError.checkCell:(Lcom/google/refine/model/Cell;)Z
TypeorFormatError.customizedFormat ( ) : void
com/google/refine/model/metadata/validator/checks/TypeorFormatError.customizedFormat:()V
TypeorFormatError.TypeorFormatError ( Project project, int cellIndex, JSONObject options )
com/google/refine/model/metadata/validator/checks/TypeorFormatError."<init>":(Lcom/google/refine/model/Project;ILorg/json/JSONObject;)V
openrefine-3.1.jar,
Unescape.class
package com.google.refine.expr.functions.strings
Unescape.write ( JSONWriter writer, Properties options ) : void
com/google/refine/expr/functions/strings/Unescape.write:(Lorg/json/JSONWriter;Ljava/util/Properties;)V
openrefine-3.1.jar,
Unicode.class
package com.google.refine.expr.functions.strings
Unicode.write ( JSONWriter writer, Properties options ) : void
com/google/refine/expr/functions/strings/Unicode.write:(Lorg/json/JSONWriter;Ljava/util/Properties;)V
openrefine-3.1.jar,
UnicodeType.class
package com.google.refine.expr.functions.strings
UnicodeType.write ( JSONWriter writer, Properties options ) : void
com/google/refine/expr/functions/strings/UnicodeType.write:(Lorg/json/JSONWriter;Ljava/util/Properties;)V
openrefine-3.1.jar,
UniqueConstraint.class
package com.google.refine.model.metadata.validator.checks
UniqueConstraint.UniqueConstraint ( Project project, int cellIndex, JSONObject options )
com/google/refine/model/metadata/validator/checks/UniqueConstraint."<init>":(Lcom/google/refine/model/Project;ILorg/json/JSONObject;)V
openrefine-3.1.jar,
Uniques.class
package com.google.refine.expr.functions.arrays
Uniques.write ( JSONWriter writer, Properties options ) : void
com/google/refine/expr/functions/arrays/Uniques.write:(Lorg/json/JSONWriter;Ljava/util/Properties;)V
openrefine-3.1.jar,
UrlRewriter.class
package com.google.refine.importing
UrlRewriter.filter ( String p1 ) [abstract] : boolean
com/google/refine/importing/UrlRewriter.filter:(Ljava/lang/String;)Z
UrlRewriter.rewrite ( String p1 ) [abstract] : List<UrlRewriter.Result>
com/google/refine/importing/UrlRewriter.rewrite:(Ljava/lang/String;)Ljava/util/List;
openrefine-3.1.jar,
ValidateOperation.class
package com.google.refine.model.metadata.validator
ValidateOperation.startProcess ( ) : JSONObject
com/google/refine/model/metadata/validator/ValidateOperation.startProcess:()Lorg/json/JSONObject;
ValidateOperation.ValidateOperation ( Project project, JSONObject options )
com/google/refine/model/metadata/validator/ValidateOperation."<init>":(Lcom/google/refine/model/Project;Lorg/json/JSONObject;)V
ValidateOperation.write ( JSONWriter writer, Properties options ) : void
com/google/refine/model/metadata/validator/ValidateOperation.write:(Lorg/json/JSONWriter;Ljava/util/Properties;)V
openrefine-3.1.jar,
ValidateSchemaCommand.class
package com.google.refine.commands.project
ValidateSchemaCommand.doPost ( HttpServletRequest request, HttpServletResponse response ) : void
com/google/refine/commands/project/ValidateSchemaCommand.doPost:(Ljavax/servlet/http/HttpServletRequest;Ljavax/servlet/http/HttpServletResponse;)V
ValidateSchemaCommand.ValidateSchemaCommand ( )
com/google/refine/commands/project/ValidateSchemaCommand."<init>":()V
openrefine-3.1.jar,
Validator.class
package com.google.refine.model.metadata.validator.checks
Validator.addError ( JSONObject p1 ) [abstract] : void
com/google/refine/model/metadata/validator/checks/Validator.addError:(Lorg/json/JSONObject;)V
Validator.checkCell ( Cell p1 ) [abstract] : boolean
com/google/refine/model/metadata/validator/checks/Validator.checkCell:(Lcom/google/refine/model/Cell;)Z
Validator.customizedFormat ( ) [abstract] : void
com/google/refine/model/metadata/validator/checks/Validator.customizedFormat:()V
Validator.filter ( Cell p1 ) [abstract] : boolean
com/google/refine/model/metadata/validator/checks/Validator.filter:(Lcom/google/refine/model/Cell;)Z
Validator.formatErrorMessage ( Cell p1, int p2 ) [abstract] : JSONObject
com/google/refine/model/metadata/validator/checks/Validator.formatErrorMessage:(Lcom/google/refine/model/Cell;I)Lorg/json/JSONObject;
Validator.validate ( ) [abstract] : JSONArray
com/google/refine/model/metadata/validator/checks/Validator.validate:()Lorg/json/JSONArray;
openrefine-3.1.jar,
ValidatorConfig.class
package com.google.refine.model.metadata.validator
ValidatorConfig.ValidatorConfig ( )
com/google/refine/model/metadata/validator/ValidatorConfig."<init>":()V
openrefine-3.1.jar,
ValidatorExceptions.class
package com.google.refine.model.metadata.validator
ValidatorExceptions.ValidatorExceptions ( )
com/google/refine/model/metadata/validator/ValidatorExceptions."<init>":()V
openrefine-3.1.jar,
ValidatorInspector.class
package com.google.refine.model.metadata.validator
ValidatorInspector.inspect ( Project project, JSONObject options ) [static] : JSONObject
com/google/refine/model/metadata/validator/ValidatorInspector.inspect:(Lcom/google/refine/model/Project;Lorg/json/JSONObject;)Lorg/json/JSONObject;
ValidatorInspector.ValidatorInspector ( )
com/google/refine/model/metadata/validator/ValidatorInspector."<init>":()V
openrefine-3.1.jar,
ValidatorRegistry.class
package com.google.refine.model.metadata.validator
ValidatorRegistry.getConstraintHandlersMap ( ) : Map<String,Class>
com/google/refine/model/metadata/validator/ValidatorRegistry.getConstraintHandlersMap:()Ljava/util/Map;
ValidatorRegistry.getInstance ( ) [static] : ValidatorRegistry
com/google/refine/model/metadata/validator/ValidatorRegistry.getInstance:()Lcom/google/refine/model/metadata/validator/ValidatorRegistry;
openrefine-3.1.jar,
ValidatorSpec.class
package com.google.refine.model.metadata.validator
ValidatorSpec.getInstance ( ) [static] : ValidatorSpec
com/google/refine/model/metadata/validator/ValidatorSpec.getInstance:()Lcom/google/refine/model/metadata/validator/ValidatorSpec;
ValidatorSpec.getMessage ( String code ) : String
com/google/refine/model/metadata/validator/ValidatorSpec.getMessage:(Ljava/lang/String;)Ljava/lang/String;
openrefine-3.1.jar,
WikitextImporter.class
package com.google.refine.importers
WikitextImporter.parseOneFile ( Project project, ProjectMetadata metadata, ImportingJob job, String fileSource, Reader reader, int limit, JSONObject options, List<Exception> exceptions ) : void
com/google/refine/importers/WikitextImporter.parseOneFile:(Lcom/google/refine/model/Project;Lcom/google/refine/model/metadata/ProjectMetadata;Lcom/google/refine/importing/ImportingJob;Ljava/lang/String;Ljava/io/Reader;ILorg/json/JSONObject;Ljava/util/List;)V
openrefine-3.1.jar,
With.class
package com.google.refine.grel.controls
With.write ( JSONWriter writer, Properties options ) : void
com/google/refine/grel/controls/With.write:(Lorg/json/JSONWriter;Ljava/util/Properties;)V
openrefine-3.1.jar,
XmlAttr.class
package com.google.refine.expr.functions.xml
XmlAttr.write ( JSONWriter writer, Properties options ) : void
com/google/refine/expr/functions/xml/XmlAttr.write:(Lorg/json/JSONWriter;Ljava/util/Properties;)V
openrefine-3.1.jar,
XmlImporter.class
package com.google.refine.importers
XmlImporter.parseOneFile ( Project project, ProjectMetadata metadata, ImportingJob job, String fileSource, InputStream inputStream, ImportColumnGroup rootColumnGroup, int limit, JSONObject options, List<Exception> exceptions ) : void
com/google/refine/importers/XmlImporter.parseOneFile:(Lcom/google/refine/model/Project;Lcom/google/refine/model/metadata/ProjectMetadata;Lcom/google/refine/importing/ImportingJob;Ljava/lang/String;Ljava/io/InputStream;Lcom/google/refine/importers/tree/ImportColumnGroup;ILorg/json/JSONObject;Ljava/util/List;)V
openrefine-3.1.jar,
XmlText.class
package com.google.refine.expr.functions.xml
XmlText.write ( JSONWriter writer, Properties options ) : void
com/google/refine/expr/functions/xml/XmlText.write:(Lorg/json/JSONWriter;Ljava/util/Properties;)V
openrefine-3.1.jar,
Xor.class
package com.google.refine.expr.functions.booleans
Xor.write ( JSONWriter writer, Properties options ) : void
com/google/refine/expr/functions/booleans/Xor.write:(Lorg/json/JSONWriter;Ljava/util/Properties;)V
to the top
Problems with Data Types, High Severity 112
openrefine-3.1.jar
package com.google.refine
[+] class ProjectManager 2
| Change | Effect |
---|
1 |
Type of field _projectsMetadata has been changed from java.util.Map<java.lang.Long,model.metadata.ProjectMetadata> to java.util.Map<java.lang.Long,ProjectMetadata>. |
A client program may be interrupted by NoSuchFieldError exception. |
2 |
Abstract method void saveMetadata ( IMetadata, long ) has been removed from this class. |
A client program may be interrupted by NoSuchMethodError exception. |
[+] affected methods: 26 (0.8%)
ProjectManager.ProjectManager ( )This constructor is from 'ProjectManager' abstract class.
ProjectManager.addLatestExpression ( String s )This method is from 'ProjectManager' abstract class.
ProjectManager.deleteProject ( long p1 )This abstract method is from 'ProjectManager' abstract class.
ProjectManager.deleteProject ( Project project )This method is from 'ProjectManager' abstract class.
ProjectManager.dispose ( )This method is from 'ProjectManager' abstract class.
ProjectManager.disposeUnmodifiedProjects ( )This method is from 'ProjectManager' abstract class.
ProjectManager.ensureProjectSaved ( long id )This method is from 'ProjectManager' abstract class.
ProjectManager.exportProject ( long p1, TarOutputStream p2 )This abstract method is from 'ProjectManager' abstract class.
ProjectManager.getAllProjectMetadata ( )This method is from 'ProjectManager' abstract class.
ProjectManager.getAllProjectTags ( )This method is from 'ProjectManager' abstract class.
...
[+] interface Jsonizable 1
| Change | Effect |
---|
1 |
This interface has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 1 (0.03%)
Jsonizable.write ( JSONWriter p1, Properties p2 )This abstract method is from 'Jsonizable' interface.
openrefine-3.1.jar
package com.google.refine.browsing
[+] class DecoratedValue 1
| Change | Effect |
---|
1 |
Removed super-interface com.google.refine.Jsonizable. |
A client program may be interrupted by NoSuchMethodError exception. |
[+] affected methods: 3 (0.1%)
DecoratedValue.DecoratedValue ( Object value, String label )This constructor is from 'DecoratedValue' class.
facets.NominalFacetChoice.NominalFacetChoice ( DecoratedValue decoratedValue )1st parameter 'decoratedValue' of this method is of type 'DecoratedValue'.
util.ExpressionNominalValueGrouper.IndexedNominalFacetChoice.ExpressionNominalValueGrouper.IndexedNominalFacetChoice ( DecoratedValue decoratedValue, int latestIndex )1st parameter 'decoratedValue' of this method is of type 'DecoratedValue'.
[+] class Engine 1
| Change | Effect |
---|
1 |
Removed super-interface com.google.refine.Jsonizable. |
A client program may be interrupted by NoSuchMethodError exception. |
[+] affected methods: 31 (0.9%)
Engine.Engine ( Project project )This constructor is from 'Engine' class.
Engine.computeFacets ( )This method is from 'Engine' class.
Engine.getAllFilteredRows ( )This method is from 'Engine' class.
Engine.getAllRecords ( )This method is from 'Engine' class.
Engine.getAllRows ( )This method is from 'Engine' class.
Engine.getFilteredRecords ( )This method is from 'Engine' class.
Engine.getFilteredRecords ( Facet except )This method is from 'Engine' class.
Engine.getFilteredRows ( Facet except )This method is from 'Engine' class.
Engine.getMode ( )This method is from 'Engine' class.
Engine.initializeFromConfig ( EngineConfig config )This method is from 'Engine' class.
...
[+] class EngineConfig 1
| Change | Effect |
---|
1 |
Removed super-interface com.google.refine.Jsonizable. |
A client program may be interrupted by NoSuchMethodError exception. |
[+] affected methods: 86 (2.6%)
Engine.Engine ( Project project )Field 'this._config' in the object of this method is of type 'EngineConfig'.
Engine.computeFacets ( )Field 'this._config' in the object of this method is of type 'EngineConfig'.
Engine.getAllFilteredRows ( )Field 'this._config' in the object of this method is of type 'EngineConfig'.
Engine.getAllRecords ( )Field 'this._config' in the object of this method is of type 'EngineConfig'.
Engine.getAllRows ( )Field 'this._config' in the object of this method is of type 'EngineConfig'.
Engine.getFilteredRecords ( )Field 'this._config' in the object of this method is of type 'EngineConfig'.
Engine.getFilteredRecords ( Facet except )Field 'this._config' in the object of this method is of type 'EngineConfig'.
Engine.getFilteredRows ( Facet except )Field 'this._config' in the object of this method is of type 'EngineConfig'.
Engine.getMode ( )Field 'this._config' in the object of this method is of type 'EngineConfig'.
Engine.initializeFromConfig ( EngineConfig config )1st parameter 'config' of this method is of type 'EngineConfig'.
...
openrefine-3.1.jar
package com.google.refine.browsing.facets
[+] class ListFacet 3
| Change | Effect |
---|
1 |
Field _booleanCount of type int has been removed from this class. |
A client program may be interrupted by NoSuchFieldError exception. |
2 |
Field _datetimeCount of type int has been removed from this class. |
A client program may be interrupted by NoSuchFieldError exception. |
3 |
Field _numberCount of type int has been removed from this class. |
A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods: 9 (0.3%)
ListFacet.ListFacet ( )This constructor is from 'ListFacet' class.
ListFacet.computeChoices ( Project project, FilteredRecords filteredRecords )This method is from 'ListFacet' class.
ListFacet.computeChoices ( Project project, FilteredRows filteredRows )This method is from 'ListFacet' class.
ListFacet.createMatches ( )This method is from 'ListFacet' class.
ListFacet.getLimit ( )This method is from 'ListFacet' class.
ListFacet.getRecordFilter ( Project project )This method is from 'ListFacet' class.
ListFacet.getRowFilter ( Project project )This method is from 'ListFacet' class.
ListFacet.initializeFromConfig ( ListFacet.ListFacetConfig config, Project project )This method is from 'ListFacet' class.
ListFacet.postProcessGrouper ( ExpressionNominalValueGrouper grouper )This method is from 'ListFacet' class.
[+] class ListFacet.ListFacetConfig 3
| Change | Effect |
---|
1 |
Field selectBoolean of type boolean has been removed from this class. |
A client program may be interrupted by NoSuchFieldError exception. |
2 |
Field selectDateTime of type boolean has been removed from this class. |
A client program may be interrupted by NoSuchFieldError exception. |
3 |
Field selectNumber of type boolean has been removed from this class. |
A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods: 3 (0.1%)
ListFacet.initializeFromConfig ( ListFacet.ListFacetConfig config, Project project )1st parameter 'config' of this method is of type 'ListFacet.ListFacetConfig'.
ListFacet.ListFacetConfig.ListFacet.ListFacetConfig ( )This constructor is from 'ListFacet.ListFacetConfig' class.
ListFacet.ListFacetConfig.apply ( Project project )This method is from 'ListFacet.ListFacetConfig' class.
[+] class NominalFacetChoice 1
| Change | Effect |
---|
1 |
Removed super-interface com.google.refine.Jsonizable. |
A client program may be interrupted by NoSuchMethodError exception. |
[+] affected methods: 1 (0.03%)
NominalFacetChoice.NominalFacetChoice ( DecoratedValue decoratedValue )This constructor is from 'NominalFacetChoice' class.
[+] class ScatterplotFacet.ScatterplotFacetConfig 2
| Change | Effect |
---|
1 |
Field color of type java.awt.Color has been removed from this class. |
A client program may be interrupted by NoSuchFieldError exception. |
2 |
Field selected of type boolean has been removed from this class. |
A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods: 5 (0.1%)
ScatterplotFacet.initializeFromConfig ( ScatterplotFacet.ScatterplotFacetConfig configuration, Project project )1st parameter 'configuration' of this method is of type 'ScatterplotFacet.ScatterplotFacetConfig'.
ScatterplotFacet.ScatterplotFacetConfig.ScatterplotFacet.ScatterplotFacetConfig ( )This constructor is from 'ScatterplotFacet.ScatterplotFacetConfig' class.
ScatterplotFacet.ScatterplotFacetConfig.apply ( Project p1 )This method is from 'ScatterplotFacet.ScatterplotFacetConfig' class.
ScatterplotFacet.ScatterplotFacetConfig.apply ( Project project )This method is from 'ScatterplotFacet.ScatterplotFacetConfig' class.
ScatterplotFacet.ScatterplotFacetConfig.getRotation ( String rotation )This method is from 'ScatterplotFacet.ScatterplotFacetConfig' class.
[+] class TimeRangeFacet.TimeRangeFacetConfig 1
| Change | Effect |
---|
1 |
Field _selected of type boolean has been removed from this class. |
A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods: 12 (0.4%)
TimeRangeFacet.TimeRangeFacet ( )Field 'this._config' in the object of this method is of type 'TimeRangeFacet.TimeRangeFacetConfig'.
TimeRangeFacet.computeChoices ( Project project, FilteredRecords filteredRecords )Field 'this._config' in the object of this method is of type 'TimeRangeFacet.TimeRangeFacetConfig'.
TimeRangeFacet.computeChoices ( Project project, FilteredRows filteredRows )Field 'this._config' in the object of this method is of type 'TimeRangeFacet.TimeRangeFacetConfig'.
TimeRangeFacet.getRecordFilter ( Project project )Field 'this._config' in the object of this method is of type 'TimeRangeFacet.TimeRangeFacetConfig'.
TimeRangeFacet.getRowEvaluable ( Project project )Field 'this._config' in the object of this method is of type 'TimeRangeFacet.TimeRangeFacetConfig'.
TimeRangeFacet.getRowFilter ( Project project )Field 'this._config' in the object of this method is of type 'TimeRangeFacet.TimeRangeFacetConfig'.
TimeRangeFacet.initializeFromConfig ( TimeRangeFacet.TimeRangeFacetConfig config, Project project )1st parameter 'config' of this method is of type 'TimeRangeFacet.TimeRangeFacetConfig'.
TimeRangeFacet.retrieveDataFromBaseBinIndex ( TimeBinIndex index )Field 'this._config' in the object of this method is of type 'TimeRangeFacet.TimeRangeFacetConfig'.
TimeRangeFacet.retrieveDataFromBinner ( ExpressionTimeValueBinner binner )Field 'this._config' in the object of this method is of type 'TimeRangeFacet.TimeRangeFacetConfig'.
TimeRangeFacet.TimeRangeFacetConfig.TimeRangeFacet.TimeRangeFacetConfig ( )This constructor is from 'TimeRangeFacet.TimeRangeFacetConfig' class.
...
[+] interface Facet 1
| Change | Effect |
---|
1 |
Removed super-interface com.google.refine.Jsonizable. |
A client program may be interrupted by NoSuchMethodError exception. |
[+] affected methods: 12 (0.4%)
com.google.refine.browsing.Engine.getFilteredRecords ( Facet except )1st parameter 'except' of this method is of type 'Facet'.
com.google.refine.browsing.Engine.getFilteredRows ( Facet except )1st parameter 'except' of this method is of type 'Facet'.
Facet.computeChoices ( Project p1, FilteredRecords p2 )This abstract method is from 'Facet' interface.
Facet.computeChoices ( Project p1, FilteredRows p2 )This abstract method is from 'Facet' interface.
Facet.getRecordFilter ( Project p1 )This abstract method is from 'Facet' interface.
Facet.getRowFilter ( Project p1 )This abstract method is from 'Facet' interface.
FacetConfig.apply ( Project p1 )Return value of this abstract method is of type 'Facet'.
ListFacet.ListFacetConfig.apply ( Project project )Return value of this method is of type 'Facet'.
RangeFacet.RangeFacetConfig.apply ( Project p1 )Return value of this method is of type 'Facet'.
ScatterplotFacet.ScatterplotFacetConfig.apply ( Project p1 )Return value of this method is of type 'Facet'.
...
[+] interface FacetConfig 2
| Change | Effect |
---|
1 |
Abstract method void initializeFromJSON ( JSONObject ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
2 |
Removed super-interface com.google.refine.Jsonizable. |
A client program may be interrupted by NoSuchMethodError exception. |
[+] affected methods: 1 (0.03%)
FacetConfig.apply ( Project p1 )This abstract method is from 'FacetConfig' interface.
openrefine-3.1.jar
package com.google.refine.browsing.filters
[+] class ExpressionEqualRowFilter 3
| Change | Effect |
---|
1 |
Field _selectBoolean of type boolean has been removed from this class. |
A client program may be interrupted by NoSuchFieldError exception. |
2 |
Field _selectDateTime of type boolean has been removed from this class. |
A client program may be interrupted by NoSuchFieldError exception. |
3 |
Field _selectNumber of type boolean has been removed from this class. |
A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods: 5 (0.1%)
ExpressionEqualRowFilter.filterRow ( Project project, int rowIndex, Row row )This method is from 'ExpressionEqualRowFilter' class.
ExpressionEqualRowFilter.internalFilterRow ( Project project, int rowIndex, Row row )This method is from 'ExpressionEqualRowFilter' class.
ExpressionEqualRowFilter.internalInvertedFilterRow ( Project project, int rowIndex, Row row )This method is from 'ExpressionEqualRowFilter' class.
ExpressionEqualRowFilter.testValue ( Object v )This method is from 'ExpressionEqualRowFilter' class.
ExpressionEqualRowFilter.testValue ( Object v, Object match )This method is from 'ExpressionEqualRowFilter' class.
openrefine-3.1.jar
package com.google.refine.browsing.util
[+] class ExpressionNominalValueGrouper 6
| Change | Effect |
---|
1 |
Field booleanCount of type int has been removed from this class. |
A client program may be interrupted by NoSuchFieldError exception. |
2 |
Field datetimeCount of type int has been removed from this class. |
A client program may be interrupted by NoSuchFieldError exception. |
3 |
Field hasBoolean of type boolean has been removed from this class. |
A client program may be interrupted by NoSuchFieldError exception. |
4 |
Field hasDateTime of type boolean has been removed from this class. |
A client program may be interrupted by NoSuchFieldError exception. |
5 |
Field hasNumber of type boolean has been removed from this class. |
A client program may be interrupted by NoSuchFieldError exception. |
6 |
Field numberCount of type int has been removed from this class. |
A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods: 12 (0.4%)
com.google.refine.browsing.facets.ListFacet.postProcessGrouper ( ExpressionNominalValueGrouper grouper )1st parameter 'grouper' of this method is of type 'ExpressionNominalValueGrouper'.
ExpressionNominalValueGrouper.ExpressionNominalValueGrouper ( Evaluable evaluable, String columnName, int cellIndex )This constructor is from 'ExpressionNominalValueGrouper' class.
ExpressionNominalValueGrouper.end ( Project project )This method is from 'ExpressionNominalValueGrouper' class.
ExpressionNominalValueGrouper.evalRow ( Project project, int rowIndex, Row row, Properties bindings )This method is from 'ExpressionNominalValueGrouper' class.
ExpressionNominalValueGrouper.getChoiceCountRowEvaluable ( )This method is from 'ExpressionNominalValueGrouper' class.
ExpressionNominalValueGrouper.getChoiceValueCount ( Object choiceValue )This method is from 'ExpressionNominalValueGrouper' class.
ExpressionNominalValueGrouper.getChoiceValueCountMultiple ( Object value )This method is from 'ExpressionNominalValueGrouper' class.
ExpressionNominalValueGrouper.processValue ( Object value, int index )This method is from 'ExpressionNominalValueGrouper' class.
ExpressionNominalValueGrouper.start ( Project project )This method is from 'ExpressionNominalValueGrouper' class.
ExpressionNominalValueGrouper.visit ( Project project, int rowIndex, Row row )This method is from 'ExpressionNominalValueGrouper' class.
...
openrefine-3.1.jar
package com.google.refine.clustering
[+] class Clusterer 1
| Change | Effect |
---|
1 |
Removed super-interface com.google.refine.Jsonizable. |
A client program may be interrupted by NoSuchMethodError exception. |
[+] affected methods: 6 (0.2%)
binning.BinningClusterer.BinningClustererConfig.apply ( Project p1 )Return value of this method is of type 'Clusterer'.
Clusterer.Clusterer ( )This constructor is from 'Clusterer' abstract class.
Clusterer.computeClusters ( Engine p1 )This abstract method is from 'Clusterer' abstract class.
Clusterer.initializeFromConfig ( Project project, ClustererConfig c )This method is from 'Clusterer' abstract class.
ClustererConfig.apply ( Project p1 )Return value of this abstract method is of type 'Clusterer'.
knn.kNNClusterer.kNNClustererConfig.apply ( Project p1 )Return value of this method is of type 'Clusterer'.
[+] class ClustererConfig 1
| Change | Effect |
---|
1 |
Removed super-interface com.google.refine.Jsonizable. |
A client program may be interrupted by NoSuchMethodError exception. |
[+] affected methods: 4 (0.1%)
Clusterer.initializeFromConfig ( Project project, ClustererConfig c )2nd parameter 'c' of this method is of type 'ClustererConfig'.
ClustererConfig.ClustererConfig ( )This constructor is from 'ClustererConfig' abstract class.
ClustererConfig.apply ( Project p1 )This abstract method is from 'ClustererConfig' abstract class.
ClustererConfig.getColumnName ( )This method is from 'ClustererConfig' abstract class.
openrefine-3.1.jar
package com.google.refine.clustering.binning
[+] class BinningClusterer 1
| Change | Effect |
---|
1 |
Field _keyers of type java.util.Map<java.lang.String,Keyer> has been removed from this class. |
A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods: 4 (0.1%)
BinningClusterer.BinningClusterer ( )This constructor is from 'BinningClusterer' class.
BinningClusterer.BinningClustererConfig.apply ( Project project )Return value of this method is of type 'BinningClusterer'.
BinningClusterer.computeClusters ( Engine engine )This method is from 'BinningClusterer' class.
BinningClusterer.initializeFromConfig ( Project project, BinningClusterer.BinningClustererConfig config )This method is from 'BinningClusterer' class.
[+] class BinningClusterer.BinningParameters 1
| Change | Effect |
---|
1 |
Removed super-interface com.google.refine.Jsonizable. |
A client program may be interrupted by NoSuchMethodError exception. |
[+] affected methods: 6 (0.2%)
BinningClusterer.BinningClusterer ( )Field 'this._parameters' in the object of this method is of type 'BinningClusterer.BinningParameters'.
BinningClusterer.BinningClustererConfig.apply ( Project project )Field 'retval._parameters' in the return value of this method is of type 'BinningClusterer.BinningParameters'.
BinningClusterer.BinningClustererConfig.getParameters ( )Return value of this method is of type 'BinningClusterer.BinningParameters'.
BinningClusterer.BinningParameters.BinningClusterer.BinningParameters ( )This constructor is from 'BinningClusterer.BinningParameters' class.
BinningClusterer.computeClusters ( Engine engine )Field 'this._parameters' in the object of this method is of type 'BinningClusterer.BinningParameters'.
BinningClusterer.initializeFromConfig ( Project project, BinningClusterer.BinningClustererConfig config )Field 'this._parameters' in the object of this method is of type 'BinningClusterer.BinningParameters'.
openrefine-3.1.jar
package com.google.refine.clustering.knn
[+] class kNNClusterer 1
| Change | Effect |
---|
1 |
Field _distances of type java.util.Map<java.lang.String,edu.mit.simile.vicino.distances.Distance> has been removed from this class. |
A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods: 4 (0.1%)
kNNClusterer.kNNClusterer ( )This constructor is from 'kNNClusterer' class.
kNNClusterer.computeClusters ( Engine engine )This method is from 'kNNClusterer' class.
kNNClusterer.initializeFromConfig ( Project project, kNNClusterer.kNNClustererConfig config )This method is from 'kNNClusterer' class.
kNNClusterer.kNNClustererConfig.apply ( Project project )Return value of this method is of type 'kNNClusterer'.
[+] class kNNClusterer.kNNClustererConfigParameters 1
| Change | Effect |
---|
1 |
Removed super-interface com.google.refine.Jsonizable. |
A client program may be interrupted by NoSuchMethodError exception. |
[+] affected methods: 2 (0.1%)
kNNClusterer.kNNClustererConfig.getParameters ( )Return value of this method is of type 'kNNClusterer.kNNClustererConfigParameters'.
kNNClusterer.kNNClustererConfigParameters.kNNClusterer.kNNClustererConfigParameters ( )This constructor is from 'kNNClusterer.kNNClustererConfigParameters' class.
openrefine-3.1.jar
package com.google.refine.commands.project
[+] class GetMetadataCommand 1
| Change | Effect |
---|
1 |
This class has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 2 (0.1%)
GetMetadataCommand.GetMetadataCommand ( )This constructor is from 'GetMetadataCommand' class.
GetMetadataCommand.doGet ( HttpServletRequest request, HttpServletResponse response )This method is from 'GetMetadataCommand' class.
[+] class PackageProjectCommand 1
| Change | Effect |
---|
1 |
This class has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 4 (0.1%)
PackageProjectCommand.PackageProjectCommand ( )This constructor is from 'PackageProjectCommand' class.
PackageProjectCommand.doPost ( HttpServletRequest request, HttpServletResponse response )This method is from 'PackageProjectCommand' class.
PackageProjectCommand.gzipTarToOutputStream ( Project project, OutputStream os )This method is from 'PackageProjectCommand' class.
PackageProjectCommand.tarToOutputStream ( Project project, OutputStream os )This method is from 'PackageProjectCommand' class.
[+] class ValidateSchemaCommand 1
| Change | Effect |
---|
1 |
This class has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 2 (0.1%)
ValidateSchemaCommand.ValidateSchemaCommand ( )This constructor is from 'ValidateSchemaCommand' class.
ValidateSchemaCommand.doPost ( HttpServletRequest request, HttpServletResponse response )This method is from 'ValidateSchemaCommand' class.
openrefine-3.1.jar
package com.google.refine.exporters
[+] interface TabularSerializer 1
| Change | Effect |
---|
1 |
Abstract method void startFile ( JSONObject ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
[+] affected methods: 3 (0.1%)
CustomizableTabularExporterUtilities.exportRows ( Project project, Engine engine, Properties params, TabularSerializer serializer )4th parameter 'serializer' of this method is of type 'TabularSerializer'.
TabularSerializer.addRow ( List<TabularSerializer.CellData> p1, boolean p2 )This abstract method is from 'TabularSerializer' interface.
TabularSerializer.endFile ( )This abstract method is from 'TabularSerializer' interface.
openrefine-3.1.jar
package com.google.refine.expr
[+] class EvalError 1
| Change | Effect |
---|
1 |
Removed super-interface com.google.refine.Jsonizable. |
A client program may be interrupted by NoSuchMethodError exception. |
[+] affected methods: 9 (0.3%)
EvalError.EvalError ( String message )This constructor is from 'EvalError' class.
EvalError.EvalError ( Throwable throwable )This constructor is from 'EvalError' class.
EvalError.toString ( )This method is from 'EvalError' class.
com.google.refine.sorting.BooleanCriterion.BooleanCriterion ( )Field 'this.s_error' in the object of this method is of type 'EvalError'.
com.google.refine.sorting.BooleanCriterion.createKeyMaker ( )Field 'this.s_error' in the object of this method is of type 'EvalError'.
com.google.refine.sorting.DateCriterion.DateCriterion ( )Field 'this.s_error' in the object of this method is of type 'EvalError'.
com.google.refine.sorting.DateCriterion.createKeyMaker ( )Field 'this.s_error' in the object of this method is of type 'EvalError'.
com.google.refine.sorting.NumberCriterion.NumberCriterion ( )Field 'this.s_error' in the object of this method is of type 'EvalError'.
com.google.refine.sorting.NumberCriterion.createKeyMaker ( )Field 'this.s_error' in the object of this method is of type 'EvalError'.
openrefine-3.1.jar
package com.google.refine.grel
[+] interface Control 1
| Change | Effect |
---|
1 |
Removed super-interface com.google.refine.Jsonizable. |
A client program may be interrupted by NoSuchMethodError exception. |
[+] affected methods: 8 (0.2%)
ast.ControlCallExpr.ControlCallExpr ( Evaluable[ ] args, Control c )2nd parameter 'c' of this method is of type 'Control'.
ast.ControlCallExpr.evaluate ( Properties bindings )Field 'this._control' in the object of this method is of type 'Control'.
ast.ControlCallExpr.toString ( )Field 'this._control' in the object of this method is of type 'Control'.
Control.call ( Properties p1, Evaluable[ ] p2 )This abstract method is from 'Control' interface.
Control.checkArguments ( Evaluable[ ] p1 )This abstract method is from 'Control' interface.
ControlFunctionRegistry.getControl ( String name )Return value of this method is of type 'Control'.
ControlFunctionRegistry.getControlName ( Control f )1st parameter 'f' of this method is of type 'Control'.
ControlFunctionRegistry.registerControl ( String name, Control c )2nd parameter 'c' of this method is of type 'Control'.
[+] interface Function 1
| Change | Effect |
---|
1 |
Removed super-interface com.google.refine.Jsonizable. |
A client program may be interrupted by NoSuchMethodError exception. |
[+] affected methods: 7 (0.2%)
ast.FunctionCallExpr.FunctionCallExpr ( Evaluable[ ] args, Function f )2nd parameter 'f' of this method is of type 'Function'.
ast.FunctionCallExpr.evaluate ( Properties bindings )Field 'this._function' in the object of this method is of type 'Function'.
ast.FunctionCallExpr.toString ( )Field 'this._function' in the object of this method is of type 'Function'.
ControlFunctionRegistry.getFunction ( String name )Return value of this method is of type 'Function'.
ControlFunctionRegistry.getFunctionName ( Function f )1st parameter 'f' of this method is of type 'Function'.
ControlFunctionRegistry.registerFunction ( String name, Function f )2nd parameter 'f' of this method is of type 'Function'.
Function.call ( Properties p1, Object[ ] p2 )This abstract method is from 'Function' interface.
openrefine-3.1.jar
package com.google.refine.history
[+] class History 1
| Change | Effect |
---|
1 |
Removed super-interface com.google.refine.Jsonizable. |
A client program may be interrupted by NoSuchMethodError exception. |
[+] affected methods: 445 (13.3%)
com.google.refine.browsing.Engine.Engine ( Project project )Field 'project.history' in 1st parameter 'project' of this method is of type 'History'.
com.google.refine.browsing.Engine.computeFacets ( )Field 'this._project.history' in the object of this method is of type 'History'.
com.google.refine.browsing.Engine.getAllFilteredRows ( )Field 'this._project.history' in the object of this method is of type 'History'.
com.google.refine.browsing.Engine.getAllRecords ( )Field 'this._project.history' in the object of this method is of type 'History'.
com.google.refine.browsing.Engine.getAllRows ( )Field 'this._project.history' in the object of this method is of type 'History'.
com.google.refine.browsing.Engine.getFilteredRecords ( )Field 'this._project.history' in the object of this method is of type 'History'.
com.google.refine.browsing.Engine.getFilteredRecords ( Facet except )Field 'this._project.history' in the object of this method is of type 'History'.
com.google.refine.browsing.Engine.getFilteredRows ( Facet except )Field 'this._project.history' in the object of this method is of type 'History'.
com.google.refine.browsing.Engine.getMode ( )Field 'this._project.history' in the object of this method is of type 'History'.
com.google.refine.browsing.Engine.initializeFromConfig ( EngineConfig config )Field 'this._project.history' in the object of this method is of type 'History'.
...
[+] class HistoryEntry 1
| Change | Effect |
---|
1 |
Removed super-interface com.google.refine.Jsonizable. |
A client program may be interrupted by NoSuchMethodError exception. |
[+] affected methods: 55 (1.6%)
History.addEntry ( HistoryEntry entry )1st parameter 'entry' of this method is of type 'HistoryEntry'.
History.getEntry ( long entryID )Return value of this method is of type 'HistoryEntry'.
HistoryEntry.HistoryEntry ( long id, long projectID, String description, AbstractOperation operation, OffsetDateTime time )This constructor is from 'HistoryEntry' class.
HistoryEntry.HistoryEntry ( long id, Project project, String description, AbstractOperation operation, Change change )This constructor is from 'HistoryEntry' class.
HistoryEntry.allocateID ( )This method is from 'HistoryEntry' class.
HistoryEntry.apply ( Project project )This method is from 'HistoryEntry' class.
HistoryEntry.delete ( )This method is from 'HistoryEntry' class.
HistoryEntry.getChange ( )This method is from 'HistoryEntry' class.
HistoryEntry.load ( Project project, String s )This method is from 'HistoryEntry' class.
HistoryEntry.revert ( Project project )This method is from 'HistoryEntry' class.
...
openrefine-3.1.jar
package com.google.refine.importing
[+] class ImportingJob 2
| Change | Effect |
---|
1 |
Type of field metadata has been changed from com.google.refine.model.metadata.ProjectMetadata to com.google.refine.ProjectMetadata. |
A client program may be interrupted by NoSuchFieldError exception. |
2 |
Removed super-interface com.google.refine.Jsonizable. |
A client program may be interrupted by NoSuchMethodError exception. |
[+] affected methods: 15 (0.4%)
com.google.refine.importers.ImporterUtilities.createMultiFileReadingProgress ( ImportingJob job, List<JSONObject> fileRecords )1st parameter 'job' of this method is of type 'ImportingJob'.
com.google.refine.importers.SeparatorBasedImporter.guessSeparator ( ImportingJob job, List<JSONObject> fileRecords )1st parameter 'job' of this method is of type 'ImportingJob'.
ImportingJob.ImportingJob ( long id, File dir )This constructor is from 'ImportingJob' class.
ImportingJob.dispose ( )This method is from 'ImportingJob' class.
ImportingJob.getRawDataDir ( )This method is from 'ImportingJob' class.
ImportingJob.getSelectedFileRecords ( )This method is from 'ImportingJob' class.
ImportingJob.prepareNewProject ( )This method is from 'ImportingJob' class.
ImportingJob.setError ( List<Exception> exceptions )This method is from 'ImportingJob' class.
ImportingJob.setProgress ( int percent, String message )This method is from 'ImportingJob' class.
ImportingJob.setProjectID ( long projectID )This method is from 'ImportingJob' class.
...
[+] interface ImportingParser 2
| Change | Effect |
---|
1 |
Abstract method JSONObject createParserUIInitializationData ( ImportingJob, List<JSONObject>, String ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
2 |
Abstract method void parse ( Project, ProjectMetadata, ImportingJob, List<JSONObject>, String, int, JSONObject, List<Exception> ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
[+] affected methods: 2 (0.1%)
ImportingManager.registerFormat ( String format, String label, String uiClass, ImportingParser parser )4th parameter 'parser' of this method is of type 'ImportingParser'.
ImportingManager.registerFormat ( String format, String label, boolean download, String uiClass, ImportingParser parser )5th parameter 'parser' of this method is of type 'ImportingParser'.
[+] interface UrlRewriter 2
| Change | Effect |
---|
1 |
Abstract method boolean filter ( String ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
2 |
Abstract method List<UrlRewriter.Result> rewrite ( String ) has been removed from this interface. |
A client program may be interrupted by NoSuchMethodError exception. |
[+] affected methods: 1 (0.03%)
ImportingManager.registerUrlRewriter ( UrlRewriter urlRewriter )1st parameter 'urlRewriter' of this method is of type 'UrlRewriter'.
openrefine-3.1.jar
package com.google.refine.model
[+] class AbstractOperation 1
| Change | Effect |
---|
1 |
Removed super-interface com.google.refine.Jsonizable. |
A client program may be interrupted by NoSuchMethodError exception. |
[+] affected methods: 80 (2.4%)
com.google.refine.commands.cell.BlankDownCommand.createOperation ( Project project, HttpServletRequest request, EngineConfig engineConfig )Return value of this method is of type 'AbstractOperation'.
com.google.refine.commands.cell.FillDownCommand.createOperation ( Project project, HttpServletRequest request, EngineConfig engineConfig )Return value of this method is of type 'AbstractOperation'.
com.google.refine.commands.cell.MassEditCommand.createOperation ( Project project, HttpServletRequest request, EngineConfig engineConfig )Return value of this method is of type 'AbstractOperation'.
com.google.refine.commands.cell.TextTransformCommand.createOperation ( Project project, HttpServletRequest request, EngineConfig engineConfig )Return value of this method is of type 'AbstractOperation'.
com.google.refine.commands.column.AddColumnByFetchingURLsCommand.createOperation ( Project project, HttpServletRequest request, EngineConfig engineConfig )Return value of this method is of type 'AbstractOperation'.
com.google.refine.commands.column.AddColumnCommand.createOperation ( Project project, HttpServletRequest request, EngineConfig engineConfig )Return value of this method is of type 'AbstractOperation'.
com.google.refine.commands.column.ReorderColumnsCommand.createOperation ( Project project, HttpServletRequest request, EngineConfig engineConfig )Return value of this method is of type 'AbstractOperation'.
com.google.refine.commands.column.SplitColumnCommand.createOperation ( Project project, HttpServletRequest request, EngineConfig engineConfig )Return value of this method is of type 'AbstractOperation'.
com.google.refine.commands.EngineDependentCommand.createOperation ( Project p1, HttpServletRequest p2, EngineConfig p3 )Return value of this abstract method is of type 'AbstractOperation'.
com.google.refine.commands.recon.ExtendDataCommand.createOperation ( Project project, HttpServletRequest request, EngineConfig engineConfig )Return value of this method is of type 'AbstractOperation'.
...
[+] class Cell 1
| Change | Effect |
---|
1 |
Removed super-interface com.google.refine.Jsonizable. |
A client program may be interrupted by NoSuchMethodError exception. |
[+] affected methods: 29 (0.9%)
com.google.refine.expr.Binder.bind ( Properties p1, Row p2, int p3, String p4, Cell p5 )5th parameter 'p5' of this abstract method is of type 'Cell'.
com.google.refine.expr.ExpressionUtils.bind ( Properties bindings, Row row, int rowIndex, String columnName, Cell cell )5th parameter 'cell' of this method is of type 'Cell'.
com.google.refine.expr.WrappedCell.WrappedCell ( Project project, String columnName, Cell cell )3rd parameter 'cell' of this method is of type 'Cell'.
com.google.refine.expr.WrappedCell.fieldAlsoHasFields ( String name )Field 'this.cell' in the object of this method is of type 'Cell'.
com.google.refine.expr.WrappedCell.getField ( String name, Properties bindings )Field 'this.cell' in the object of this method is of type 'Cell'.
com.google.refine.importers.ExcelImporter.extractCell ( Cell cell, Map<String,Recon> reconMap )Return value of this method is of type 'Cell'.
com.google.refine.importers.OdsImporter.extractCell ( OdfTableCell cell, Map<String,Recon> reconMap )Return value of this method is of type 'Cell'.
Cell.Cell ( Serializable value, Recon recon )This constructor is from 'Cell' class.
Cell.fieldAlsoHasFields ( String name )This method is from 'Cell' class.
Cell.getField ( String name, Properties bindings )This method is from 'Cell' class.
...
[+] class Column 1
| Change | Effect |
---|
1 |
Removed super-interface com.google.refine.Jsonizable. |
A client program may be interrupted by NoSuchMethodError exception. |
[+] affected methods: 66 (2%)
com.google.refine.browsing.facets.ScatterplotFacet.getBinIndex ( Project project, Column column, Evaluable eval, String expression )2nd parameter 'column' of this method is of type 'Column'.
com.google.refine.browsing.facets.ScatterplotFacet.getBinIndex ( Project project, Column column, Evaluable eval, String expression, String mode )2nd parameter 'column' of this method is of type 'Column'.
com.google.refine.commands.recon.GuessTypesOfColumnCommand.guessTypes ( Project project, Column column, String serviceUrl )2nd parameter 'column' of this method is of type 'Column'.
com.google.refine.importers.ImporterUtilities.getOrAllocateColumn ( Project project, List<String> currentFileColumnNames, int index, boolean hasOurOwnColumnNames )Return value of this method is of type 'Column'.
changes.ColumnRemovalChange.ColumnRemovalChange ( int index )Field 'this._oldColumn' in the object of this method is of type 'Column'.
changes.ColumnRemovalChange.apply ( Project project )Field 'this._oldColumn' in the object of this method is of type 'Column'.
changes.ColumnRemovalChange.load ( LineNumberReader reader, Pool pool )Field 'this._oldColumn' in the object of this method is of type 'Column'.
changes.ColumnRemovalChange.revert ( Project project )Field 'this._oldColumn' in the object of this method is of type 'Column'.
changes.ColumnRemovalChange.save ( Writer writer, Properties options )Field 'this._oldColumn' in the object of this method is of type 'Column'.
changes.ColumnSplitChange.ColumnSplitChange ( String columnName, List<String> columnNames, List<Integer> rowIndices, List<List<Serializable>> tuples, boolean removeOriginalColumn )Field 'this._column' in the object of this method is of type 'Column'.
...
[+] class ColumnGroup 1
| Change | Effect |
---|
1 |
Removed super-interface com.google.refine.Jsonizable. |
A client program may be interrupted by NoSuchMethodError exception. |
[+] affected methods: 6 (0.2%)
ColumnGroup.ColumnGroup ( int startColumnIndex, int columnSpan, int keyColumnIndex )This constructor is from 'ColumnGroup' class.
ColumnGroup.contains ( ColumnGroup g )1st parameter 'g' of this method is of type 'ColumnGroup'.
ColumnGroup.internalInitialize ( )This method is from 'ColumnGroup' class.
ColumnGroup.load ( String s )This method is from 'ColumnGroup' class.
ColumnGroup.save ( Writer writer )This method is from 'ColumnGroup' class.
ColumnGroup.toString ( )This method is from 'ColumnGroup' class.
[+] class ColumnModel 1
| Change | Effect |
---|
1 |
Removed super-interface com.google.refine.Jsonizable. |
A client program may be interrupted by NoSuchMethodError exception. |
[+] affected methods: 451 (13.5%)
com.google.refine.browsing.Engine.Engine ( Project project )Field 'project.columnModel' in 1st parameter 'project' of this method is of type 'ColumnModel'.
com.google.refine.browsing.Engine.computeFacets ( )Field 'this._project.columnModel' in the object of this method is of type 'ColumnModel'.
com.google.refine.browsing.Engine.getAllFilteredRows ( )Field 'this._project.columnModel' in the object of this method is of type 'ColumnModel'.
com.google.refine.browsing.Engine.getAllRecords ( )Field 'this._project.columnModel' in the object of this method is of type 'ColumnModel'.
com.google.refine.browsing.Engine.getAllRows ( )Field 'this._project.columnModel' in the object of this method is of type 'ColumnModel'.
com.google.refine.browsing.Engine.getFilteredRecords ( )Field 'this._project.columnModel' in the object of this method is of type 'ColumnModel'.
com.google.refine.browsing.Engine.getFilteredRecords ( Facet except )Field 'this._project.columnModel' in the object of this method is of type 'ColumnModel'.
com.google.refine.browsing.Engine.getFilteredRows ( Facet except )Field 'this._project.columnModel' in the object of this method is of type 'ColumnModel'.
com.google.refine.browsing.Engine.getMode ( )Field 'this._project.columnModel' in the object of this method is of type 'ColumnModel'.
com.google.refine.browsing.Engine.initializeFromConfig ( EngineConfig config )Field 'this._project.columnModel' in the object of this method is of type 'ColumnModel'.
...
[+] class Recon 1
| Change | Effect |
---|
1 |
Removed super-interface com.google.refine.Jsonizable. |
A client program may be interrupted by NoSuchMethodError exception. |
[+] affected methods: 51 (1.5%)
com.google.refine.expr.Binder.bind ( Properties p1, Row p2, int p3, String p4, Cell p5 )Field 'p5.recon' in 5th parameter 'p5' of this abstract method is of type 'Recon'.
com.google.refine.expr.ExpressionUtils.bind ( Properties bindings, Row row, int rowIndex, String columnName, Cell cell )Field 'cell.recon' in 5th parameter 'cell' of this method is of type 'Recon'.
com.google.refine.expr.WrappedCell.WrappedCell ( Project project, String columnName, Cell cell )Field 'cell.recon' in 3rd parameter 'cell' of this method is of type 'Recon'.
com.google.refine.expr.WrappedCell.fieldAlsoHasFields ( String name )Field 'this.cell.recon' in the object of this method is of type 'Recon'.
com.google.refine.expr.WrappedCell.getField ( String name, Properties bindings )Field 'this.cell.recon' in the object of this method is of type 'Recon'.
com.google.refine.importers.ExcelImporter.extractCell ( Cell cell, Map<String,Recon> reconMap )Field 'retval.recon' in the return value of this method is of type 'Recon'.
com.google.refine.importers.OdsImporter.extractCell ( OdfTableCell cell, Map<String,Recon> reconMap )Field 'retval.recon' in the return value of this method is of type 'Recon'.
Cell.Cell ( Serializable value, Recon recon )2nd parameter 'recon' of this method is of type 'Recon'.
Cell.fieldAlsoHasFields ( String name )Field 'this.recon' in the object of this method is of type 'Recon'.
Cell.getField ( String name, Properties bindings )Field 'this.recon' in the object of this method is of type 'Recon'.
...
[+] class ReconCandidate 1
| Change | Effect |
---|
1 |
Removed super-interface com.google.refine.Jsonizable. |
A client program may be interrupted by NoSuchMethodError exception. |
[+] affected methods: 61 (1.8%)
com.google.refine.expr.Binder.bind ( Properties p1, Row p2, int p3, String p4, Cell p5 )Field 'p5.recon.match' in 5th parameter 'p5' of this abstract method is of type 'ReconCandidate'.
com.google.refine.expr.ExpressionUtils.bind ( Properties bindings, Row row, int rowIndex, String columnName, Cell cell )Field 'cell.recon.match' in 5th parameter 'cell' of this method is of type 'ReconCandidate'.
com.google.refine.expr.WrappedCell.WrappedCell ( Project project, String columnName, Cell cell )Field 'cell.recon.match' in 3rd parameter 'cell' of this method is of type 'ReconCandidate'.
com.google.refine.expr.WrappedCell.fieldAlsoHasFields ( String name )Field 'this.cell.recon.match' in the object of this method is of type 'ReconCandidate'.
com.google.refine.expr.WrappedCell.getField ( String name, Properties bindings )Field 'this.cell.recon.match' in the object of this method is of type 'ReconCandidate'.
com.google.refine.importers.ExcelImporter.extractCell ( Cell cell, Map<String,Recon> reconMap )Field 'retval.recon.match' in the return value of this method is of type 'ReconCandidate'.
com.google.refine.importers.OdsImporter.extractCell ( OdfTableCell cell, Map<String,Recon> reconMap )Field 'retval.recon.match' in the return value of this method is of type 'ReconCandidate'.
Cell.Cell ( Serializable value, Recon recon )Field 'recon.match' in 2nd parameter 'recon' of this method is of type 'ReconCandidate'.
Cell.fieldAlsoHasFields ( String name )Field 'this.recon.match' in the object of this method is of type 'ReconCandidate'.
Cell.getField ( String name, Properties bindings )Field 'this.recon.match' in the object of this method is of type 'ReconCandidate'.
...
[+] class ReconStats 1
| Change | Effect |
---|
1 |
Removed super-interface com.google.refine.Jsonizable. |
A client program may be interrupted by NoSuchMethodError exception. |
[+] affected methods: 12 (0.4%)
changes.ReconChange.ReconChange ( CellChange[ ] cellChanges, String commonColumnName, ReconConfig newReconConfig, ReconStats newReconStats )4th parameter 'newReconStats' of this method is of type 'ReconStats'.
changes.ReconChange.ReconChange ( CellChange cellChange, String commonColumnName, ReconConfig newReconConfig, ReconStats newReconStats )4th parameter 'newReconStats' of this method is of type 'ReconStats'.
changes.ReconChange.ReconChange ( List<CellChange> cellChanges, String commonColumnName, ReconConfig newReconConfig, ReconStats newReconStats )4th parameter 'newReconStats' of this method is of type 'ReconStats'.
changes.ReconChange.apply ( Project project )Field 'this._newReconStats' in the object of this method is of type 'ReconStats'.
changes.ReconChange.load ( LineNumberReader reader, Pool pool )Field 'this._newReconStats' in the object of this method is of type 'ReconStats'.
changes.ReconChange.revert ( Project project )Field 'this._newReconStats' in the object of this method is of type 'ReconStats'.
changes.ReconChange.save ( Writer writer, Properties options )Field 'this._newReconStats' in the object of this method is of type 'ReconStats'.
Column.getReconStats ( )Return value of this method is of type 'ReconStats'.
Column.setReconStats ( ReconStats stats )1st parameter 'stats' of this method is of type 'ReconStats'.
ReconStats.ReconStats ( int nonBlanks, int newTopics, int matchedTopics )This constructor is from 'ReconStats' class.
...
[+] class ReconType 1
| Change | Effect |
---|
1 |
Removed super-interface com.google.refine.Jsonizable. |
A client program may be interrupted by NoSuchMethodError exception. |
[+] affected methods: 7 (0.2%)
recon.DataExtensionReconConfig.DataExtensionReconConfig ( String service, String identifierSpace, String schemaSpace, ReconType type )4th parameter 'type' of this method is of type 'ReconType'.
recon.DataExtensionReconConfig.batchRecon ( List<ReconJob> jobs, long historyEntryID )Field 'this.type' in the object of this method is of type 'ReconType'.
recon.DataExtensionReconConfig.createJob ( Project project, int rowIndex, Row row, String columnName, Cell cell )Field 'this.type' in the object of this method is of type 'ReconType'.
recon.DataExtensionReconConfig.getBatchSize ( )Field 'this.type' in the object of this method is of type 'ReconType'.
recon.DataExtensionReconConfig.getBriefDescription ( Project project, String columnName )Field 'this.type' in the object of this method is of type 'ReconType'.
recon.ReconciledDataExtensionJob.ColumnInfo.ReconciledDataExtensionJob.ColumnInfo ( String name, String id, ReconType expectedType )3rd parameter 'expectedType' of this method is of type 'ReconType'.
ReconType.ReconType ( String id, String name )This constructor is from 'ReconType' class.
[+] class RecordModel 1
| Change | Effect |
---|
1 |
Removed super-interface com.google.refine.Jsonizable. |
A client program may be interrupted by NoSuchMethodError exception. |
[+] affected methods: 437 (13.1%)
com.google.refine.browsing.Engine.Engine ( Project project )Field 'project.recordModel' in 1st parameter 'project' of this method is of type 'RecordModel'.
com.google.refine.browsing.Engine.computeFacets ( )Field 'this._project.recordModel' in the object of this method is of type 'RecordModel'.
com.google.refine.browsing.Engine.getAllFilteredRows ( )Field 'this._project.recordModel' in the object of this method is of type 'RecordModel'.
com.google.refine.browsing.Engine.getAllRecords ( )Field 'this._project.recordModel' in the object of this method is of type 'RecordModel'.
com.google.refine.browsing.Engine.getAllRows ( )Field 'this._project.recordModel' in the object of this method is of type 'RecordModel'.
com.google.refine.browsing.Engine.getFilteredRecords ( )Field 'this._project.recordModel' in the object of this method is of type 'RecordModel'.
com.google.refine.browsing.Engine.getFilteredRecords ( Facet except )Field 'this._project.recordModel' in the object of this method is of type 'RecordModel'.
com.google.refine.browsing.Engine.getFilteredRows ( Facet except )Field 'this._project.recordModel' in the object of this method is of type 'RecordModel'.
com.google.refine.browsing.Engine.getMode ( )Field 'this._project.recordModel' in the object of this method is of type 'RecordModel'.
com.google.refine.browsing.Engine.initializeFromConfig ( EngineConfig config )Field 'this._project.recordModel' in the object of this method is of type 'RecordModel'.
...
[+] class Row 1
| Change | Effect |
---|
1 |
Removed super-interface com.google.refine.Jsonizable. |
A client program may be interrupted by NoSuchMethodError exception. |
[+] affected methods: 59 (1.8%)
com.google.refine.browsing.facets.ScatterplotDrawingRowVisitor.visit ( Project project, int rowIndex, Row row )3rd parameter 'row' of this method is of type 'Row'.
com.google.refine.browsing.filters.DualExpressionsNumberComparisonRowFilter.filterRow ( Project project, int rowIndex, Row row )3rd parameter 'row' of this method is of type 'Row'.
com.google.refine.browsing.filters.ExpressionEqualRowFilter.filterRow ( Project project, int rowIndex, Row row )3rd parameter 'row' of this method is of type 'Row'.
com.google.refine.browsing.filters.ExpressionEqualRowFilter.internalFilterRow ( Project project, int rowIndex, Row row )3rd parameter 'row' of this method is of type 'Row'.
com.google.refine.browsing.filters.ExpressionEqualRowFilter.internalInvertedFilterRow ( Project project, int rowIndex, Row row )3rd parameter 'row' of this method is of type 'Row'.
com.google.refine.browsing.filters.ExpressionNumberComparisonRowFilter.filterRow ( Project project, int rowIndex, Row row )3rd parameter 'row' of this method is of type 'Row'.
com.google.refine.browsing.filters.ExpressionStringComparisonRowFilter.filterRow ( Project project, int rowIndex, Row row )3rd parameter 'row' of this method is of type 'Row'.
com.google.refine.browsing.RowFilter.filterRow ( Project p1, int p2, Row p3 )3rd parameter 'p3' of this abstract method is of type 'Row'.
com.google.refine.browsing.RowVisitor.visit ( Project p1, int p2, Row p3 )3rd parameter 'p3' of this abstract method is of type 'Row'.
com.google.refine.browsing.util.ConjunctiveFilteredRows.matchRow ( Project project, int rowIndex, Row row )3rd parameter 'row' of this method is of type 'Row'.
...
[+] interface OverlayModel 1
| Change | Effect |
---|
1 |
Removed super-interface com.google.refine.Jsonizable. |
A client program may be interrupted by NoSuchMethodError exception. |
[+] affected methods: 3 (0.1%)
OverlayModel.dispose ( Project p1 )This abstract method is from 'OverlayModel' interface.
OverlayModel.onAfterSave ( Project p1 )This abstract method is from 'OverlayModel' interface.
OverlayModel.onBeforeSave ( Project p1 )This abstract method is from 'OverlayModel' interface.
openrefine-3.1.jar
package com.google.refine.model.metadata
[+] class AbstractMetadata 1
| Change | Effect |
---|
1 |
This class has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 11 (0.3%)
AbstractMetadata.AbstractMetadata ( )This constructor is from 'AbstractMetadata' abstract class.
AbstractMetadata.getFormatName ( )This method is from 'AbstractMetadata' abstract class.
AbstractMetadata.getModified ( )This method is from 'AbstractMetadata' abstract class.
AbstractMetadata.isDirty ( )This method is from 'AbstractMetadata' abstract class.
AbstractMetadata.loadFromFile ( File p1 )This abstract method is from 'AbstractMetadata' abstract class.
AbstractMetadata.loadFromJSON ( JSONObject p1 )This abstract method is from 'AbstractMetadata' abstract class.
AbstractMetadata.propertyExists ( Object bean, String property )This method is from 'AbstractMetadata' abstract class.
AbstractMetadata.setFormatName ( MetadataFormat formatName )This method is from 'AbstractMetadata' abstract class.
AbstractMetadata.updateModified ( )This method is from 'AbstractMetadata' abstract class.
AbstractMetadata.write ( JSONWriter jsonWriter, boolean onlyIfDirty )This method is from 'AbstractMetadata' abstract class.
...
[+] class DataPackageMetadata 1
| Change | Effect |
---|
1 |
This class has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 10 (0.3%)
DataPackageMetadata.DataPackageMetadata ( )This constructor is from 'DataPackageMetadata' class.
DataPackageMetadata.getJSON ( )This method is from 'DataPackageMetadata' class.
DataPackageMetadata.getPackage ( )This method is from 'DataPackageMetadata' class.
DataPackageMetadata.getResourcePaths ( )This method is from 'DataPackageMetadata' class.
DataPackageMetadata.loadFromFile ( File metadataFile )This method is from 'DataPackageMetadata' class.
DataPackageMetadata.loadFromJSON ( JSONObject obj )This method is from 'DataPackageMetadata' class.
DataPackageMetadata.loadFromStream ( InputStream inputStream )This method is from 'DataPackageMetadata' class.
DataPackageMetadata.validate ( )This method is from 'DataPackageMetadata' class.
DataPackageMetadata.write ( JSONWriter jsonWriter, Properties options )This method is from 'DataPackageMetadata' class.
DataPackageMetadata.writeToFile ( File metadataFile )This method is from 'DataPackageMetadata' class.
[+] class DataPackageUrlRewriter 1
| Change | Effect |
---|
1 |
This class has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 3 (0.1%)
DataPackageUrlRewriter.DataPackageUrlRewriter ( )This constructor is from 'DataPackageUrlRewriter' class.
DataPackageUrlRewriter.filter ( String url )This method is from 'DataPackageUrlRewriter' class.
DataPackageUrlRewriter.rewrite ( String url )This method is from 'DataPackageUrlRewriter' class.
[+] class MetadataFactory 1
| Change | Effect |
---|
1 |
This class has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 4 (0.1%)
MetadataFactory.MetadataFactory ( )This constructor is from 'MetadataFactory' class.
MetadataFactory.buildDataPackageMetadata ( )This method is from 'MetadataFactory' class.
MetadataFactory.buildDataPackageMetadata ( Project project )This method is from 'MetadataFactory' class.
MetadataFactory.buildMetadata ( MetadataFormat format )This method is from 'MetadataFactory' class.
[+] class MetadataFormat 1
| Change | Effect |
---|
1 |
This class has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 3 (0.1%)
MetadataFormat.toString ( )This method is from 'MetadataFormat' class.
MetadataFormat.valueOf ( String name )This method is from 'MetadataFormat' class.
MetadataFormat.values ( )This method is from 'MetadataFormat' class.
[+] class PackageExtension 1
| Change | Effect |
---|
1 |
This class has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 3 (0.1%)
PackageExtension.PackageExtension ( )This constructor is from 'PackageExtension' class.
PackageExtension.buildPackageFromTemplate ( )This method is from 'PackageExtension' class.
PackageExtension.saveZip ( Package pkg, ByteArrayOutputStream dataByteArrayOutputStream, OutputStream destOs )This method is from 'PackageExtension' class.
[+] class ProjectMetadata 1
| Change | Effect |
---|
1 |
This class has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 56 (1.7%)
ProjectMetadata.ProjectMetadata ( )This constructor is from 'ProjectMetadata' class.
ProjectMetadata.ProjectMetadata ( LocalDateTime date )This constructor is from 'ProjectMetadata' class.
ProjectMetadata.ProjectMetadata ( LocalDateTime created, LocalDateTime modified, String name )This constructor is from 'ProjectMetadata' class.
ProjectMetadata.appendImportOptionMetadata ( JSONObject obj )This method is from 'ProjectMetadata' class.
ProjectMetadata.appendTags ( String[ ] tags )This method is from 'ProjectMetadata' class.
ProjectMetadata.getContributors ( )This method is from 'ProjectMetadata' class.
ProjectMetadata.getCreated ( )This method is from 'ProjectMetadata' class.
ProjectMetadata.getCreator ( )This method is from 'ProjectMetadata' class.
ProjectMetadata.getCustomMetadata ( String key )This method is from 'ProjectMetadata' class.
ProjectMetadata.getDescription ( )This method is from 'ProjectMetadata' class.
...
[+] class SchemaExtension 1
| Change | Effect |
---|
1 |
This class has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 4 (0.1%)
SchemaExtension.SchemaExtension ( )This constructor is from 'SchemaExtension' class.
SchemaExtension.createResource ( String resourceName, ColumnModel columnModel )This method is from 'SchemaExtension' class.
SchemaExtension.insertField ( Schema schema, Field field, int position )This method is from 'SchemaExtension' class.
SchemaExtension.removeField ( Schema schema, int index )This method is from 'SchemaExtension' class.
[+] interface IMetadata 1
| Change | Effect |
---|
1 |
This interface has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 12 (0.4%)
IMetadata.getFormatName ( )This abstract method is from 'IMetadata' interface.
IMetadata.getJSON ( )This abstract method is from 'IMetadata' interface.
IMetadata.getModified ( )This abstract method is from 'IMetadata' interface.
IMetadata.isDirty ( )This abstract method is from 'IMetadata' interface.
IMetadata.loadFromFile ( File p1 )This abstract method is from 'IMetadata' interface.
IMetadata.loadFromJSON ( JSONObject p1 )This abstract method is from 'IMetadata' interface.
IMetadata.loadFromStream ( InputStream p1 )This abstract method is from 'IMetadata' interface.
IMetadata.setFormatName ( MetadataFormat p1 )This abstract method is from 'IMetadata' interface.
IMetadata.updateModified ( )This abstract method is from 'IMetadata' interface.
IMetadata.validate ( )This abstract method is from 'IMetadata' interface.
...
openrefine-3.1.jar
package com.google.refine.model.metadata.validator
[+] class ValidateOperation 1
| Change | Effect |
---|
1 |
This class has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 3 (0.1%)
ValidateOperation.ValidateOperation ( Project project, JSONObject options )This constructor is from 'ValidateOperation' class.
ValidateOperation.startProcess ( )This method is from 'ValidateOperation' class.
ValidateOperation.write ( JSONWriter writer, Properties options )This method is from 'ValidateOperation' class.
[+] class ValidatorConfig 1
| Change | Effect |
---|
1 |
This class has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 1 (0.03%)
ValidatorConfig.ValidatorConfig ( )This constructor is from 'ValidatorConfig' class.
[+] class ValidatorExceptions 1
| Change | Effect |
---|
1 |
This class has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 1 (0.03%)
ValidatorExceptions.ValidatorExceptions ( )This constructor is from 'ValidatorExceptions' class.
[+] class ValidatorInspector 1
| Change | Effect |
---|
1 |
This class has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 2 (0.1%)
ValidatorInspector.ValidatorInspector ( )This constructor is from 'ValidatorInspector' class.
ValidatorInspector.inspect ( Project project, JSONObject options )This method is from 'ValidatorInspector' class.
[+] class ValidatorRegistry 1
| Change | Effect |
---|
1 |
This class has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 2 (0.1%)
ValidatorRegistry.getConstraintHandlersMap ( )This method is from 'ValidatorRegistry' class.
ValidatorRegistry.getInstance ( )This method is from 'ValidatorRegistry' class.
[+] class ValidatorSpec 1
| Change | Effect |
---|
1 |
This class has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 2 (0.1%)
ValidatorSpec.getInstance ( )This method is from 'ValidatorSpec' class.
ValidatorSpec.getMessage ( String code )This method is from 'ValidatorSpec' class.
openrefine-3.1.jar
package com.google.refine.model.metadata.validator.checks
[+] class AbstractValidator 1
| Change | Effect |
---|
1 |
This class has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 7 (0.2%)
AbstractValidator.AbstractValidator ( Project project, int cellIndex, JSONObject options )This constructor is from 'AbstractValidator' abstract class.
AbstractValidator.addError ( JSONObject result )This method is from 'AbstractValidator' abstract class.
AbstractValidator.checkCell ( Cell cell )This method is from 'AbstractValidator' abstract class.
AbstractValidator.customizedFormat ( )This method is from 'AbstractValidator' abstract class.
AbstractValidator.filter ( Cell cell )This method is from 'AbstractValidator' abstract class.
AbstractValidator.formatErrorMessage ( Cell cell, int rowIndex )This method is from 'AbstractValidator' abstract class.
AbstractValidator.validate ( )This method is from 'AbstractValidator' abstract class.
[+] class BlankHeader 1
| Change | Effect |
---|
1 |
This class has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 1 (0.03%)
BlankHeader.BlankHeader ( Project project, int cellIndex, JSONObject options )This constructor is from 'BlankHeader' class.
[+] class BlankRow 1
| Change | Effect |
---|
1 |
This class has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 1 (0.03%)
BlankRow.BlankRow ( Project project, int cellIndex, JSONObject options )This constructor is from 'BlankRow' class.
[+] class DuplicateHeader 1
| Change | Effect |
---|
1 |
This class has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 1 (0.03%)
DuplicateHeader.DuplicateHeader ( Project project, int cellIndex, JSONObject options )This constructor is from 'DuplicateHeader' class.
[+] class DuplicateRow 1
| Change | Effect |
---|
1 |
This class has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 1 (0.03%)
DuplicateRow.DuplicateRow ( Project project, int cellIndex, JSONObject options )This constructor is from 'DuplicateRow' class.
[+] class EnumerableConstraint 1
| Change | Effect |
---|
1 |
This class has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 2 (0.1%)
EnumerableConstraint.EnumerableConstraint ( Project project, int cellIndex, JSONObject options )This constructor is from 'EnumerableConstraint' class.
EnumerableConstraint.checkCell ( Cell cell )This method is from 'EnumerableConstraint' class.
[+] class ExtraHeader 1
| Change | Effect |
---|
1 |
This class has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 1 (0.03%)
ExtraHeader.ExtraHeader ( Project project, int cellIndex, JSONObject options )This constructor is from 'ExtraHeader' class.
[+] class ExtraValue 1
| Change | Effect |
---|
1 |
This class has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 1 (0.03%)
ExtraValue.ExtraValue ( Project project, int cellIndex, JSONObject options )This constructor is from 'ExtraValue' class.
[+] class MaximumConstraint 1
| Change | Effect |
---|
1 |
This class has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 2 (0.1%)
MaximumConstraint.MaximumConstraint ( Project project, int cellIndex, JSONObject options )This constructor is from 'MaximumConstraint' class.
MaximumConstraint.checkCell ( Cell cell )This method is from 'MaximumConstraint' class.
[+] class MaximumLengthConstraint 1
| Change | Effect |
---|
1 |
This class has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 2 (0.1%)
MaximumLengthConstraint.MaximumLengthConstraint ( Project project, int cellIndex, JSONObject options )This constructor is from 'MaximumLengthConstraint' class.
MaximumLengthConstraint.checkCell ( Cell cell )This method is from 'MaximumLengthConstraint' class.
[+] class MinimumConstraint 1
| Change | Effect |
---|
1 |
This class has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 2 (0.1%)
MinimumConstraint.MinimumConstraint ( Project project, int cellIndex, JSONObject options )This constructor is from 'MinimumConstraint' class.
MinimumConstraint.checkCell ( Cell cell )This method is from 'MinimumConstraint' class.
[+] class MinimumLengthConstraint 1
| Change | Effect |
---|
1 |
This class has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 3 (0.1%)
MinimumLengthConstraint.MinimumLengthConstraint ( Project project, int cellIndex, JSONObject options )This constructor is from 'MinimumLengthConstraint' class.
MinimumLengthConstraint.checkCell ( Cell cell )This method is from 'MinimumLengthConstraint' class.
MinimumLengthConstraint.filter ( Cell cell )This method is from 'MinimumLengthConstraint' class.
[+] class MissingHeader 1
| Change | Effect |
---|
1 |
This class has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 1 (0.03%)
MissingHeader.MissingHeader ( Project project, int cellIndex, JSONObject options )This constructor is from 'MissingHeader' class.
[+] class MissingValue 1
| Change | Effect |
---|
1 |
This class has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 1 (0.03%)
MissingValue.MissingValue ( Project project, int cellIndex, JSONObject options )This constructor is from 'MissingValue' class.
[+] class NonMatchingHeader 1
| Change | Effect |
---|
1 |
This class has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 1 (0.03%)
NonMatchingHeader.NonMatchingHeader ( Project project, int cellIndex, JSONObject options )This constructor is from 'NonMatchingHeader' class.
[+] class PatternConstraint 1
| Change | Effect |
---|
1 |
This class has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 2 (0.1%)
PatternConstraint.PatternConstraint ( Project project, int cellIndex, JSONObject options )This constructor is from 'PatternConstraint' class.
PatternConstraint.checkCell ( Cell cell )This method is from 'PatternConstraint' class.
[+] class RequiredConstraint 1
| Change | Effect |
---|
1 |
This class has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 3 (0.1%)
RequiredConstraint.RequiredConstraint ( Project project, int cellIndex, JSONObject options )This constructor is from 'RequiredConstraint' class.
RequiredConstraint.checkCell ( Cell cell )This method is from 'RequiredConstraint' class.
RequiredConstraint.filter ( Cell cell )This method is from 'RequiredConstraint' class.
[+] class TypeorFormatError 1
| Change | Effect |
---|
1 |
This class has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 3 (0.1%)
TypeorFormatError.TypeorFormatError ( Project project, int cellIndex, JSONObject options )This constructor is from 'TypeorFormatError' class.
TypeorFormatError.checkCell ( Cell cell )This method is from 'TypeorFormatError' class.
TypeorFormatError.customizedFormat ( )This method is from 'TypeorFormatError' class.
[+] class UniqueConstraint 1
| Change | Effect |
---|
1 |
This class has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 1 (0.03%)
UniqueConstraint.UniqueConstraint ( Project project, int cellIndex, JSONObject options )This constructor is from 'UniqueConstraint' class.
[+] interface Validator 1
| Change | Effect |
---|
1 |
This interface has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 6 (0.2%)
Validator.addError ( JSONObject p1 )This abstract method is from 'Validator' interface.
Validator.checkCell ( Cell p1 )This abstract method is from 'Validator' interface.
Validator.customizedFormat ( )This abstract method is from 'Validator' interface.
Validator.filter ( Cell p1 )This abstract method is from 'Validator' interface.
Validator.formatErrorMessage ( Cell p1, int p2 )This abstract method is from 'Validator' interface.
Validator.validate ( )This abstract method is from 'Validator' interface.
openrefine-3.1.jar
package com.google.refine.model.recon
[+] class ReconciledDataExtensionJob 1
| Change | Effect |
---|
1 |
Type of field extension has been changed from org.json.JSONObject to ReconciledDataExtensionJob.DataExtensionConfig. |
A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods: 8 (0.2%)
ReconciledDataExtensionJob.extend ( Set<String> ids, Map<String,ReconCandidate> reconCandidateMap )This method is from 'ReconciledDataExtensionJob' class.
ReconciledDataExtensionJob.performQuery ( String endpoint, String query )This method is from 'ReconciledDataExtensionJob' class.
ReconciledDataExtensionJob.storeCell ( List<Object[ ]> rows, int row, int col, Object value )This method is from 'ReconciledDataExtensionJob' class.
com.google.refine.operations.recon.ExtendDataOperation.ExtendDataProcess.ExtendDataOperation.ExtendDataProcess ( ExtendDataOperation project, Project engineConfig, EngineConfig description, String p4 )Field 'this._job' in the object of this method is of type 'ReconciledDataExtensionJob'.
com.google.refine.operations.recon.ExtendDataOperation.ExtendDataProcess.extendRows ( List<Integer> rowIndices, List<ReconciledDataExtensionJob.DataExtension> dataExtensions, int from, int limit, Map<String,ReconCandidate> reconCandidateMap )Field 'this._job' in the object of this method is of type 'ReconciledDataExtensionJob'.
com.google.refine.operations.recon.ExtendDataOperation.ExtendDataProcess.getRunnable ( )Field 'this._job' in the object of this method is of type 'ReconciledDataExtensionJob'.
com.google.refine.operations.recon.ExtendDataOperation.ExtendDataProcess.populateRowsWithMatches ( List<Integer> rowIndices )Field 'this._job' in the object of this method is of type 'ReconciledDataExtensionJob'.
com.google.refine.operations.recon.ExtendDataOperation.ExtendDataProcess.run ( )Field 'this._job' in the object of this method is of type 'ReconciledDataExtensionJob'.
[+] class ReconConfig 1
| Change | Effect |
---|
1 |
Removed super-interface com.google.refine.Jsonizable. |
A client program may be interrupted by NoSuchMethodError exception. |
[+] affected methods: 21 (0.6%)
com.google.refine.model.changes.ReconChange.ReconChange ( CellChange[ ] cellChanges, String commonColumnName, ReconConfig newReconConfig, ReconStats newReconStats )3rd parameter 'newReconConfig' of this method is of type 'ReconConfig'.
com.google.refine.model.changes.ReconChange.ReconChange ( CellChange cellChange, String commonColumnName, ReconConfig newReconConfig, ReconStats newReconStats )3rd parameter 'newReconConfig' of this method is of type 'ReconConfig'.
com.google.refine.model.changes.ReconChange.ReconChange ( List<CellChange> cellChanges, String commonColumnName, ReconConfig newReconConfig, ReconStats newReconStats )3rd parameter 'newReconConfig' of this method is of type 'ReconConfig'.
com.google.refine.model.changes.ReconChange.apply ( Project project )Field 'this._newReconConfig' in the object of this method is of type 'ReconConfig'.
com.google.refine.model.changes.ReconChange.load ( LineNumberReader reader, Pool pool )Field 'this._newReconConfig' in the object of this method is of type 'ReconConfig'.
com.google.refine.model.changes.ReconChange.revert ( Project project )Field 'this._newReconConfig' in the object of this method is of type 'ReconConfig'.
com.google.refine.model.changes.ReconChange.save ( Writer writer, Properties options )Field 'this._newReconConfig' in the object of this method is of type 'ReconConfig'.
com.google.refine.model.Column.getReconConfig ( )Return value of this method is of type 'ReconConfig'.
com.google.refine.model.Column.setReconConfig ( ReconConfig config )1st parameter 'config' of this method is of type 'ReconConfig'.
ReconConfig.ReconConfig ( )This constructor is from 'ReconConfig' abstract class.
...
openrefine-3.1.jar
package com.google.refine.operations.cell
[+] class MassEditOperation.Edit 1
| Change | Effect |
---|
1 |
Removed super-interface com.google.refine.Jsonizable. |
A client program may be interrupted by NoSuchMethodError exception. |
[+] affected methods: 1 (0.03%)
MassEditOperation.Edit.MassEditOperation.Edit ( List<String> from, boolean fromBlank, boolean fromError, Serializable to )This constructor is from 'MassEditOperation.Edit' class.
[+] class MultiValuedCellSplitOperation 1
| Change | Effect |
---|
1 |
Type of field _regex has been changed from boolean to java.lang.Boolean. |
A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods: 4 (0.1%)
MultiValuedCellSplitOperation.MultiValuedCellSplitOperation ( String columnName, String keyColumnName, int[ ] fieldLengths )This constructor is from 'MultiValuedCellSplitOperation' class.
MultiValuedCellSplitOperation.MultiValuedCellSplitOperation ( String columnName, String keyColumnName, String separator, boolean regex )This constructor is from 'MultiValuedCellSplitOperation' class.
MultiValuedCellSplitOperation.createHistoryEntry ( Project project, long historyEntryID )This method is from 'MultiValuedCellSplitOperation' class.
MultiValuedCellSplitOperation.getBriefDescription ( Project project )This method is from 'MultiValuedCellSplitOperation' class.
openrefine-3.1.jar
package com.google.refine.operations.column
[+] class ColumnAdditionByFetchingURLsOperation 1
| Change | Effect |
---|
1 |
Type of field _httpHeadersJson has been changed from org.json.JSONArray to java.util.List<ColumnAdditionByFetchingURLsOperation.HttpHeader>. |
A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods: 3 (0.1%)
ColumnAdditionByFetchingURLsOperation.createDescription ( Column column, List<CellAtRow> cellsAtRows )This method is from 'ColumnAdditionByFetchingURLsOperation' class.
ColumnAdditionByFetchingURLsOperation.createProcess ( Project project, Properties options )This method is from 'ColumnAdditionByFetchingURLsOperation' class.
ColumnAdditionByFetchingURLsOperation.getBriefDescription ( Project project )This method is from 'ColumnAdditionByFetchingURLsOperation' class.
[+] class ColumnSplitOperation 2
| Change | Effect |
---|
1 |
Type of field _maxColumns has been changed from int to java.lang.Integer. |
A client program may be interrupted by NoSuchFieldError exception. |
2 |
Type of field _regex has been changed from boolean to java.lang.Boolean. |
A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods: 4 (0.1%)
ColumnSplitOperation.ColumnSplitOperation ( EngineConfig engineConfig, String columnName, boolean guessCellType, boolean removeOriginalColumn, int[ ] fieldLengths )This constructor is from 'ColumnSplitOperation' class.
ColumnSplitOperation.ColumnSplitOperation ( EngineConfig engineConfig, String columnName, boolean guessCellType, boolean removeOriginalColumn, String separator, boolean regex, int maxColumns )This constructor is from 'ColumnSplitOperation' class.
ColumnSplitOperation.createHistoryEntry ( Project project, long historyEntryID )This method is from 'ColumnSplitOperation' class.
ColumnSplitOperation.getBriefDescription ( Project project )This method is from 'ColumnSplitOperation' class.
openrefine-3.1.jar
package com.google.refine.operations.recon
[+] class ExtendDataOperation 1
| Change | Effect |
---|
1 |
Type of field _extension has been changed from org.json.JSONObject to com.google.refine.model.recon.ReconciledDataExtensionJob.DataExtensionConfig. |
A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods: 4 (0.1%)
ExtendDataOperation.createDescription ( Column column, List<CellAtRow> cellsAtRows )This method is from 'ExtendDataOperation' class.
ExtendDataOperation.createProcess ( Project project, Properties options )This method is from 'ExtendDataOperation' class.
ExtendDataOperation.ExtendDataProcess.ExtendDataOperation.ExtendDataProcess ( ExtendDataOperation project, Project engineConfig, EngineConfig description, String p4 )1st parameter 'project' of this method is of type 'ExtendDataOperation'.
ExtendDataOperation.getBriefDescription ( Project project )This method is from 'ExtendDataOperation' class.
[+] class ReconMatchSpecificTopicOperation 1
| Change | Effect |
---|
1 |
Type of field match has been changed from com.google.refine.model.ReconCandidate to ReconMatchSpecificTopicOperation.ReconItem. |
A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods: 4 (0.1%)
ReconMatchSpecificTopicOperation.createChange ( Project project, Column column, List<CellChange> cellChanges )This method is from 'ReconMatchSpecificTopicOperation' class.
ReconMatchSpecificTopicOperation.createDescription ( Column column, List<CellChange> cellChanges )This method is from 'ReconMatchSpecificTopicOperation' class.
ReconMatchSpecificTopicOperation.createRowVisitor ( Project project, List<CellChange> cellChanges, long historyEntryID )This method is from 'ReconMatchSpecificTopicOperation' class.
ReconMatchSpecificTopicOperation.getBriefDescription ( Project project )This method is from 'ReconMatchSpecificTopicOperation' class.
openrefine-3.1.jar
package com.google.refine.operations.row
[+] class RowReorderOperation 1
| Change | Effect |
---|
1 |
Type of field _sorting has been changed from org.json.JSONObject to com.google.refine.sorting.SortingConfig. |
A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods: 2 (0.1%)
RowReorderOperation.createHistoryEntry ( Project project, long historyEntryID )This method is from 'RowReorderOperation' class.
RowReorderOperation.getBriefDescription ( Project project )This method is from 'RowReorderOperation' class.
openrefine-3.1.jar
package com.google.refine.preference
[+] class PreferenceStore 1
| Change | Effect |
---|
1 |
Removed super-interface com.google.refine.Jsonizable. |
A client program may be interrupted by NoSuchMethodError exception. |
[+] affected methods: 31 (0.9%)
PreferenceStore.PreferenceStore ( )This constructor is from 'PreferenceStore' class.
PreferenceStore.get ( String key )This method is from 'PreferenceStore' class.
PreferenceStore.getKeys ( )This method is from 'PreferenceStore' class.
PreferenceStore.isDirty ( )This method is from 'PreferenceStore' class.
PreferenceStore.put ( String key, Object value )This method is from 'PreferenceStore' class.
com.google.refine.ProjectManager.ProjectManager ( )Field 'this._preferenceStore' in the object of this method is of type 'PreferenceStore'.
com.google.refine.ProjectManager.addLatestExpression ( String s )Field 'this._preferenceStore' in the object of this method is of type 'PreferenceStore'.
com.google.refine.ProjectManager.deleteProject ( long p1 )Field 'this._preferenceStore' in the object of this abstract method is of type 'PreferenceStore'.
com.google.refine.ProjectManager.deleteProject ( Project project )Field 'this._preferenceStore' in the object of this method is of type 'PreferenceStore'.
com.google.refine.ProjectManager.dispose ( )Field 'this._preferenceStore' in the object of this method is of type 'PreferenceStore'.
...
[+] class TopList 1
| Change | Effect |
---|
1 |
Removed super-interface com.google.refine.Jsonizable. |
A client program may be interrupted by NoSuchMethodError exception. |
[+] affected methods: 5 (0.1%)
TopList.TopList ( int top )This constructor is from 'TopList' class.
TopList.add ( String element )This method is from 'TopList' class.
TopList.getList ( )This method is from 'TopList' class.
TopList.iterator ( )This method is from 'TopList' class.
TopList.remove ( String element )This method is from 'TopList' class.
openrefine-3.1.jar
package com.google.refine.process
[+] class Process 1
| Change | Effect |
---|
1 |
Removed super-interface com.google.refine.Jsonizable. |
A client program may be interrupted by NoSuchMethodError exception. |
[+] affected methods: 16 (0.5%)
com.google.refine.commands.Command.performProcessAndRespond ( HttpServletRequest request, HttpServletResponse response, Project project, Process process )4th parameter 'process' of this method is of type 'Process'.
com.google.refine.model.AbstractOperation.createProcess ( Project project, Properties options )Return value of this method is of type 'Process'.
com.google.refine.operations.column.ColumnAdditionByFetchingURLsOperation.createProcess ( Project project, Properties options )Return value of this method is of type 'Process'.
com.google.refine.operations.recon.ExtendDataOperation.createProcess ( Project project, Properties options )Return value of this method is of type 'Process'.
com.google.refine.operations.recon.ReconOperation.createProcess ( Project project, Properties options )Return value of this method is of type 'Process'.
Process.Process ( )This constructor is from 'Process' abstract class.
Process.cancel ( )This abstract method is from 'Process' abstract class.
Process.isDone ( )This abstract method is from 'Process' abstract class.
Process.isImmediate ( )This abstract method is from 'Process' abstract class.
Process.isRunning ( )This abstract method is from 'Process' abstract class.
...
[+] class ProcessManager 1
| Change | Effect |
---|
1 |
Removed super-interface com.google.refine.Jsonizable. |
A client program may be interrupted by NoSuchMethodError exception. |
[+] affected methods: 447 (13.4%)
com.google.refine.browsing.Engine.Engine ( Project project )Field 'project.processManager' in 1st parameter 'project' of this method is of type 'ProcessManager'.
com.google.refine.browsing.Engine.computeFacets ( )Field 'this._project.processManager' in the object of this method is of type 'ProcessManager'.
com.google.refine.browsing.Engine.getAllFilteredRows ( )Field 'this._project.processManager' in the object of this method is of type 'ProcessManager'.
com.google.refine.browsing.Engine.getAllRecords ( )Field 'this._project.processManager' in the object of this method is of type 'ProcessManager'.
com.google.refine.browsing.Engine.getAllRows ( )Field 'this._project.processManager' in the object of this method is of type 'ProcessManager'.
com.google.refine.browsing.Engine.getFilteredRecords ( )Field 'this._project.processManager' in the object of this method is of type 'ProcessManager'.
com.google.refine.browsing.Engine.getFilteredRecords ( Facet except )Field 'this._project.processManager' in the object of this method is of type 'ProcessManager'.
com.google.refine.browsing.Engine.getFilteredRows ( Facet except )Field 'this._project.processManager' in the object of this method is of type 'ProcessManager'.
com.google.refine.browsing.Engine.getMode ( )Field 'this._project.processManager' in the object of this method is of type 'ProcessManager'.
com.google.refine.browsing.Engine.initializeFromConfig ( EngineConfig config )Field 'this._project.processManager' in the object of this method is of type 'ProcessManager'.
...
openrefine-3.1.jar
package com.google.refine.util
[+] class JSObject 1
| Change | Effect |
---|
1 |
This class has been removed. |
A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods: 6 (0.2%)
JSObject.JSObject ( )This constructor is from 'JSObject' class.
JSObject.writeCollection ( IndentWriter writer, Collection<?> c )This method is from 'JSObject' class.
JSObject.writeJSObject ( IndentWriter writer, JSObject jso )This method is from 'JSObject' class.
JSObject.writeJSONArray ( IndentWriter writer, JSONArray na )This method is from 'JSObject' class.
JSObject.writeJSONObject ( IndentWriter writer, JSONObject no )This method is from 'JSObject' class.
JSObject.writeObject ( IndentWriter writer, Object o )This method is from 'JSObject' class.
[+] class Pool 1
| Change | Effect |
---|
1 |
Removed super-interface com.google.refine.Jsonizable. |
A client program may be interrupted by NoSuchMethodError exception. |
[+] affected methods: 39 (1.2%)
com.google.refine.history.ChangeSequence.load ( LineNumberReader reader, Pool pool )2nd parameter 'pool' of this method is of type 'Pool'.
com.google.refine.history.History.readOneChange ( InputStream in, Pool pool )2nd parameter 'pool' of this method is of type 'Pool'.
com.google.refine.history.History.readOneChange ( LineNumberReader reader, Pool pool )2nd parameter 'pool' of this method is of type 'Pool'.
com.google.refine.history.History.writeOneChange ( OutputStream out, Change change, Pool pool )3rd parameter 'pool' of this method is of type 'Pool'.
com.google.refine.history.History.writeOneChange ( Writer writer, Change change, Pool pool )3rd parameter 'pool' of this method is of type 'Pool'.
com.google.refine.model.Cell.loadStreaming ( String s, Pool pool )2nd parameter 'pool' of this method is of type 'Pool'.
com.google.refine.model.changes.CellAtRow.load ( String s, Pool pool )2nd parameter 'pool' of this method is of type 'Pool'.
com.google.refine.model.changes.CellChange.load ( LineNumberReader reader, Pool pool )2nd parameter 'pool' of this method is of type 'Pool'.
com.google.refine.model.changes.ColumnAdditionChange.load ( LineNumberReader reader, Pool pool )2nd parameter 'pool' of this method is of type 'Pool'.
com.google.refine.model.changes.ColumnMoveChange.load ( LineNumberReader reader, Pool pool )2nd parameter 'pool' of this method is of type 'Pool'.
...
to the top
Problems with Methods, High Severity 25
openrefine-3.1.jar,
DefaultImportingController.class
package com.google.refine.importing
[+] DefaultImportingController.convertErrorsToJsonArray ( List<Exception> exceptions ) [static] : JSONArray 1
com/google/refine/importing/DefaultImportingController.convertErrorsToJsonArray:(Ljava/util/List;)Lorg/json/JSONArray;
| Change | Effect |
---|
1 |
Return value type has been changed from org.json.JSONArray to com.fasterxml.jackson.databind.node.ArrayNode. |
This method has been removed because the return type is part of the method signature. A client program may be interrupted by NoSuchMethodError exception. |
openrefine-3.1.jar,
ExcelImporter.class
package com.google.refine.importers
[+] ExcelImporter.createParserUIInitializationData ( ImportingJob job, List<JSONObject> fileRecords, String format ) : JSONObject 1
com/google/refine/importers/ExcelImporter.createParserUIInitializationData:(Lcom/google/refine/importing/ImportingJob;Ljava/util/List;Ljava/lang/String;)Lorg/json/JSONObject;
| Change | Effect |
---|
1 |
Return value type has been changed from org.json.JSONObject to com.fasterxml.jackson.databind.node.ObjectNode. |
This method has been removed because the return type is part of the method signature. A client program may be interrupted by NoSuchMethodError exception. |
openrefine-3.1.jar,
FixedWidthImporter.class
package com.google.refine.importers
[+] FixedWidthImporter.createParserUIInitializationData ( ImportingJob job, List<JSONObject> fileRecords, String format ) : JSONObject 1
com/google/refine/importers/FixedWidthImporter.createParserUIInitializationData:(Lcom/google/refine/importing/ImportingJob;Ljava/util/List;Ljava/lang/String;)Lorg/json/JSONObject;
| Change | Effect |
---|
1 |
Return value type has been changed from org.json.JSONObject to com.fasterxml.jackson.databind.node.ObjectNode. |
This method has been removed because the return type is part of the method signature. A client program may be interrupted by NoSuchMethodError exception. |
openrefine-3.1.jar,
ImportingJob.class
package com.google.refine.importing
[+] ImportingJob.getOrCreateDefaultConfig ( ) : JSONObject 1
com/google/refine/importing/ImportingJob.getOrCreateDefaultConfig:()Lorg/json/JSONObject;
| Change | Effect |
---|
1 |
Return value type has been changed from org.json.JSONObject to com.fasterxml.jackson.databind.node.ObjectNode. |
This method has been removed because the return type is part of the method signature. A client program may be interrupted by NoSuchMethodError exception. |
[+] ImportingJob.getRetrievalRecord ( ) : JSONObject 1
com/google/refine/importing/ImportingJob.getRetrievalRecord:()Lorg/json/JSONObject;
| Change | Effect |
---|
1 |
Return value type has been changed from org.json.JSONObject to com.fasterxml.jackson.databind.node.ObjectNode. |
This method has been removed because the return type is part of the method signature. A client program may be interrupted by NoSuchMethodError exception. |
openrefine-3.1.jar,
ImportingParser.class
package com.google.refine.importing
[+] ImportingParser.createParserUIInitializationData ( ImportingJob p1, List<JSONObject> p2, String p3 ) [abstract] : JSONObject 1
com/google/refine/importing/ImportingParser.createParserUIInitializationData:(Lcom/google/refine/importing/ImportingJob;Ljava/util/List;Ljava/lang/String;)Lorg/json/JSONObject;
| Change | Effect |
---|
1 |
Return value type has been changed from org.json.JSONObject to com.fasterxml.jackson.databind.node.ObjectNode. |
This method has been removed because the return type is part of the method signature. A client program may be interrupted by NoSuchMethodError exception. |
openrefine-3.1.jar,
ImportingParserBase.class
package com.google.refine.importers
[+] ImportingParserBase.createParserUIInitializationData ( ImportingJob job, List<JSONObject> fileRecords, String format ) : JSONObject 1
com/google/refine/importers/ImportingParserBase.createParserUIInitializationData:(Lcom/google/refine/importing/ImportingJob;Ljava/util/List;Ljava/lang/String;)Lorg/json/JSONObject;
| Change | Effect |
---|
1 |
Return value type has been changed from org.json.JSONObject to com.fasterxml.jackson.databind.node.ObjectNode. |
This method has been removed because the return type is part of the method signature. A client program may be interrupted by NoSuchMethodError exception. |
openrefine-3.1.jar,
JsonImporter.class
package com.google.refine.importers
[+] JsonImporter.createParserUIInitializationData ( ImportingJob job, List<JSONObject> fileRecords, String format ) : JSONObject 1
com/google/refine/importers/JsonImporter.createParserUIInitializationData:(Lcom/google/refine/importing/ImportingJob;Ljava/util/List;Ljava/lang/String;)Lorg/json/JSONObject;
| Change | Effect |
---|
1 |
Return value type has been changed from org.json.JSONObject to com.fasterxml.jackson.databind.node.ObjectNode. |
This method has been removed because the return type is part of the method signature. A client program may be interrupted by NoSuchMethodError exception. |
openrefine-3.1.jar,
kNNClustererConfig.class
package com.google.refine.clustering.knn
[+] kNNClusterer.kNNClustererConfig.getDistance ( ) : Distance 1
com/google/refine/clustering/knn/kNNClusterer.kNNClustererConfig.getDistance:()Ledu/mit/simile/vicino/distances/Distance;
| Change | Effect |
---|
1 |
Return value type has been changed from edu.mit.simile.vicino.distances.Distance to SimilarityDistance. |
This method has been removed because the return type is part of the method signature. A client program may be interrupted by NoSuchMethodError exception. |
openrefine-3.1.jar,
LineBasedImporter.class
package com.google.refine.importers
[+] LineBasedImporter.createParserUIInitializationData ( ImportingJob job, List<JSONObject> fileRecords, String format ) : JSONObject 1
com/google/refine/importers/LineBasedImporter.createParserUIInitializationData:(Lcom/google/refine/importing/ImportingJob;Ljava/util/List;Ljava/lang/String;)Lorg/json/JSONObject;
| Change | Effect |
---|
1 |
Return value type has been changed from org.json.JSONObject to com.fasterxml.jackson.databind.node.ObjectNode. |
This method has been removed because the return type is part of the method signature. A client program may be interrupted by NoSuchMethodError exception. |
openrefine-3.1.jar,
MarcImporter.class
package com.google.refine.importers
[+] MarcImporter.createParserUIInitializationData ( ImportingJob job, List<JSONObject> fileRecords, String format ) : JSONObject 1
com/google/refine/importers/MarcImporter.createParserUIInitializationData:(Lcom/google/refine/importing/ImportingJob;Ljava/util/List;Ljava/lang/String;)Lorg/json/JSONObject;
| Change | Effect |
---|
1 |
Return value type has been changed from org.json.JSONObject to com.fasterxml.jackson.databind.node.ObjectNode. |
This method has been removed because the return type is part of the method signature. A client program may be interrupted by NoSuchMethodError exception. |
openrefine-3.1.jar,
OdsImporter.class
package com.google.refine.importers
[+] OdsImporter.createParserUIInitializationData ( ImportingJob job, List<JSONObject> fileRecords, String format ) : JSONObject 1
com/google/refine/importers/OdsImporter.createParserUIInitializationData:(Lcom/google/refine/importing/ImportingJob;Ljava/util/List;Ljava/lang/String;)Lorg/json/JSONObject;
| Change | Effect |
---|
1 |
Return value type has been changed from org.json.JSONObject to com.fasterxml.jackson.databind.node.ObjectNode. |
This method has been removed because the return type is part of the method signature. A client program may be interrupted by NoSuchMethodError exception. |
openrefine-3.1.jar,
Project.class
package com.google.refine.model
[+] Project.getMetadata ( ) : ProjectMetadata 1
com/google/refine/model/Project.getMetadata:()Lcom/google/refine/model/metadata/ProjectMetadata;
| Change | Effect |
---|
1 |
Return value type has been changed from metadata.ProjectMetadata to com.google.refine.ProjectMetadata. |
This method has been removed because the return type is part of the method signature. A client program may be interrupted by NoSuchMethodError exception. |
openrefine-3.1.jar,
ProjectManager.class
package com.google.refine
[+] ProjectManager.getProjectMetadata ( long id ) : ProjectMetadata 1
com/google/refine/ProjectManager.getProjectMetadata:(J)Lcom/google/refine/model/metadata/ProjectMetadata;
| Change | Effect |
---|
1 |
Return value type has been changed from model.metadata.ProjectMetadata to ProjectMetadata. |
This method has been removed because the return type is part of the method signature. A client program may be interrupted by NoSuchMethodError exception. |
[+] ProjectManager.getProjectMetadata ( String name ) : ProjectMetadata 1
com/google/refine/ProjectManager.getProjectMetadata:(Ljava/lang/String;)Lcom/google/refine/model/metadata/ProjectMetadata;
| Change | Effect |
---|
1 |
Return value type has been changed from model.metadata.ProjectMetadata to ProjectMetadata. |
This method has been removed because the return type is part of the method signature. A client program may be interrupted by NoSuchMethodError exception. |
[+] ProjectManager.preparePreferenceStore ( PreferenceStore ps ) [static] : void 1
com/google/refine/ProjectManager.preparePreferenceStore:(Lcom/google/refine/preference/PreferenceStore;)V
| Change | Effect |
---|
1 |
Access level has been changed from public to protected. |
A client program may be interrupted by IllegalAccessError exception. |
openrefine-3.1.jar,
ProjectMetadataUtilities.class
package com.google.refine.io
[+] ProjectMetadataUtilities.load ( File projectDir ) [static] : ProjectMetadata 1
com/google/refine/io/ProjectMetadataUtilities.load:(Ljava/io/File;)Lcom/google/refine/model/metadata/ProjectMetadata;
| Change | Effect |
---|
1 |
Return value type has been changed from com.google.refine.model.metadata.ProjectMetadata to com.google.refine.ProjectMetadata. |
This method has been removed because the return type is part of the method signature. A client program may be interrupted by NoSuchMethodError exception. |
[+] ProjectMetadataUtilities.loadFromFile ( File metadataFile ) [static] : ProjectMetadata 1
com/google/refine/io/ProjectMetadataUtilities.loadFromFile:(Ljava/io/File;)Lcom/google/refine/model/metadata/ProjectMetadata;
| Change | Effect |
---|
1 |
Return value type has been changed from com.google.refine.model.metadata.ProjectMetadata to com.google.refine.ProjectMetadata. |
This method has been removed because the return type is part of the method signature. A client program may be interrupted by NoSuchMethodError exception. |
[+] ProjectMetadataUtilities.recover ( File projectDir, long id ) [static] : ProjectMetadata 1
com/google/refine/io/ProjectMetadataUtilities.recover:(Ljava/io/File;J)Lcom/google/refine/model/metadata/ProjectMetadata;
| Change | Effect |
---|
1 |
Return value type has been changed from com.google.refine.model.metadata.ProjectMetadata to com.google.refine.ProjectMetadata. |
This method has been removed because the return type is part of the method signature. A client program may be interrupted by NoSuchMethodError exception. |
openrefine-3.1.jar,
SeparatorBasedImporter.class
package com.google.refine.importers
[+] SeparatorBasedImporter.createParserUIInitializationData ( ImportingJob job, List<JSONObject> fileRecords, String format ) : JSONObject 1
com/google/refine/importers/SeparatorBasedImporter.createParserUIInitializationData:(Lcom/google/refine/importing/ImportingJob;Ljava/util/List;Ljava/lang/String;)Lorg/json/JSONObject;
| Change | Effect |
---|
1 |
Return value type has been changed from org.json.JSONObject to com.fasterxml.jackson.databind.node.ObjectNode. |
This method has been removed because the return type is part of the method signature. A client program may be interrupted by NoSuchMethodError exception. |
openrefine-3.1.jar,
TabularImportingParserBase.class
package com.google.refine.importers
[+] TabularImportingParserBase.createParserUIInitializationData ( ImportingJob job, List<JSONObject> fileRecords, String format ) : JSONObject 1
com/google/refine/importers/TabularImportingParserBase.createParserUIInitializationData:(Lcom/google/refine/importing/ImportingJob;Ljava/util/List;Ljava/lang/String;)Lorg/json/JSONObject;
| Change | Effect |
---|
1 |
Return value type has been changed from org.json.JSONObject to com.fasterxml.jackson.databind.node.ObjectNode. |
This method has been removed because the return type is part of the method signature. A client program may be interrupted by NoSuchMethodError exception. |
openrefine-3.1.jar,
TreeImportingParserBase.class
package com.google.refine.importers.tree
[+] TreeImportingParserBase.createParserUIInitializationData ( ImportingJob job, List<JSONObject> fileRecords, String format ) : JSONObject 1
com/google/refine/importers/tree/TreeImportingParserBase.createParserUIInitializationData:(Lcom/google/refine/importing/ImportingJob;Ljava/util/List;Ljava/lang/String;)Lorg/json/JSONObject;
| Change | Effect |
---|
1 |
Return value type has been changed from org.json.JSONObject to com.fasterxml.jackson.databind.node.ObjectNode. |
This method has been removed because the return type is part of the method signature. A client program may be interrupted by NoSuchMethodError exception. |
openrefine-3.1.jar,
UrlRewriter.class
package com.google.refine.importing
[+] UrlRewriter.rewrite ( String p1 ) [abstract] : List<UrlRewriter.Result> 1
com/google/refine/importing/UrlRewriter.rewrite:(Ljava/lang/String;)Ljava/util/List;
| Change | Effect |
---|
1 |
Return value type has been changed from java.util.List<UrlRewriter.Result> to UrlRewriter.Result. |
This method has been removed because the return type is part of the method signature. A client program may be interrupted by NoSuchMethodError exception. |
openrefine-3.1.jar,
WikitextImporter.class
package com.google.refine.importers
[+] WikitextImporter.createParserUIInitializationData ( ImportingJob job, List<JSONObject> fileRecords, String format ) : JSONObject 1
com/google/refine/importers/WikitextImporter.createParserUIInitializationData:(Lcom/google/refine/importing/ImportingJob;Ljava/util/List;Ljava/lang/String;)Lorg/json/JSONObject;
| Change | Effect |
---|
1 |
Return value type has been changed from org.json.JSONObject to com.fasterxml.jackson.databind.node.ObjectNode. |
This method has been removed because the return type is part of the method signature. A client program may be interrupted by NoSuchMethodError exception. |
openrefine-3.1.jar,
XmlImporter.class
package com.google.refine.importers
[+] XmlImporter.createParserUIInitializationData ( ImportingJob job, List<JSONObject> fileRecords, String format ) : JSONObject 1
com/google/refine/importers/XmlImporter.createParserUIInitializationData:(Lcom/google/refine/importing/ImportingJob;Ljava/util/List;Ljava/lang/String;)Lorg/json/JSONObject;
| Change | Effect |
---|
1 |
Return value type has been changed from org.json.JSONObject to com.fasterxml.jackson.databind.node.ObjectNode. |
This method has been removed because the return type is part of the method signature. A client program may be interrupted by NoSuchMethodError exception. |
to the top
Problems with Data Types, Medium Severity 4
openrefine-3.1.jar
package com.google.refine
[+] class ProjectManager 1
| Change | Effect |
---|
1 |
Abstract method void saveMetadata ( ProjectMetadata, long ) has been added to this class. |
A client program may be interrupted by AbstractMethodError exception. Added abstract method is called in 2nd library version by the method commands.project.SetProjectMetadataCommand.doPost ( HttpServletRequest, HttpServletResponse ) and may not be implemented by old clients. |
[+] affected methods: 26 (0.8%)
ProjectManager.ProjectManager ( )This constructor is from 'ProjectManager' abstract class.
ProjectManager.addLatestExpression ( String s )This method is from 'ProjectManager' abstract class.
ProjectManager.deleteProject ( long p1 )This abstract method is from 'ProjectManager' abstract class.
ProjectManager.deleteProject ( Project project )This method is from 'ProjectManager' abstract class.
ProjectManager.dispose ( )This method is from 'ProjectManager' abstract class.
ProjectManager.disposeUnmodifiedProjects ( )This method is from 'ProjectManager' abstract class.
ProjectManager.ensureProjectSaved ( long id )This method is from 'ProjectManager' abstract class.
ProjectManager.exportProject ( long p1, TarOutputStream p2 )This abstract method is from 'ProjectManager' abstract class.
ProjectManager.getAllProjectMetadata ( )This method is from 'ProjectManager' abstract class.
ProjectManager.getAllProjectTags ( )This method is from 'ProjectManager' abstract class.
...
openrefine-3.1.jar
package com.google.refine.clustering
[+] class ClustererConfig 1
| Change | Effect |
---|
1 |
Abstract method String getType ( ) has been added to this class. |
A client program may be interrupted by AbstractMethodError exception. Added abstract method is called in 2nd library version by the method com.google.refine.commands.browsing.ComputeClustersCommand.doPost ( HttpServletRequest, HttpServletResponse ) and may not be implemented by old clients. |
[+] affected methods: 4 (0.1%)
Clusterer.initializeFromConfig ( Project project, ClustererConfig c )2nd parameter 'c' of this method is of type 'ClustererConfig'.
ClustererConfig.ClustererConfig ( )This constructor is from 'ClustererConfig' abstract class.
ClustererConfig.apply ( Project p1 )This abstract method is from 'ClustererConfig' abstract class.
ClustererConfig.getColumnName ( )This method is from 'ClustererConfig' abstract class.
openrefine-3.1.jar
package com.google.refine.importing
[+] interface ImportingParser 1
| Change | Effect |
---|
1 |
Abstract method ObjectNode createParserUIInitializationData ( ImportingJob, List<ObjectNode>, String ) has been added to this interface. |
A client program may be interrupted by AbstractMethodError exception. Added abstract method is called in 2nd library version by the method com.google.refine.commands.project.CreateProjectCommand.doPost ( HttpServletRequest, HttpServletResponse ) and may not be implemented by old clients. |
[+] affected methods: 2 (0.1%)
ImportingManager.registerFormat ( String format, String label, String uiClass, ImportingParser parser )4th parameter 'parser' of this method is of type 'ImportingParser'.
ImportingManager.registerFormat ( String format, String label, boolean download, String uiClass, ImportingParser parser )5th parameter 'parser' of this method is of type 'ImportingParser'.
openrefine-3.1.jar
package com.google.refine.model.changes
[+] class ColumnSplitChange 1
| Change | Effect |
---|
1 |
Removed super-class ColumnChange. |
Access of a client program to the fields or methods of the old super-class may be interrupted by NoSuchFieldError or NoSuchMethodError exceptions. |
[+] affected methods: 6 (0.2%)
ColumnSplitChange.ColumnSplitChange ( String columnName, List<String> columnNames, List<Integer> rowIndices, List<List<Serializable>> tuples, boolean removeOriginalColumn )This constructor is from 'ColumnSplitChange' class.
ColumnSplitChange.ColumnSplitChange ( String columnName, List<String> columnNames, List<Integer> rowIndices, List<List<Serializable>> tuples, boolean removeOriginalColumn, Column column, int columnIndex, int firstNewCellIndex, List<Row> oldRows, List<Row> newRows )This constructor is from 'ColumnSplitChange' class.
ColumnSplitChange.apply ( Project project )This method is from 'ColumnSplitChange' class.
ColumnSplitChange.load ( LineNumberReader reader, Pool pool )This method is from 'ColumnSplitChange' class.
ColumnSplitChange.revert ( Project project )This method is from 'ColumnSplitChange' class.
ColumnSplitChange.save ( Writer writer, Properties options )This method is from 'ColumnSplitChange' class.
to the top
Problems with Data Types, Low Severity 14
openrefine-3.1.jar
package com.google.refine.importers
[+] class ExcelImporter 1
| Change | Effect |
---|
1 |
Method JSONObject ExcelImporter.createParserUIInitializationData ( ImportingJob, List<JSONObject>, String ) has been moved up type hierarchy to ObjectNode TabularImportingParserBase.createParserUIInitializationData ( ImportingJob, List<ObjectNode>, String ). |
Method TabularImportingParserBase.createParserUIInitializationData ( ImportingJob, List<ObjectNode>, String ) will be called instead of ExcelImporter.createParserUIInitializationData ( ImportingJob, List<JSONObject>, String ) in a client program. |
[+] affected methods: 1 (0.03%)
ExcelImporter.createParserUIInitializationData ( ImportingJob job, List<JSONObject> fileRecords, String format )Method 'TabularImportingParserBase.createParserUIInitializationData ( ImportingJob, List<ObjectNode>, String )' will be called instead of this method in a client program.
[+] class FixedWidthImporter 1
| Change | Effect |
---|
1 |
Method JSONObject FixedWidthImporter.createParserUIInitializationData ( ImportingJob, List<JSONObject>, String ) has been moved up type hierarchy to ObjectNode TabularImportingParserBase.createParserUIInitializationData ( ImportingJob, List<ObjectNode>, String ). |
Method TabularImportingParserBase.createParserUIInitializationData ( ImportingJob, List<ObjectNode>, String ) will be called instead of FixedWidthImporter.createParserUIInitializationData ( ImportingJob, List<JSONObject>, String ) in a client program. |
[+] affected methods: 1 (0.03%)
FixedWidthImporter.createParserUIInitializationData ( ImportingJob job, List<JSONObject> fileRecords, String format )Method 'TabularImportingParserBase.createParserUIInitializationData ( ImportingJob, List<ObjectNode>, String )' will be called instead of this method in a client program.
[+] class JsonImporter 1
| Change | Effect |
---|
1 |
Method JSONObject JsonImporter.createParserUIInitializationData ( ImportingJob, List<JSONObject>, String ) has been moved up type hierarchy to ObjectNode tree.TreeImportingParserBase.createParserUIInitializationData ( ImportingJob, List<ObjectNode>, String ). |
Method tree.TreeImportingParserBase.createParserUIInitializationData ( ImportingJob, List<ObjectNode>, String ) will be called instead of JsonImporter.createParserUIInitializationData ( ImportingJob, List<JSONObject>, String ) in a client program. |
[+] affected methods: 1 (0.03%)
JsonImporter.createParserUIInitializationData ( ImportingJob job, List<JSONObject> fileRecords, String format )Method 'tree.TreeImportingParserBase.createParserUIInitializationData ( ImportingJob, List<ObjectNode>, String )' will be called instead of this method in a client program.
[+] class LineBasedImporter 1
| Change | Effect |
---|
1 |
Method JSONObject LineBasedImporter.createParserUIInitializationData ( ImportingJob, List<JSONObject>, String ) has been moved up type hierarchy to ObjectNode TabularImportingParserBase.createParserUIInitializationData ( ImportingJob, List<ObjectNode>, String ). |
Method TabularImportingParserBase.createParserUIInitializationData ( ImportingJob, List<ObjectNode>, String ) will be called instead of LineBasedImporter.createParserUIInitializationData ( ImportingJob, List<JSONObject>, String ) in a client program. |
[+] affected methods: 1 (0.03%)
LineBasedImporter.createParserUIInitializationData ( ImportingJob job, List<JSONObject> fileRecords, String format )Method 'TabularImportingParserBase.createParserUIInitializationData ( ImportingJob, List<ObjectNode>, String )' will be called instead of this method in a client program.
[+] class MarcImporter 1
| Change | Effect |
---|
1 |
Method JSONObject MarcImporter.createParserUIInitializationData ( ImportingJob, List<JSONObject>, String ) has been moved up type hierarchy to ObjectNode XmlImporter.createParserUIInitializationData ( ImportingJob, List<ObjectNode>, String ). |
Method XmlImporter.createParserUIInitializationData ( ImportingJob, List<ObjectNode>, String ) will be called instead of MarcImporter.createParserUIInitializationData ( ImportingJob, List<JSONObject>, String ) in a client program. |
[+] affected methods: 1 (0.03%)
MarcImporter.createParserUIInitializationData ( ImportingJob job, List<JSONObject> fileRecords, String format )Method 'XmlImporter.createParserUIInitializationData ( ImportingJob, List<ObjectNode>, String )' will be called instead of this method in a client program.
[+] class OdsImporter 1
| Change | Effect |
---|
1 |
Method JSONObject OdsImporter.createParserUIInitializationData ( ImportingJob, List<JSONObject>, String ) has been moved up type hierarchy to ObjectNode TabularImportingParserBase.createParserUIInitializationData ( ImportingJob, List<ObjectNode>, String ). |
Method TabularImportingParserBase.createParserUIInitializationData ( ImportingJob, List<ObjectNode>, String ) will be called instead of OdsImporter.createParserUIInitializationData ( ImportingJob, List<JSONObject>, String ) in a client program. |
[+] affected methods: 1 (0.03%)
OdsImporter.createParserUIInitializationData ( ImportingJob job, List<JSONObject> fileRecords, String format )Method 'TabularImportingParserBase.createParserUIInitializationData ( ImportingJob, List<ObjectNode>, String )' will be called instead of this method in a client program.
[+] class SeparatorBasedImporter 1
| Change | Effect |
---|
1 |
Method JSONObject SeparatorBasedImporter.createParserUIInitializationData ( ImportingJob, List<JSONObject>, String ) has been moved up type hierarchy to ObjectNode TabularImportingParserBase.createParserUIInitializationData ( ImportingJob, List<ObjectNode>, String ). |
Method TabularImportingParserBase.createParserUIInitializationData ( ImportingJob, List<ObjectNode>, String ) will be called instead of SeparatorBasedImporter.createParserUIInitializationData ( ImportingJob, List<JSONObject>, String ) in a client program. |
[+] affected methods: 1 (0.03%)
SeparatorBasedImporter.createParserUIInitializationData ( ImportingJob job, List<JSONObject> fileRecords, String format )Method 'TabularImportingParserBase.createParserUIInitializationData ( ImportingJob, List<ObjectNode>, String )' will be called instead of this method in a client program.
[+] class TabularImportingParserBase 1
| Change | Effect |
---|
1 |
Method JSONObject TabularImportingParserBase.createParserUIInitializationData ( ImportingJob, List<JSONObject>, String ) has been moved up type hierarchy to ObjectNode ImportingParserBase.createParserUIInitializationData ( ImportingJob, List<ObjectNode>, String ). |
Method ImportingParserBase.createParserUIInitializationData ( ImportingJob, List<ObjectNode>, String ) will be called instead of TabularImportingParserBase.createParserUIInitializationData ( ImportingJob, List<JSONObject>, String ) in a client program. |
[+] affected methods: 1 (0.03%)
TabularImportingParserBase.createParserUIInitializationData ( ImportingJob job, List<JSONObject> fileRecords, String format )Method 'ImportingParserBase.createParserUIInitializationData ( ImportingJob, List<ObjectNode>, String )' will be called instead of this method in a client program.
[+] class WikitextImporter 1
| Change | Effect |
---|
1 |
Method JSONObject WikitextImporter.createParserUIInitializationData ( ImportingJob, List<JSONObject>, String ) has been moved up type hierarchy to ObjectNode TabularImportingParserBase.createParserUIInitializationData ( ImportingJob, List<ObjectNode>, String ). |
Method TabularImportingParserBase.createParserUIInitializationData ( ImportingJob, List<ObjectNode>, String ) will be called instead of WikitextImporter.createParserUIInitializationData ( ImportingJob, List<JSONObject>, String ) in a client program. |
[+] affected methods: 1 (0.03%)
WikitextImporter.createParserUIInitializationData ( ImportingJob job, List<JSONObject> fileRecords, String format )Method 'TabularImportingParserBase.createParserUIInitializationData ( ImportingJob, List<ObjectNode>, String )' will be called instead of this method in a client program.
[+] class XmlImporter 1
| Change | Effect |
---|
1 |
Method JSONObject XmlImporter.createParserUIInitializationData ( ImportingJob, List<JSONObject>, String ) has been moved up type hierarchy to ObjectNode tree.TreeImportingParserBase.createParserUIInitializationData ( ImportingJob, List<ObjectNode>, String ). |
Method tree.TreeImportingParserBase.createParserUIInitializationData ( ImportingJob, List<ObjectNode>, String ) will be called instead of XmlImporter.createParserUIInitializationData ( ImportingJob, List<JSONObject>, String ) in a client program. |
[+] affected methods: 1 (0.03%)
XmlImporter.createParserUIInitializationData ( ImportingJob job, List<JSONObject> fileRecords, String format )Method 'tree.TreeImportingParserBase.createParserUIInitializationData ( ImportingJob, List<ObjectNode>, String )' will be called instead of this method in a client program.
openrefine-3.1.jar
package com.google.refine.importers.tree
[+] class TreeImportingParserBase 1
| Change | Effect |
---|
1 |
Method JSONObject TreeImportingParserBase.createParserUIInitializationData ( ImportingJob, List<JSONObject>, String ) has been moved up type hierarchy to ObjectNode com.google.refine.importers.ImportingParserBase.createParserUIInitializationData ( ImportingJob, List<ObjectNode>, String ). |
Method com.google.refine.importers.ImportingParserBase.createParserUIInitializationData ( ImportingJob, List<ObjectNode>, String ) will be called instead of TreeImportingParserBase.createParserUIInitializationData ( ImportingJob, List<JSONObject>, String ) in a client program. |
[+] affected methods: 1 (0.03%)
TreeImportingParserBase.createParserUIInitializationData ( ImportingJob job, List<JSONObject> fileRecords, String format )Method 'com.google.refine.importers.ImportingParserBase.createParserUIInitializationData ( ImportingJob, List<ObjectNode>, String )' will be called instead of this method in a client program.
openrefine-3.1.jar
package com.google.refine.preference
[+] class PreferenceStore 1
| Change | Effect |
---|
1 |
Field USER_NAME of type java.lang.String with the compile-time constant value "username" has been removed from this class. |
A client program may change behavior. |
[+] affected methods: 31 (0.9%)
PreferenceStore.PreferenceStore ( )This constructor is from 'PreferenceStore' class.
PreferenceStore.get ( String key )This method is from 'PreferenceStore' class.
PreferenceStore.getKeys ( )This method is from 'PreferenceStore' class.
PreferenceStore.isDirty ( )This method is from 'PreferenceStore' class.
PreferenceStore.put ( String key, Object value )This method is from 'PreferenceStore' class.
com.google.refine.ProjectManager.ProjectManager ( )Field 'this._preferenceStore' in the object of this method is of type 'PreferenceStore'.
com.google.refine.ProjectManager.addLatestExpression ( String s )Field 'this._preferenceStore' in the object of this method is of type 'PreferenceStore'.
com.google.refine.ProjectManager.deleteProject ( long p1 )Field 'this._preferenceStore' in the object of this abstract method is of type 'PreferenceStore'.
com.google.refine.ProjectManager.deleteProject ( Project project )Field 'this._preferenceStore' in the object of this method is of type 'PreferenceStore'.
com.google.refine.ProjectManager.dispose ( )Field 'this._preferenceStore' in the object of this method is of type 'PreferenceStore'.
...
[+] class TopList 2
| Change | Effect |
---|
1 |
Field _list became non-final. |
Old value of the field will be inlined to the client code at compile-time and will be used instead of a new one. |
2 |
Field _top became non-final. |
Old value of the field will be inlined to the client code at compile-time and will be used instead of a new one. |
[+] affected methods: 5 (0.1%)
TopList.TopList ( int top )This constructor is from 'TopList' class.
TopList.add ( String element )This method is from 'TopList' class.
TopList.getList ( )This method is from 'TopList' class.
TopList.iterator ( )This method is from 'TopList' class.
TopList.remove ( String element )This method is from 'TopList' class.
to the top
Problems with Methods, Low Severity 13
openrefine-3.1.jar,
ColumnGroup.class
package com.google.refine.model
[+] ColumnGroup.load ( String s ) [static] : ColumnGroup 2
com/google/refine/model/ColumnGroup.load:(Ljava/lang/String;)Lcom/google/refine/model/ColumnGroup;
| Change | Effect |
---|
1 |
Added java.io.IOException exception thrown. |
A client program may be interrupted by added exception. |
2 |
Removed java.lang.Exception exception thrown. |
A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
openrefine-3.1.jar,
Command.class
package com.google.refine.commands
[+] Command.getEngineConfig ( HttpServletRequest request ) [static] : EngineConfig 1
com/google/refine/commands/Command.getEngineConfig:(Ljavax/servlet/http/HttpServletRequest;)Lcom/google/refine/browsing/EngineConfig;
| Change | Effect |
---|
1 |
Removed org.json.JSONException exception thrown. |
A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] Command.respond ( HttpServletResponse response, String status, String message ) [static] : void 1
com/google/refine/commands/Command.respond:(Ljavax/servlet/http/HttpServletResponse;Ljava/lang/String;Ljava/lang/String;)V
| Change | Effect |
---|
1 |
Removed org.json.JSONException exception thrown. |
A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
openrefine-3.1.jar,
Engine.class
package com.google.refine.browsing
[+] Engine.computeFacets ( ) : void 1
com/google/refine/browsing/Engine.computeFacets:()V
| Change | Effect |
---|
1 |
Removed org.json.JSONException exception thrown. |
A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
openrefine-3.1.jar,
ExtendDataProcess.class
package com.google.refine.operations.recon
[+] ExtendDataOperation.ExtendDataProcess.ExtendDataOperation.ExtendDataProcess ( ExtendDataOperation project, Project engineConfig, EngineConfig description, String p4 ) 1
com/google/refine/operations/recon/ExtendDataOperation.ExtendDataProcess."<init>":(Lcom/google/refine/operations/recon/ExtendDataOperation;Lcom/google/refine/model/Project;Lcom/google/refine/browsing/EngineConfig;Ljava/lang/String;)V
| Change | Effect |
---|
1 |
Removed org.json.JSONException exception thrown. |
A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
openrefine-3.1.jar,
FileProjectManager.class
package com.google.refine.io
[+] FileProjectManager.saveToFile ( File file ) : boolean 1
com/google/refine/io/FileProjectManager.saveToFile:(Ljava/io/File;)Z
| Change | Effect |
---|
1 |
Removed org.json.JSONException exception thrown. |
A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
openrefine-3.1.jar,
GuessTypesOfColumnCommand.class
package com.google.refine.commands.recon
[+] GuessTypesOfColumnCommand.guessTypes ( Project project, Column column, String serviceUrl ) : List<GuessTypesOfColumnCommand.TypeGroup> 1
com/google/refine/commands/recon/GuessTypesOfColumnCommand.guessTypes:(Lcom/google/refine/model/Project;Lcom/google/refine/model/Column;Ljava/lang/String;)Ljava/util/List;
| Change | Effect |
---|
1 |
Removed org.json.JSONException exception thrown. |
A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
openrefine-3.1.jar,
HistoryEntry.class
package com.google.refine.history
[+] HistoryEntry.load ( Project project, String s ) [static] : HistoryEntry 2
com/google/refine/history/HistoryEntry.load:(Lcom/google/refine/model/Project;Ljava/lang/String;)Lcom/google/refine/history/HistoryEntry;
| Change | Effect |
---|
1 |
Added java.io.IOException exception thrown. |
A client program may be interrupted by added exception. |
2 |
Removed java.lang.Exception exception thrown. |
A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
openrefine-3.1.jar,
InterProjectModel.class
package com.google.refine
[+] InterProjectModel.computeJoin ( InterProjectModel.ProjectJoin join ) : void 1
com/google/refine/InterProjectModel.computeJoin:(Lcom/google/refine/InterProjectModel$ProjectJoin;)V
| Change | Effect |
---|
1 |
Added util.JoinException exception thrown. |
A client program may be interrupted by added exception. |
openrefine-3.1.jar,
PreviewExpressionCommand.class
package com.google.refine.commands.expr
[+] PreviewExpressionCommand.writeValue ( StringBuffer sb, Object v, boolean quote ) [static] : void 1
com/google/refine/commands/expr/PreviewExpressionCommand.writeValue:(Ljava/lang/StringBuffer;Ljava/lang/Object;Z)V
| Change | Effect |
---|
1 |
Removed org.json.JSONException exception thrown. |
A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
openrefine-3.1.jar,
ProjectManager.class
package com.google.refine
[+] ProjectManager.getProjectID ( String name ) : long 1
com/google/refine/ProjectManager.getProjectID:(Ljava/lang/String;)J
| Change | Effect |
---|
1 |
Added util.GetProjectIDException exception thrown. |
A client program may be interrupted by added exception. |
to the top
Other Changes in Data Types 25
openrefine-3.1.jar
package com.google.refine.browsing.facets
[+] class ListFacet 1
| Change | Effect |
---|
1 |
Field ERR_TOO_MANY_CHOICES has been added to this class. |
No effect. |
[+] affected methods: 9 (0.3%)
ListFacet.ListFacet ( )This constructor is from 'ListFacet' class.
ListFacet.computeChoices ( Project project, FilteredRecords filteredRecords )This method is from 'ListFacet' class.
ListFacet.computeChoices ( Project project, FilteredRows filteredRows )This method is from 'ListFacet' class.
ListFacet.createMatches ( )This method is from 'ListFacet' class.
ListFacet.getLimit ( )This method is from 'ListFacet' class.
ListFacet.getRecordFilter ( Project project )This method is from 'ListFacet' class.
ListFacet.getRowFilter ( Project project )This method is from 'ListFacet' class.
ListFacet.initializeFromConfig ( ListFacet.ListFacetConfig config, Project project )This method is from 'ListFacet' class.
ListFacet.postProcessGrouper ( ExpressionNominalValueGrouper grouper )This method is from 'ListFacet' class.
[+] class RangeFacet 1
| Change | Effect |
---|
1 |
Field ERR_NO_NUMERIC_VALUE_PRESENT has been added to this class. |
No effect. |
[+] affected methods: 10 (0.3%)
RangeFacet.RangeFacet ( )This constructor is from 'RangeFacet' class.
RangeFacet.computeChoices ( Project project, FilteredRecords filteredRecords )This method is from 'RangeFacet' class.
RangeFacet.computeChoices ( Project project, FilteredRows filteredRows )This method is from 'RangeFacet' class.
RangeFacet.getRecordFilter ( Project project )This method is from 'RangeFacet' class.
RangeFacet.getRowEvaluable ( Project project )This method is from 'RangeFacet' class.
RangeFacet.getRowFilter ( Project project )This method is from 'RangeFacet' class.
RangeFacet.initializeFromConfig ( RangeFacet.RangeFacetConfig config, Project project )This method is from 'RangeFacet' class.
RangeFacet.RangeFacetConfig.apply ( Project project )Return value of this method is of type 'RangeFacet'.
RangeFacet.retrieveDataFromBaseBinIndex ( NumericBinIndex index )This method is from 'RangeFacet' class.
RangeFacet.retrieveDataFromBinner ( ExpressionNumericValueBinner binner )This method is from 'RangeFacet' class.
[+] interface FacetConfig 1
| Change | Effect |
---|
1 |
Abstract method String getJsonType ( ) has been added to this interface. |
No effect. |
[+] affected methods: 1 (0.03%)
FacetConfig.apply ( Project p1 )This abstract method is from 'FacetConfig' interface.
openrefine-3.1.jar
package com.google.refine.commands.row
[+] class GetRowsCommand.RowWritingVisitor 1
| Change | Effect |
---|
1 |
Field results has been added to this class. |
No effect. |
[+] affected methods: 6 (0.2%)
GetRowsCommand.RowWritingVisitor.end ( Project project )This method is from 'GetRowsCommand.RowWritingVisitor' class.
GetRowsCommand.RowWritingVisitor.internalVisit ( Project project, int rowIndex, Row row )This method is from 'GetRowsCommand.RowWritingVisitor' class.
GetRowsCommand.RowWritingVisitor.internalVisit ( Project project, Record record )This method is from 'GetRowsCommand.RowWritingVisitor' class.
GetRowsCommand.RowWritingVisitor.start ( Project project )This method is from 'GetRowsCommand.RowWritingVisitor' class.
GetRowsCommand.RowWritingVisitor.visit ( Project project, int rowIndex, Row row )This method is from 'GetRowsCommand.RowWritingVisitor' class.
GetRowsCommand.RowWritingVisitor.visit ( Project project, Record record )This method is from 'GetRowsCommand.RowWritingVisitor' class.
openrefine-3.1.jar
package com.google.refine.exporters
[+] interface TabularSerializer 1
| Change | Effect |
---|
1 |
Abstract method void startFile ( JsonNode ) has been added to this interface. |
No effect. |
[+] affected methods: 3 (0.1%)
CustomizableTabularExporterUtilities.exportRows ( Project project, Engine engine, Properties params, TabularSerializer serializer )4th parameter 'serializer' of this method is of type 'TabularSerializer'.
TabularSerializer.addRow ( List<TabularSerializer.CellData> p1, boolean p2 )This abstract method is from 'TabularSerializer' interface.
TabularSerializer.endFile ( )This abstract method is from 'TabularSerializer' interface.
openrefine-3.1.jar
package com.google.refine.grel
[+] interface Control 2
| Change | Effect |
---|
1 |
Abstract method String getDescription ( ) has been added to this interface. |
No effect. |
2 |
Abstract method String getReturns ( ) has been added to this interface. |
No effect. |
[+] affected methods: 8 (0.2%)
ast.ControlCallExpr.ControlCallExpr ( Evaluable[ ] args, Control c )2nd parameter 'c' of this method is of type 'Control'.
ast.ControlCallExpr.evaluate ( Properties bindings )Field 'this._control' in the object of this method is of type 'Control'.
ast.ControlCallExpr.toString ( )Field 'this._control' in the object of this method is of type 'Control'.
Control.call ( Properties p1, Evaluable[ ] p2 )This abstract method is from 'Control' interface.
Control.checkArguments ( Evaluable[ ] p1 )This abstract method is from 'Control' interface.
ControlFunctionRegistry.getControl ( String name )Return value of this method is of type 'Control'.
ControlFunctionRegistry.getControlName ( Control f )1st parameter 'f' of this method is of type 'Control'.
ControlFunctionRegistry.registerControl ( String name, Control c )2nd parameter 'c' of this method is of type 'Control'.
[+] interface Function 2
| Change | Effect |
---|
1 |
Abstract method String getDescription ( ) has been added to this interface. |
No effect. |
2 |
Abstract method String getReturns ( ) has been added to this interface. |
No effect. |
[+] affected methods: 7 (0.2%)
ast.FunctionCallExpr.FunctionCallExpr ( Evaluable[ ] args, Function f )2nd parameter 'f' of this method is of type 'Function'.
ast.FunctionCallExpr.evaluate ( Properties bindings )Field 'this._function' in the object of this method is of type 'Function'.
ast.FunctionCallExpr.toString ( )Field 'this._function' in the object of this method is of type 'Function'.
ControlFunctionRegistry.getFunction ( String name )Return value of this method is of type 'Function'.
ControlFunctionRegistry.getFunctionName ( Function f )1st parameter 'f' of this method is of type 'Function'.
ControlFunctionRegistry.registerFunction ( String name, Function f )2nd parameter 'f' of this method is of type 'Function'.
Function.call ( Properties p1, Object[ ] p2 )This abstract method is from 'Function' interface.
openrefine-3.1.jar
package com.google.refine.importing
[+] interface ImportingParser 1
| Change | Effect |
---|
1 |
Abstract method void parse ( Project, ProjectMetadata, ImportingJob, List<ObjectNode>, String, int, ObjectNode, List<Exception> ) has been added to this interface. |
No effect. |
[+] affected methods: 2 (0.1%)
ImportingManager.registerFormat ( String format, String label, String uiClass, ImportingParser parser )4th parameter 'parser' of this method is of type 'ImportingParser'.
ImportingManager.registerFormat ( String format, String label, boolean download, String uiClass, ImportingParser parser )5th parameter 'parser' of this method is of type 'ImportingParser'.
[+] interface UrlRewriter 1
| Change | Effect |
---|
1 |
Abstract method UrlRewriter.Result rewrite ( String ) has been added to this interface. |
No effect. |
[+] affected methods: 1 (0.03%)
ImportingManager.registerUrlRewriter ( UrlRewriter urlRewriter )1st parameter 'urlRewriter' of this method is of type 'UrlRewriter'.
openrefine-3.1.jar
package com.google.refine.model.changes
[+] class ColumnReorderChange 2
| Change | Effect |
---|
1 |
Field _oldCells has been added to this class. |
No effect. |
2 |
Field _removedColumns has been added to this class. |
No effect. |
[+] affected methods: 5 (0.1%)
ColumnReorderChange.ColumnReorderChange ( List<String> columnNames )This constructor is from 'ColumnReorderChange' class.
ColumnReorderChange.apply ( Project project )This method is from 'ColumnReorderChange' class.
ColumnReorderChange.load ( LineNumberReader reader, Pool pool )This method is from 'ColumnReorderChange' class.
ColumnReorderChange.revert ( Project project )This method is from 'ColumnReorderChange' class.
ColumnReorderChange.save ( Writer writer, Properties options )This method is from 'ColumnReorderChange' class.
openrefine-3.1.jar
package com.google.refine.model.recon
[+] class ReconConfig 1
| Change | Effect |
---|
1 |
Abstract method String getMode ( ) has been added to this class. |
No effect. |
[+] affected methods: 21 (0.6%)
com.google.refine.model.changes.ReconChange.ReconChange ( CellChange[ ] cellChanges, String commonColumnName, ReconConfig newReconConfig, ReconStats newReconStats )3rd parameter 'newReconConfig' of this method is of type 'ReconConfig'.
com.google.refine.model.changes.ReconChange.ReconChange ( CellChange cellChange, String commonColumnName, ReconConfig newReconConfig, ReconStats newReconStats )3rd parameter 'newReconConfig' of this method is of type 'ReconConfig'.
com.google.refine.model.changes.ReconChange.ReconChange ( List<CellChange> cellChanges, String commonColumnName, ReconConfig newReconConfig, ReconStats newReconStats )3rd parameter 'newReconConfig' of this method is of type 'ReconConfig'.
com.google.refine.model.changes.ReconChange.apply ( Project project )Field 'this._newReconConfig' in the object of this method is of type 'ReconConfig'.
com.google.refine.model.changes.ReconChange.load ( LineNumberReader reader, Pool pool )Field 'this._newReconConfig' in the object of this method is of type 'ReconConfig'.
com.google.refine.model.changes.ReconChange.revert ( Project project )Field 'this._newReconConfig' in the object of this method is of type 'ReconConfig'.
com.google.refine.model.changes.ReconChange.save ( Writer writer, Properties options )Field 'this._newReconConfig' in the object of this method is of type 'ReconConfig'.
com.google.refine.model.Column.getReconConfig ( )Return value of this method is of type 'ReconConfig'.
com.google.refine.model.Column.setReconConfig ( ReconConfig config )1st parameter 'config' of this method is of type 'ReconConfig'.
ReconConfig.ReconConfig ( )This constructor is from 'ReconConfig' abstract class.
...
openrefine-3.1.jar
package com.google.refine.operations.recon
[+] class ReconOperation.ReconProcess 4
| Change | Effect |
---|
1 |
Field _addJudgmentFacet has been added to this class. |
No effect. |
2 |
Field _addJudgmentFacetJson has been added to this class. |
No effect. |
3 |
Field _addScoreFacet has been added to this class. |
No effect. |
4 |
Field _addScoreFacetJson has been added to this class. |
No effect. |
[+] affected methods: 4 (0.1%)
ReconOperation.ReconProcess.ReconOperation.ReconProcess ( ReconOperation project, Project engineConfig, EngineConfig description, String p4 )This constructor is from 'ReconOperation.ReconProcess' class.
ReconOperation.ReconProcess.getRunnable ( )This method is from 'ReconOperation.ReconProcess' class.
ReconOperation.ReconProcess.populateEntries ( )This method is from 'ReconOperation.ReconProcess' class.
ReconOperation.ReconProcess.run ( )This method is from 'ReconOperation.ReconProcess' class.
openrefine-3.1.jar
package com.google.refine.sorting
[+] class Criterion 1
| Change | Effect |
---|
1 |
Abstract method String getValueType ( ) has been added to this class. |
No effect. |
[+] affected methods: 6 (0.2%)
BaseSorter.makeKey ( Project p1, Criterion.KeyMaker p2, Criterion p3, Object p4, int p5 )3rd parameter 'p3' of this abstract method is of type 'Criterion'.
Criterion.Criterion ( )This constructor is from 'Criterion' abstract class.
Criterion.createKeyMaker ( )This abstract method is from 'Criterion' abstract class.
Criterion.KeyMaker.Criterion.KeyMaker ( Criterion p1 )1st parameter 'p1' of this method is of type 'Criterion'.
SortingRecordVisitor.makeKey ( Project project, Criterion.KeyMaker keyMaker, Criterion c, Object o, int index )3rd parameter 'c' of this method is of type 'Criterion'.
SortingRowVisitor.makeKey ( Project project, Criterion.KeyMaker keyMaker, Criterion c, Object o, int index )3rd parameter 'c' of this method is of type 'Criterion'.
openrefine-3.1.jar
package com.google.refine.util
[+] class ParsingUtilities 6
| Change | Effect |
---|
1 |
Field defaultFilters has been added to this class. |
No effect. |
2 |
Field defaultWriter has been added to this class. |
No effect. |
3 |
Field jsonFactory has been added to this class. |
No effect. |
4 |
Field mapper has been added to this class. |
No effect. |
5 |
Field saveFilters has been added to this class. |
No effect. |
6 |
Field saveWriter has been added to this class. |
No effect. |
[+] affected methods: 17 (0.5%)
ParsingUtilities.ParsingUtilities ( )This constructor is from 'ParsingUtilities' class.
ParsingUtilities.calendarToOffsetDateTime ( Calendar calendar )This method is from 'ParsingUtilities' class.
ParsingUtilities.dateToString ( OffsetDateTime d )This method is from 'ParsingUtilities' class.
ParsingUtilities.decode ( String s )This method is from 'ParsingUtilities' class.
ParsingUtilities.encode ( String s )This method is from 'ParsingUtilities' class.
ParsingUtilities.inputStreamToString ( InputStream is )This method is from 'ParsingUtilities' class.
ParsingUtilities.inputStreamToString ( InputStream is, String encoding )This method is from 'ParsingUtilities' class.
ParsingUtilities.instantToLocalDateTimeString ( Instant instant )This method is from 'ParsingUtilities' class.
ParsingUtilities.instantToString ( Instant instant )This method is from 'ParsingUtilities' class.
ParsingUtilities.localDateToString ( LocalDateTime d )This method is from 'ParsingUtilities' class.
...
to the top
Java Archives 1
openrefine-3.1.jar
to the top
Test Info
Library Name | openlibrary |
Version #1 | 3.1 |
Version #2 | 3.2 |
Subject | Source Compatibility |
Test Results
Total Java Modules | 1 |
Total Methods / Classes | 3339 / 629 |
Compatibility |
44.3% |
Problem Summary
| Severity | Count |
Added Methods | - | 865 |
Removed Methods | High | 580 |
Problems with Data Types | High | 126 |
Medium | 1 |
Low | 0 |
Problems with Methods | High | 1 |
Medium | 37 |
Low | 0 |
Other Changes in Data Types | - | 17 |
Added Methods 865
openrefine-3.2.jar,
Abs.class
package com.google.refine.expr.functions.math
Abs.getDescription ( ) : String
com/google/refine/expr/functions/math/Abs.getDescription:()Ljava/lang/String;
Abs.getParams ( ) : String
com/google/refine/expr/functions/math/Abs.getParams:()Ljava/lang/String;
Abs.getReturns ( ) : String
com/google/refine/expr/functions/math/Abs.getReturns:()Ljava/lang/String;
openrefine-3.2.jar,
AbstractOperation.class
package com.google.refine.model
AbstractOperation.getJsonDescription ( ) : String
com/google/refine/model/AbstractOperation.getJsonDescription:()Ljava/lang/String;
AbstractOperation.getOperationId ( ) : String
com/google/refine/model/AbstractOperation.getOperationId:()Ljava/lang/String;
openrefine-3.2.jar,
ACos.class
package com.google.refine.expr.functions.math
ACos.getDescription ( ) : String
com/google/refine/expr/functions/math/ACos.getDescription:()Ljava/lang/String;
ACos.getParams ( ) : String
com/google/refine/expr/functions/math/ACos.getParams:()Ljava/lang/String;
ACos.getReturns ( ) : String
com/google/refine/expr/functions/math/ACos.getReturns:()Ljava/lang/String;
openrefine-3.2.jar,
AllProjectMetadata.class
package com.google.refine.commands.workspace
GetAllProjectMetadataCommand.AllProjectMetadata.GetAllProjectMetadataCommand.AllProjectMetadata ( Map<Long,ProjectMetadata> map, String json )
com/google/refine/commands/workspace/GetAllProjectMetadataCommand.AllProjectMetadata."<init>":(Ljava/util/Map;Ljava/lang/String;)V
openrefine-3.2.jar,
AllProjectsTags.class
package com.google.refine.commands.workspace
GetAllProjectTagsCommand.AllProjectsTags.GetAllProjectTagsCommand.AllProjectsTags ( Set<String> tags )
com/google/refine/commands/workspace/GetAllProjectTagsCommand.AllProjectsTags."<init>":(Ljava/util/Set;)V
openrefine-3.2.jar,
And.class
package com.google.refine.expr.functions.booleans
And.getDescription ( ) : String
com/google/refine/expr/functions/booleans/And.getDescription:()Ljava/lang/String;
And.getParams ( ) : String
com/google/refine/expr/functions/booleans/And.getParams:()Ljava/lang/String;
And.getReturns ( ) : String
com/google/refine/expr/functions/booleans/And.getReturns:()Ljava/lang/String;
openrefine-3.2.jar,
ApplyOperationsCommand.class
package com.google.refine.commands.history
ApplyOperationsCommand.reconstructOperation ( Project project, ObjectNode obj ) : void
com/google/refine/commands/history/ApplyOperationsCommand.reconstructOperation:(Lcom/google/refine/model/Project;Lcom/fasterxml/jackson/databind/node/ObjectNode;)V
openrefine-3.2.jar,
ArgsToArray.class
package com.google.refine.expr.functions.arrays
ArgsToArray.getDescription ( ) : String
com/google/refine/expr/functions/arrays/ArgsToArray.getDescription:()Ljava/lang/String;
ArgsToArray.getParams ( ) : String
com/google/refine/expr/functions/arrays/ArgsToArray.getParams:()Ljava/lang/String;
ArgsToArray.getReturns ( ) : String
com/google/refine/expr/functions/arrays/ArgsToArray.getReturns:()Ljava/lang/String;
openrefine-3.2.jar,
ASin.class
package com.google.refine.expr.functions.math
ASin.getDescription ( ) : String
com/google/refine/expr/functions/math/ASin.getDescription:()Ljava/lang/String;
ASin.getParams ( ) : String
com/google/refine/expr/functions/math/ASin.getParams:()Ljava/lang/String;
ASin.getReturns ( ) : String
com/google/refine/expr/functions/math/ASin.getReturns:()Ljava/lang/String;
openrefine-3.2.jar,
ATan.class
package com.google.refine.expr.functions.math
ATan.getDescription ( ) : String
com/google/refine/expr/functions/math/ATan.getDescription:()Ljava/lang/String;
ATan.getParams ( ) : String
com/google/refine/expr/functions/math/ATan.getParams:()Ljava/lang/String;
ATan.getReturns ( ) : String
com/google/refine/expr/functions/math/ATan.getReturns:()Ljava/lang/String;
openrefine-3.2.jar,
ATan2.class
package com.google.refine.expr.functions.math
ATan2.getDescription ( ) : String
com/google/refine/expr/functions/math/ATan2.getDescription:()Ljava/lang/String;
ATan2.getParams ( ) : String
com/google/refine/expr/functions/math/ATan2.getParams:()Ljava/lang/String;
ATan2.getReturns ( ) : String
com/google/refine/expr/functions/math/ATan2.getReturns:()Ljava/lang/String;
openrefine-3.2.jar,
BaseSorter.class
package com.google.refine.sorting
BaseSorter.initializeFromConfig ( Project project, SortingConfig config ) : void
com/google/refine/sorting/BaseSorter.initializeFromConfig:(Lcom/google/refine/model/Project;Lcom/google/refine/sorting/SortingConfig;)V
openrefine-3.2.jar,
BinningClusterer.class
package com.google.refine.clustering.binning
BinningClusterer.entryToMap ( Map.Entry<String,Integer> entry ) [static] : Map<String,Object>
com/google/refine/clustering/binning/BinningClusterer.entryToMap:(Ljava/util/Map$Entry;)Ljava/util/Map;
BinningClusterer.getJsonRepresentation ( ) : List<List<ClusteredEntry>>
com/google/refine/clustering/binning/BinningClusterer.getJsonRepresentation:()Ljava/util/List;
openrefine-3.2.jar,
BinningClustererConfig.class
package com.google.refine.clustering.binning
BinningClusterer.BinningClustererConfig.getKeyerName ( ) : String
com/google/refine/clustering/binning/BinningClusterer.BinningClustererConfig.getKeyerName:()Ljava/lang/String;
BinningClusterer.BinningClustererConfig.getType ( ) : String
com/google/refine/clustering/binning/BinningClusterer.BinningClustererConfig.getType:()Ljava/lang/String;
BinningClusterer.BinningClustererConfig.setKeyer ( String keyerName ) : void
com/google/refine/clustering/binning/BinningClusterer.BinningClustererConfig.setKeyer:(Ljava/lang/String;)V
BinningClusterer.BinningClustererConfig.setParameters ( BinningClusterer.BinningParameters params ) : void
com/google/refine/clustering/binning/BinningClusterer.BinningClustererConfig.setParameters:(Lcom/google/refine/clustering/binning/BinningClusterer$BinningParameters;)V
openrefine-3.2.jar,
BooleanCriterion.class
package com.google.refine.sorting
BooleanCriterion.getValueType ( ) : String
com/google/refine/sorting/BooleanCriterion.getValueType:()Ljava/lang/String;
openrefine-3.2.jar,
Ceil.class
package com.google.refine.expr.functions.math
Ceil.getDescription ( ) : String
com/google/refine/expr/functions/math/Ceil.getDescription:()Ljava/lang/String;
Ceil.getParams ( ) : String
com/google/refine/expr/functions/math/Ceil.getParams:()Ljava/lang/String;
Ceil.getReturns ( ) : String
com/google/refine/expr/functions/math/Ceil.getReturns:()Ljava/lang/String;
openrefine-3.2.jar,
Cell.class
package com.google.refine.model
Cell.deserialize ( Object value, String type, String reconId, String error, Pool pool ) [static] : Cell
com/google/refine/model/Cell.deserialize:(Ljava/lang/Object;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/google/refine/util/Pool;)Lcom/google/refine/model/Cell;
Cell.getErrorMessage ( ) : String
com/google/refine/model/Cell.getErrorMessage:()Ljava/lang/String;
Cell.getReconIdString ( ) : String
com/google/refine/model/Cell.getReconIdString:()Ljava/lang/String;
Cell.getTypeString ( ) : String
com/google/refine/model/Cell.getTypeString:()Ljava/lang/String;
Cell.getValue ( ) : Object
com/google/refine/model/Cell.getValue:()Ljava/lang/Object;
openrefine-3.2.jar,
CellAtRowCellIndex.class
package com.google.refine.model.changes
CellAtRowCellIndex.CellAtRowCellIndex ( int row, int cellIndex, Cell cell )
com/google/refine/model/changes/CellAtRowCellIndex."<init>":(IILcom/google/refine/model/Cell;)V
CellAtRowCellIndex.load ( String s, Pool pool ) [static] : CellAtRowCellIndex
com/google/refine/model/changes/CellAtRowCellIndex.load:(Ljava/lang/String;Lcom/google/refine/util/Pool;)Lcom/google/refine/model/changes/CellAtRowCellIndex;
CellAtRowCellIndex.save ( Writer writer, Properties options ) : void
com/google/refine/model/changes/CellAtRowCellIndex.save:(Ljava/io/Writer;Ljava/util/Properties;)V
openrefine-3.2.jar,
CellResponse.class
package com.google.refine.commands.recon
ReconClearOneCellCommand.CellResponse.ReconClearOneCellCommand.CellResponse ( HistoryEntry historyEntry, Cell newCell, Pool newPool )
com/google/refine/commands/recon/ReconClearOneCellCommand.CellResponse."<init>":(Lcom/google/refine/history/HistoryEntry;Lcom/google/refine/model/Cell;Lcom/google/refine/util/Pool;)V
openrefine-3.2.jar,
Chomp.class
package com.google.refine.expr.functions.strings
Chomp.getDescription ( ) : String
com/google/refine/expr/functions/strings/Chomp.getDescription:()Ljava/lang/String;
Chomp.getParams ( ) : String
com/google/refine/expr/functions/strings/Chomp.getParams:()Ljava/lang/String;
Chomp.getReturns ( ) : String
com/google/refine/expr/functions/strings/Chomp.getReturns:()Ljava/lang/String;
openrefine-3.2.jar,
ClusteredEntry.class
package com.google.refine.clustering
ClusteredEntry.ClusteredEntry ( Serializable value, int count )
com/google/refine/clustering/ClusteredEntry."<init>":(Ljava/io/Serializable;I)V
openrefine-3.2.jar,
ClustererConfig.class
package com.google.refine.clustering
ClustererConfig.getType ( ) [abstract] : String
com/google/refine/clustering/ClustererConfig.getType:()Ljava/lang/String;
ClustererConfig.setColumnName ( String name ) : void
com/google/refine/clustering/ClustererConfig.setColumnName:(Ljava/lang/String;)V
openrefine-3.2.jar,
Coalesce.class
package com.google.refine.expr.functions
Coalesce.getDescription ( ) : String
com/google/refine/expr/functions/Coalesce.getDescription:()Ljava/lang/String;
Coalesce.getParams ( ) : String
com/google/refine/expr/functions/Coalesce.getParams:()Ljava/lang/String;
Coalesce.getReturns ( ) : String
com/google/refine/expr/functions/Coalesce.getReturns:()Ljava/lang/String;
openrefine-3.2.jar,
Column.class
package com.google.refine.model
Column.getConstraintsString ( ) : String
com/google/refine/model/Column.getConstraintsString:()Ljava/lang/String;
Column.setConstraintsJson ( String json ) : void
com/google/refine/model/Column.setConstraintsJson:(Ljava/lang/String;)V
openrefine-3.2.jar,
ColumnAdditionByFetchingURLsOperation.class
package com.google.refine.operations.column
ColumnAdditionByFetchingURLsOperation.ColumnAdditionByFetchingURLsOperation ( EngineConfig engineConfig, String baseColumnName, String urlExpression, OnError onError, String newColumnName, int columnInsertIndex, int delay, boolean cacheResponses, List<ColumnAdditionByFetchingURLsOperation.HttpHeader> httpHeadersJson )
com/google/refine/operations/column/ColumnAdditionByFetchingURLsOperation."<init>":(Lcom/google/refine/browsing/EngineConfig;Ljava/lang/String;Ljava/lang/String;Lcom/google/refine/operations/OnError;Ljava/lang/String;IIZLjava/util/List;)V
ColumnAdditionByFetchingURLsOperation.getBaseColumnName ( ) : String
com/google/refine/operations/column/ColumnAdditionByFetchingURLsOperation.getBaseColumnName:()Ljava/lang/String;
ColumnAdditionByFetchingURLsOperation.getCacheResponses ( ) : boolean
com/google/refine/operations/column/ColumnAdditionByFetchingURLsOperation.getCacheResponses:()Z
ColumnAdditionByFetchingURLsOperation.getColumnInsertIndex ( ) : int
com/google/refine/operations/column/ColumnAdditionByFetchingURLsOperation.getColumnInsertIndex:()I
ColumnAdditionByFetchingURLsOperation.getDelay ( ) : int
com/google/refine/operations/column/ColumnAdditionByFetchingURLsOperation.getDelay:()I
ColumnAdditionByFetchingURLsOperation.getHttpHeadersJson ( ) : List<ColumnAdditionByFetchingURLsOperation.HttpHeader>
com/google/refine/operations/column/ColumnAdditionByFetchingURLsOperation.getHttpHeadersJson:()Ljava/util/List;
ColumnAdditionByFetchingURLsOperation.getNewColumnName ( ) : String
com/google/refine/operations/column/ColumnAdditionByFetchingURLsOperation.getNewColumnName:()Ljava/lang/String;
ColumnAdditionByFetchingURLsOperation.getOnError ( ) : OnError
com/google/refine/operations/column/ColumnAdditionByFetchingURLsOperation.getOnError:()Lcom/google/refine/operations/OnError;
ColumnAdditionByFetchingURLsOperation.getUrlExpression ( ) : String
com/google/refine/operations/column/ColumnAdditionByFetchingURLsOperation.getUrlExpression:()Ljava/lang/String;
openrefine-3.2.jar,
ColumnAdditionByFetchingURLsProcess.class
package com.google.refine.operations.column
ColumnAdditionByFetchingURLsOperation.ColumnAdditionByFetchingURLsProcess.ColumnAdditionByFetchingURLsOperation.ColumnAdditionByFetchingURLsProcess ( ColumnAdditionByFetchingURLsOperation project, Project engine, Engine eval, Evaluable description, String cacheResponses, boolean p6 )
com/google/refine/operations/column/ColumnAdditionByFetchingURLsOperation.ColumnAdditionByFetchingURLsProcess."<init>":(Lcom/google/refine/operations/column/ColumnAdditionByFetchingURLsOperation;Lcom/google/refine/model/Project;Lcom/google/refine/browsing/Engine;Lcom/google/refine/expr/Evaluable;Ljava/lang/String;Z)V
openrefine-3.2.jar,
ColumnAdditionOperation.class
package com.google.refine.operations.column
ColumnAdditionOperation.getBaseColumnName ( ) : String
com/google/refine/operations/column/ColumnAdditionOperation.getBaseColumnName:()Ljava/lang/String;
ColumnAdditionOperation.getColumnInsertIndex ( ) : int
com/google/refine/operations/column/ColumnAdditionOperation.getColumnInsertIndex:()I
ColumnAdditionOperation.getExpression ( ) : String
com/google/refine/operations/column/ColumnAdditionOperation.getExpression:()Ljava/lang/String;
ColumnAdditionOperation.getNewColumnName ( ) : String
com/google/refine/operations/column/ColumnAdditionOperation.getNewColumnName:()Ljava/lang/String;
ColumnAdditionOperation.getOnError ( ) : OnError
com/google/refine/operations/column/ColumnAdditionOperation.getOnError:()Lcom/google/refine/operations/OnError;
openrefine-3.2.jar,
ColumnDetail.class
package com.google.refine.model.recon
StandardReconConfig.ColumnDetail.StandardReconConfig.ColumnDetail ( String columnName, String propertyName, String propertyID, ReconType property )
com/google/refine/model/recon/StandardReconConfig.ColumnDetail."<init>":(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/google/refine/model/ReconType;)V
StandardReconConfig.ColumnDetail.toString ( ) : String
com/google/refine/model/recon/StandardReconConfig.ColumnDetail.toString:()Ljava/lang/String;
openrefine-3.2.jar,
ColumnGroup.class
package com.google.refine.model
ColumnGroup.getColumnSpan ( ) : int
com/google/refine/model/ColumnGroup.getColumnSpan:()I
ColumnGroup.getKeyColumnIndex ( ) : int
com/google/refine/model/ColumnGroup.getKeyColumnIndex:()I
ColumnGroup.getStartColumnIndex ( ) : int
com/google/refine/model/ColumnGroup.getStartColumnIndex:()I
ColumnGroup.getSubGroups ( ) : List<ColumnGroup>
com/google/refine/model/ColumnGroup.getSubGroups:()Ljava/util/List;
openrefine-3.2.jar,
ColumnModel.class
package com.google.refine.model
ColumnModel.getJsonKeyCellIndex ( ) : Integer
com/google/refine/model/ColumnModel.getJsonKeyCellIndex:()Ljava/lang/Integer;
ColumnModel.getKeyColumnName ( ) : String
com/google/refine/model/ColumnModel.getKeyColumnName:()Ljava/lang/String;
openrefine-3.2.jar,
ColumnMoveOperation.class
package com.google.refine.operations.column
ColumnMoveOperation.getColumnName ( ) : String
com/google/refine/operations/column/ColumnMoveOperation.getColumnName:()Ljava/lang/String;
ColumnMoveOperation.getIndex ( ) : int
com/google/refine/operations/column/ColumnMoveOperation.getIndex:()I
openrefine-3.2.jar,
ColumnOptions.class
package com.google.refine.exporters
CustomizableTabularExporterUtilities.ColumnOptions.CustomizableTabularExporterUtilities.ColumnOptions ( )
com/google/refine/exporters/CustomizableTabularExporterUtilities.ColumnOptions."<init>":()V
openrefine-3.2.jar,
ColumnRemovalOperation.class
package com.google.refine.operations.column
ColumnRemovalOperation.getColumnName ( ) : String
com/google/refine/operations/column/ColumnRemovalOperation.getColumnName:()Ljava/lang/String;
openrefine-3.2.jar,
ColumnRenameOperation.class
package com.google.refine.operations.column
ColumnRenameOperation.getNewColumnName ( ) : String
com/google/refine/operations/column/ColumnRenameOperation.getNewColumnName:()Ljava/lang/String;
ColumnRenameOperation.getOldColumnName ( ) : String
com/google/refine/operations/column/ColumnRenameOperation.getOldColumnName:()Ljava/lang/String;
openrefine-3.2.jar,
ColumnReorderOperation.class
package com.google.refine.operations.column
ColumnReorderOperation.getColumnNames ( ) : List<String>
com/google/refine/operations/column/ColumnReorderOperation.getColumnNames:()Ljava/util/List;
openrefine-3.2.jar,
ColumnSplitOperation.class
package com.google.refine.operations.column
ColumnSplitOperation.deserialize ( EngineConfig engineConfig, String columnName, boolean guessCellType, boolean removeOriginalColumn, String mode, String separator, Boolean regex, Integer maxColumns, int[ ] fieldLengths ) [static] : ColumnSplitOperation
com/google/refine/operations/column/ColumnSplitOperation.deserialize:(Lcom/google/refine/browsing/EngineConfig;Ljava/lang/String;ZZLjava/lang/String;Ljava/lang/String;Ljava/lang/Boolean;Ljava/lang/Integer;[I)Lcom/google/refine/operations/column/ColumnSplitOperation;
ColumnSplitOperation.getColumnName ( ) : String
com/google/refine/operations/column/ColumnSplitOperation.getColumnName:()Ljava/lang/String;
ColumnSplitOperation.getFieldLengths ( ) : int[ ]
com/google/refine/operations/column/ColumnSplitOperation.getFieldLengths:()[I
ColumnSplitOperation.getGuessCellType ( ) : boolean
com/google/refine/operations/column/ColumnSplitOperation.getGuessCellType:()Z
ColumnSplitOperation.getMaxColumns ( ) : Integer
com/google/refine/operations/column/ColumnSplitOperation.getMaxColumns:()Ljava/lang/Integer;
ColumnSplitOperation.getMode ( ) : String
com/google/refine/operations/column/ColumnSplitOperation.getMode:()Ljava/lang/String;
ColumnSplitOperation.getRegex ( ) : Boolean
com/google/refine/operations/column/ColumnSplitOperation.getRegex:()Ljava/lang/Boolean;
ColumnSplitOperation.getRemoveOriginalColumn ( ) : boolean
com/google/refine/operations/column/ColumnSplitOperation.getRemoveOriginalColumn:()Z
ColumnSplitOperation.getSeparator ( ) : String
com/google/refine/operations/column/ColumnSplitOperation.getSeparator:()Ljava/lang/String;
openrefine-3.2.jar,
Combin.class
package com.google.refine.expr.functions.math
Combin.getDescription ( ) : String
com/google/refine/expr/functions/math/Combin.getDescription:()Ljava/lang/String;
Combin.getParams ( ) : String
com/google/refine/expr/functions/math/Combin.getParams:()Ljava/lang/String;
Combin.getReturns ( ) : String
com/google/refine/expr/functions/math/Combin.getReturns:()Ljava/lang/String;
openrefine-3.2.jar,
Command.class
package com.google.refine.commands
Command.getProjectMetadata ( HttpServletRequest request ) : ProjectMetadata
com/google/refine/commands/Command.getProjectMetadata:(Ljavax/servlet/http/HttpServletRequest;)Lcom/google/refine/ProjectMetadata;
Command.respondJSON ( HttpServletResponse response, Object o ) [static] : void
com/google/refine/commands/Command.respondJSON:(Ljavax/servlet/http/HttpServletResponse;Ljava/lang/Object;)V
Command.respondJSON ( HttpServletResponse response, Object o, Properties options ) [static] : void
com/google/refine/commands/Command.respondJSON:(Ljavax/servlet/http/HttpServletResponse;Ljava/lang/Object;Ljava/util/Properties;)V
openrefine-3.2.jar,
ConfigurationResponse.class
package com.google.refine.commands.importing
GetImportingConfigurationCommand.ConfigurationResponse.GetImportingConfigurationCommand.ConfigurationResponse ( )
com/google/refine/commands/importing/GetImportingConfigurationCommand.ConfigurationResponse."<init>":()V
openrefine-3.2.jar,
Contains.class
package com.google.refine.expr.functions.strings
Contains.getDescription ( ) : String
com/google/refine/expr/functions/strings/Contains.getDescription:()Ljava/lang/String;
Contains.getParams ( ) : String
com/google/refine/expr/functions/strings/Contains.getParams:()Ljava/lang/String;
Contains.getReturns ( ) : String
com/google/refine/expr/functions/strings/Contains.getReturns:()Ljava/lang/String;
openrefine-3.2.jar,
Control.class
package com.google.refine.grel
Control.getDescription ( ) [abstract] : String
com/google/refine/grel/Control.getDescription:()Ljava/lang/String;
Control.getParams ( ) : String
com/google/refine/grel/Control.getParams:()Ljava/lang/String;
Control.getReturns ( ) [abstract] : String
com/google/refine/grel/Control.getReturns:()Ljava/lang/String;
openrefine-3.2.jar,
ControlFunctionRegistry.class
package com.google.refine.grel
ControlFunctionRegistry.getControlMap ( ) [static] : Map<String,Control>
com/google/refine/grel/ControlFunctionRegistry.getControlMap:()Ljava/util/Map;
ControlFunctionRegistry.getFunctionMap ( ) [static] : Map<String,Function>
com/google/refine/grel/ControlFunctionRegistry.getFunctionMap:()Ljava/util/Map;
openrefine-3.2.jar,
Cos.class
package com.google.refine.expr.functions.math
Cos.getDescription ( ) : String
com/google/refine/expr/functions/math/Cos.getDescription:()Ljava/lang/String;
Cos.getParams ( ) : String
com/google/refine/expr/functions/math/Cos.getParams:()Ljava/lang/String;
Cos.getReturns ( ) : String
com/google/refine/expr/functions/math/Cos.getReturns:()Ljava/lang/String;
openrefine-3.2.jar,
Cosh.class
package com.google.refine.expr.functions.math
Cosh.getDescription ( ) : String
com/google/refine/expr/functions/math/Cosh.getDescription:()Ljava/lang/String;
Cosh.getParams ( ) : String
com/google/refine/expr/functions/math/Cosh.getParams:()Ljava/lang/String;
Cosh.getReturns ( ) : String
com/google/refine/expr/functions/math/Cosh.getReturns:()Ljava/lang/String;
openrefine-3.2.jar,
Criterion.class
package com.google.refine.sorting
Criterion.getCellIndex ( Project project ) : int
com/google/refine/sorting/Criterion.getCellIndex:(Lcom/google/refine/model/Project;)I
Criterion.getValueType ( ) [abstract] : String
com/google/refine/sorting/Criterion.getValueType:()Ljava/lang/String;
openrefine-3.2.jar,
Cross.class
package com.google.refine.expr.functions
Cross.getDescription ( ) : String
com/google/refine/expr/functions/Cross.getDescription:()Ljava/lang/String;
Cross.getParams ( ) : String
com/google/refine/expr/functions/Cross.getParams:()Ljava/lang/String;
Cross.getReturns ( ) : String
com/google/refine/expr/functions/Cross.getReturns:()Ljava/lang/String;
openrefine-3.2.jar,
DataExtensionConfig.class
package com.google.refine.model.recon
ReconciledDataExtensionJob.DataExtensionConfig.ReconciledDataExtensionJob.DataExtensionConfig ( List<ReconciledDataExtensionJob.DataExtensionProperty> properties )
com/google/refine/model/recon/ReconciledDataExtensionJob.DataExtensionConfig."<init>":(Ljava/util/List;)V
ReconciledDataExtensionJob.DataExtensionConfig.reconstruct ( String json ) [static] : ReconciledDataExtensionJob.DataExtensionConfig
com/google/refine/model/recon/ReconciledDataExtensionJob.DataExtensionConfig.reconstruct:(Ljava/lang/String;)Lcom/google/refine/model/recon/ReconciledDataExtensionJob$DataExtensionConfig;
openrefine-3.2.jar,
DataExtensionProperty.class
package com.google.refine.model.recon
ReconciledDataExtensionJob.DataExtensionProperty.ReconciledDataExtensionJob.DataExtensionProperty ( String id, String name, Map<String,Object> settings )
com/google/refine/model/recon/ReconciledDataExtensionJob.DataExtensionProperty."<init>":(Ljava/lang/String;Ljava/lang/String;Ljava/util/Map;)V
openrefine-3.2.jar,
DataExtensionQuery.class
package com.google.refine.model.recon
ReconciledDataExtensionJob.DataExtensionQuery.ReconciledDataExtensionJob.DataExtensionQuery ( List<String> ids, List<ReconciledDataExtensionJob.DataExtensionProperty> properties )
com/google/refine/model/recon/ReconciledDataExtensionJob.DataExtensionQuery."<init>":(Ljava/util/List;Ljava/util/List;)V
openrefine-3.2.jar,
DateCriterion.class
package com.google.refine.sorting
DateCriterion.getValueType ( ) : String
com/google/refine/sorting/DateCriterion.getValueType:()Ljava/lang/String;
openrefine-3.2.jar,
DatePart.class
package com.google.refine.expr.functions.date
DatePart.getDescription ( ) : String
com/google/refine/expr/functions/date/DatePart.getDescription:()Ljava/lang/String;
DatePart.getParams ( ) : String
com/google/refine/expr/functions/date/DatePart.getParams:()Ljava/lang/String;
DatePart.getReturns ( ) : String
com/google/refine/expr/functions/date/DatePart.getReturns:()Ljava/lang/String;
openrefine-3.2.jar,
DecoratedValueWrapper.class
package com.google.refine.browsing.facets
ListFacet.DecoratedValueWrapper.ListFacet.DecoratedValueWrapper ( DecoratedValue value )
com/google/refine/browsing/facets/ListFacet.DecoratedValueWrapper."<init>":(Lcom/google/refine/browsing/DecoratedValue;)V
openrefine-3.2.jar,
DefaultImportingController.class
package com.google.refine.importing
DefaultImportingController.convertErrorsToJsonArray ( List<Exception> exceptions ) [static] : ArrayNode
com/google/refine/importing/DefaultImportingController.convertErrorsToJsonArray:(Ljava/util/List;)Lcom/fasterxml/jackson/databind/node/ArrayNode;
DefaultImportingController.writeErrors ( JsonGenerator writer, List<Exception> exceptions ) [static] : void
com/google/refine/importing/DefaultImportingController.writeErrors:(Lcom/fasterxml/jackson/core/JsonGenerator;Ljava/util/List;)V
openrefine-3.2.jar,
Degrees.class
package com.google.refine.expr.functions.math
Degrees.getDescription ( ) : String
com/google/refine/expr/functions/math/Degrees.getDescription:()Ljava/lang/String;
Degrees.getParams ( ) : String
com/google/refine/expr/functions/math/Degrees.getParams:()Ljava/lang/String;
Degrees.getReturns ( ) : String
com/google/refine/expr/functions/math/Degrees.getReturns:()Ljava/lang/String;
openrefine-3.2.jar,
Diff.class
package com.google.refine.expr.functions.strings
Diff.getDescription ( ) : String
com/google/refine/expr/functions/strings/Diff.getDescription:()Ljava/lang/String;
Diff.getParams ( ) : String
com/google/refine/expr/functions/strings/Diff.getParams:()Ljava/lang/String;
Diff.getReturns ( ) : String
com/google/refine/expr/functions/strings/Diff.getReturns:()Ljava/lang/String;
openrefine-3.2.jar,
DistanceFactory.class
package com.google.refine.clustering.knn
DistanceFactory.DistanceFactory ( )
com/google/refine/clustering/knn/DistanceFactory."<init>":()V
DistanceFactory.get ( String name ) [static] : SimilarityDistance
com/google/refine/clustering/knn/DistanceFactory.get:(Ljava/lang/String;)Lcom/google/refine/clustering/knn/SimilarityDistance;
DistanceFactory.getDistanceNames ( ) [static] : List<String>
com/google/refine/clustering/knn/DistanceFactory.getDistanceNames:()Ljava/util/List;
DistanceFactory.put ( String name, SimilarityDistance distance ) [static] : void
com/google/refine/clustering/knn/DistanceFactory.put:(Ljava/lang/String;Lcom/google/refine/clustering/knn/SimilarityDistance;)V
openrefine-3.2.jar,
DoubleSerializer.class
package com.google.refine.util
SerializationFilters.DoubleSerializer.SerializationFilters.DoubleSerializer ( )
com/google/refine/util/SerializationFilters.DoubleSerializer."<init>":()V
SerializationFilters.DoubleSerializer.serialize ( Double arg0, JsonGenerator gen, SerializerProvider s ) : void
com/google/refine/util/SerializationFilters.DoubleSerializer.serialize:(Ljava/lang/Double;Lcom/fasterxml/jackson/core/JsonGenerator;Lcom/fasterxml/jackson/databind/SerializerProvider;)V
SerializationFilters.DoubleSerializer.serialize ( Object p1, JsonGenerator p2, SerializerProvider p3 ) : void
com/google/refine/util/SerializationFilters.DoubleSerializer.serialize:(Ljava/lang/Object;Lcom/fasterxml/jackson/core/JsonGenerator;Lcom/fasterxml/jackson/databind/SerializerProvider;)V
openrefine-3.2.jar,
Edit.class
package com.google.refine.operations.cell
MassEditOperation.Edit.deserialize ( List<String> from, boolean fromBlank, boolean fromError, Object to, String type ) [static] : MassEditOperation.Edit
com/google/refine/operations/cell/MassEditOperation.Edit.deserialize:(Ljava/util/List;ZZLjava/lang/Object;Ljava/lang/String;)Lcom/google/refine/operations/cell/MassEditOperation$Edit;
openrefine-3.2.jar,
EditResult.class
package com.google.refine.commands.cell
EditOneCellCommand.EditResult.EditOneCellCommand.EditResult ( String code, HistoryEntry historyEntry, Cell cell, Pool pool )
com/google/refine/commands/cell/EditOneCellCommand.EditResult."<init>":(Ljava/lang/String;Lcom/google/refine/history/HistoryEntry;Lcom/google/refine/model/Cell;Lcom/google/refine/util/Pool;)V
openrefine-3.2.jar,
EndsWith.class
package com.google.refine.expr.functions.strings
EndsWith.getDescription ( ) : String
com/google/refine/expr/functions/strings/EndsWith.getDescription:()Ljava/lang/String;
EndsWith.getParams ( ) : String
com/google/refine/expr/functions/strings/EndsWith.getParams:()Ljava/lang/String;
EndsWith.getReturns ( ) : String
com/google/refine/expr/functions/strings/EndsWith.getReturns:()Ljava/lang/String;
openrefine-3.2.jar,
EngineConfig.class
package com.google.refine.browsing
EngineConfig.reconstruct ( String json ) [static] : EngineConfig
com/google/refine/browsing/EngineConfig.reconstruct:(Ljava/lang/String;)Lcom/google/refine/browsing/EngineConfig;
openrefine-3.2.jar,
EngineDependentMassCellOperation.class
package com.google.refine.operations
EngineDependentMassCellOperation.getColumnName ( ) : String
com/google/refine/operations/EngineDependentMassCellOperation.getColumnName:()Ljava/lang/String;
openrefine-3.2.jar,
ErrorMessage.class
package com.google.refine.commands.expr
PreviewExpressionCommand.ErrorMessage.PreviewExpressionCommand.ErrorMessage ( String m )
com/google/refine/commands/expr/PreviewExpressionCommand.ErrorMessage."<init>":(Ljava/lang/String;)V
openrefine-3.2.jar,
Escape.class
package com.google.refine.expr.functions.strings
Escape.getDescription ( ) : String
com/google/refine/expr/functions/strings/Escape.getDescription:()Ljava/lang/String;
Escape.getParams ( ) : String
com/google/refine/expr/functions/strings/Escape.getParams:()Ljava/lang/String;
Escape.getReturns ( ) : String
com/google/refine/expr/functions/strings/Escape.getReturns:()Ljava/lang/String;
openrefine-3.2.jar,
EvalError.class
package com.google.refine.expr
EvalError.getType ( ) : String
com/google/refine/expr/EvalError.getType:()Ljava/lang/String;
openrefine-3.2.jar,
Even.class
package com.google.refine.expr.functions.math
Even.getDescription ( ) : String
com/google/refine/expr/functions/math/Even.getDescription:()Ljava/lang/String;
Even.getParams ( ) : String
com/google/refine/expr/functions/math/Even.getParams:()Ljava/lang/String;
Even.getReturns ( ) : String
com/google/refine/expr/functions/math/Even.getReturns:()Ljava/lang/String;
openrefine-3.2.jar,
ExcelImporter.class
package com.google.refine.importers
ExcelImporter.createParserUIInitializationData ( ImportingJob job, List<ObjectNode> fileRecords, String format ) : ObjectNode
com/google/refine/importers/ExcelImporter.createParserUIInitializationData:(Lcom/google/refine/importing/ImportingJob;Ljava/util/List;Ljava/lang/String;)Lcom/fasterxml/jackson/databind/node/ObjectNode;
ExcelImporter.parseOneFile ( Project project, ProjectMetadata metadata, ImportingJob job, String fileSource, InputStream inputStream, int limit, ObjectNode options, List<Exception> exceptions ) : void
com/google/refine/importers/ExcelImporter.parseOneFile:(Lcom/google/refine/model/Project;Lcom/google/refine/ProjectMetadata;Lcom/google/refine/importing/ImportingJob;Ljava/lang/String;Ljava/io/InputStream;ILcom/fasterxml/jackson/databind/node/ObjectNode;Ljava/util/List;)V
openrefine-3.2.jar,
ExceptionMessage.class
package com.google.refine.process
ProcessManager.ExceptionMessage.ProcessManager.ExceptionMessage ( Exception e )
com/google/refine/process/ProcessManager.ExceptionMessage."<init>":(Ljava/lang/Exception;)V
openrefine-3.2.jar,
Exp.class
package com.google.refine.expr.functions.math
Exp.getDescription ( ) : String
com/google/refine/expr/functions/math/Exp.getDescription:()Ljava/lang/String;
Exp.getParams ( ) : String
com/google/refine/expr/functions/math/Exp.getParams:()Ljava/lang/String;
Exp.getReturns ( ) : String
com/google/refine/expr/functions/math/Exp.getReturns:()Ljava/lang/String;
openrefine-3.2.jar,
Expression.class
package com.google.refine.commands.expr
GetStarredExpressionsCommand.Expression.GetStarredExpressionsCommand.Expression ( String c )
com/google/refine/commands/expr/GetStarredExpressionsCommand.Expression."<init>":(Ljava/lang/String;)V
openrefine-3.2.jar,
ExpressionEqualRowFilter.class
package com.google.refine.browsing.filters
ExpressionEqualRowFilter.ExpressionEqualRowFilter ( Evaluable evaluable, String columnName, int cellIndex, Object[ ] matches, boolean selectBlank, boolean selectError, boolean invert )
com/google/refine/browsing/filters/ExpressionEqualRowFilter."<init>":(Lcom/google/refine/expr/Evaluable;Ljava/lang/String;I[Ljava/lang/Object;ZZZ)V
openrefine-3.2.jar,
ExpressionList.class
package com.google.refine.commands.expr
GetStarredExpressionsCommand.ExpressionList.GetStarredExpressionsCommand.ExpressionList ( List<GetStarredExpressionsCommand.Expression> e )
com/google/refine/commands/expr/GetStarredExpressionsCommand.ExpressionList."<init>":(Ljava/util/List;)V
openrefine-3.2.jar,
ExpressionsList.class
package com.google.refine.commands.expr
GetExpressionHistoryCommand.ExpressionsList.GetExpressionHistoryCommand.ExpressionsList ( List<GetExpressionHistoryCommand.ExpressionState> states )
com/google/refine/commands/expr/GetExpressionHistoryCommand.ExpressionsList."<init>":(Ljava/util/List;)V
openrefine-3.2.jar,
ExpressionState.class
package com.google.refine.commands.expr
GetExpressionHistoryCommand.ExpressionState.GetExpressionHistoryCommand.ExpressionState ( String code, boolean starred )
com/google/refine/commands/expr/GetExpressionHistoryCommand.ExpressionState."<init>":(Ljava/lang/String;Z)V
openrefine-3.2.jar,
ExtendDataOperation.class
package com.google.refine.operations.recon
ExtendDataOperation.ExtendDataOperation ( EngineConfig engineConfig, String baseColumnName, String endpoint, String identifierSpace, String schemaSpace, ReconciledDataExtensionJob.DataExtensionConfig extension, int columnInsertIndex )
com/google/refine/operations/recon/ExtendDataOperation."<init>":(Lcom/google/refine/browsing/EngineConfig;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/google/refine/model/recon/ReconciledDataExtensionJob$DataExtensionConfig;I)V
openrefine-3.2.jar,
FacetConfig.class
package com.google.refine.browsing.facets
FacetConfig.getJsonType ( ) [abstract] : String
com/google/refine/browsing/facets/FacetConfig.getJsonType:()Ljava/lang/String;
openrefine-3.2.jar,
FacetConfigResolver.class
package com.google.refine.browsing.facets
FacetConfigResolver.FacetConfigResolver ( )
com/google/refine/browsing/facets/FacetConfigResolver."<init>":()V
FacetConfigResolver.getMechanism ( ) : JsonTypeInfo.Id
com/google/refine/browsing/facets/FacetConfigResolver.getMechanism:()Lcom/fasterxml/jackson/annotation/JsonTypeInfo$Id;
FacetConfigResolver.idFromValue ( Object instance ) : String
com/google/refine/browsing/facets/FacetConfigResolver.idFromValue:(Ljava/lang/Object;)Ljava/lang/String;
FacetConfigResolver.idFromValueAndType ( Object instance, Class<?> type ) : String
com/google/refine/browsing/facets/FacetConfigResolver.idFromValueAndType:(Ljava/lang/Object;Ljava/lang/Class;)Ljava/lang/String;
FacetConfigResolver.typeFromId ( DatabindContext context, String id ) : JavaType
com/google/refine/browsing/facets/FacetConfigResolver.typeFromId:(Lcom/fasterxml/jackson/databind/DatabindContext;Ljava/lang/String;)Lcom/fasterxml/jackson/databind/JavaType;
openrefine-3.2.jar,
FacetCount.class
package com.google.refine.expr.functions
FacetCount.getDescription ( ) : String
com/google/refine/expr/functions/FacetCount.getDescription:()Ljava/lang/String;
FacetCount.getParams ( ) : String
com/google/refine/expr/functions/FacetCount.getParams:()Ljava/lang/String;
FacetCount.getReturns ( ) : String
com/google/refine/expr/functions/FacetCount.getReturns:()Ljava/lang/String;
openrefine-3.2.jar,
Fact.class
package com.google.refine.expr.functions.math
Fact.getDescription ( ) : String
com/google/refine/expr/functions/math/Fact.getDescription:()Ljava/lang/String;
Fact.getParams ( ) : String
com/google/refine/expr/functions/math/Fact.getParams:()Ljava/lang/String;
Fact.getReturns ( ) : String
com/google/refine/expr/functions/math/Fact.getReturns:()Ljava/lang/String;
openrefine-3.2.jar,
FactN.class
package com.google.refine.expr.functions.math
FactN.getDescription ( ) : String
com/google/refine/expr/functions/math/FactN.getDescription:()Ljava/lang/String;
FactN.getParams ( ) : String
com/google/refine/expr/functions/math/FactN.getParams:()Ljava/lang/String;
FactN.getReturns ( ) : String
com/google/refine/expr/functions/math/FactN.getReturns:()Ljava/lang/String;
openrefine-3.2.jar,
FileProjectManager.class
package com.google.refine.io
FileProjectManager.getProjectIds ( ) : Set<Long>
com/google/refine/io/FileProjectManager.getProjectIds:()Ljava/util/Set;
FileProjectManager.loadProjects ( List<Long> projectIDs ) : void
com/google/refine/io/FileProjectManager.loadProjects:(Ljava/util/List;)V
FileProjectManager.saveMetadata ( ProjectMetadata metadata, long projectId ) : void
com/google/refine/io/FileProjectManager.saveMetadata:(Lcom/google/refine/ProjectMetadata;J)V
FileProjectManager.saveNeeded ( ) : boolean
com/google/refine/io/FileProjectManager.saveNeeded:()Z
FileProjectManager.saveProjectMetadata ( ) : void
com/google/refine/io/FileProjectManager.saveProjectMetadata:()V
FileProjectManager.setExpressions ( TopList newExpressions ) : void
com/google/refine/io/FileProjectManager.setExpressions:(Lcom/google/refine/preference/TopList;)V
FileProjectManager.setPreferences ( PreferenceStore preferences ) : void
com/google/refine/io/FileProjectManager.setPreferences:(Lcom/google/refine/preference/PreferenceStore;)V
openrefine-3.2.jar,
Filter.class
package com.google.refine.grel.controls
Filter.getDescription ( ) : String
com/google/refine/grel/controls/Filter.getDescription:()Ljava/lang/String;
Filter.getParams ( ) : String
com/google/refine/grel/controls/Filter.getParams:()Ljava/lang/String;
Filter.getReturns ( ) : String
com/google/refine/grel/controls/Filter.getReturns:()Ljava/lang/String;
openrefine-3.2.jar,
Find.class
package com.google.refine.expr.functions.strings
Find.getDescription ( ) : String
com/google/refine/expr/functions/strings/Find.getDescription:()Ljava/lang/String;
Find.getParams ( ) : String
com/google/refine/expr/functions/strings/Find.getParams:()Ljava/lang/String;
Find.getReturns ( ) : String
com/google/refine/expr/functions/strings/Find.getReturns:()Ljava/lang/String;
openrefine-3.2.jar,
Fingerprint.class
package com.google.refine.expr.functions.strings
Fingerprint.getDescription ( ) : String
com/google/refine/expr/functions/strings/Fingerprint.getDescription:()Ljava/lang/String;
Fingerprint.getParams ( ) : String
com/google/refine/expr/functions/strings/Fingerprint.getParams:()Ljava/lang/String;
Fingerprint.getReturns ( ) : String
com/google/refine/expr/functions/strings/Fingerprint.getReturns:()Ljava/lang/String;
openrefine-3.2.jar,
FixedWidthImporter.class
package com.google.refine.importers
FixedWidthImporter.createParserUIInitializationData ( ImportingJob job, List<ObjectNode> fileRecords, String format ) : ObjectNode
com/google/refine/importers/FixedWidthImporter.createParserUIInitializationData:(Lcom/google/refine/importing/ImportingJob;Ljava/util/List;Ljava/lang/String;)Lcom/fasterxml/jackson/databind/node/ObjectNode;
FixedWidthImporter.parseOneFile ( Project project, ProjectMetadata metadata, ImportingJob job, String fileSource, Reader reader, int limit, ObjectNode options, List<Exception> exceptions ) : void
com/google/refine/importers/FixedWidthImporter.parseOneFile:(Lcom/google/refine/model/Project;Lcom/google/refine/ProjectMetadata;Lcom/google/refine/importing/ImportingJob;Ljava/lang/String;Ljava/io/Reader;ILcom/fasterxml/jackson/databind/node/ObjectNode;Ljava/util/List;)V
openrefine-3.2.jar,
Floor.class
package com.google.refine.expr.functions.math
Floor.getDescription ( ) : String
com/google/refine/expr/functions/math/Floor.getDescription:()Ljava/lang/String;
Floor.getParams ( ) : String
com/google/refine/expr/functions/math/Floor.getParams:()Ljava/lang/String;
Floor.getReturns ( ) : String
com/google/refine/expr/functions/math/Floor.getReturns:()Ljava/lang/String;
openrefine-3.2.jar,
ForEach.class
package com.google.refine.grel.controls
ForEach.getDescription ( ) : String
com/google/refine/grel/controls/ForEach.getDescription:()Ljava/lang/String;
ForEach.getParams ( ) : String
com/google/refine/grel/controls/ForEach.getParams:()Ljava/lang/String;
ForEach.getReturns ( ) : String
com/google/refine/grel/controls/ForEach.getReturns:()Ljava/lang/String;
openrefine-3.2.jar,
ForEachIndex.class
package com.google.refine.grel.controls
ForEachIndex.getDescription ( ) : String
com/google/refine/grel/controls/ForEachIndex.getDescription:()Ljava/lang/String;
ForEachIndex.getParams ( ) : String
com/google/refine/grel/controls/ForEachIndex.getParams:()Ljava/lang/String;
ForEachIndex.getReturns ( ) : String
com/google/refine/grel/controls/ForEachIndex.getReturns:()Ljava/lang/String;
openrefine-3.2.jar,
ForNonBlank.class
package com.google.refine.grel.controls
ForNonBlank.getDescription ( ) : String
com/google/refine/grel/controls/ForNonBlank.getDescription:()Ljava/lang/String;
ForNonBlank.getParams ( ) : String
com/google/refine/grel/controls/ForNonBlank.getParams:()Ljava/lang/String;
ForNonBlank.getReturns ( ) : String
com/google/refine/grel/controls/ForNonBlank.getReturns:()Ljava/lang/String;
openrefine-3.2.jar,
ForRange.class
package com.google.refine.grel.controls
ForRange.getDescription ( ) : String
com/google/refine/grel/controls/ForRange.getDescription:()Ljava/lang/String;
ForRange.getParams ( ) : String
com/google/refine/grel/controls/ForRange.getParams:()Ljava/lang/String;
ForRange.getReturns ( ) : String
com/google/refine/grel/controls/ForRange.getReturns:()Ljava/lang/String;
openrefine-3.2.jar,
Function.class
package com.google.refine.grel
Function.getDescription ( ) [abstract] : String
com/google/refine/grel/Function.getDescription:()Ljava/lang/String;
Function.getParams ( ) : String
com/google/refine/grel/Function.getParams:()Ljava/lang/String;
Function.getReturns ( ) [abstract] : String
com/google/refine/grel/Function.getReturns:()Ljava/lang/String;
openrefine-3.2.jar,
Get.class
package com.google.refine.expr.functions
Get.getDescription ( ) : String
com/google/refine/expr/functions/Get.getDescription:()Ljava/lang/String;
Get.getParams ( ) : String
com/google/refine/expr/functions/Get.getParams:()Ljava/lang/String;
Get.getReturns ( ) : String
com/google/refine/expr/functions/Get.getReturns:()Ljava/lang/String;
openrefine-3.2.jar,
GetClusteringFunctionsAndDistancesCommand.class
package com.google.refine.commands.browsing
GetClusteringFunctionsAndDistancesCommand.doGet ( HttpServletRequest request, HttpServletResponse response ) : void
com/google/refine/commands/browsing/GetClusteringFunctionsAndDistancesCommand.doGet:(Ljavax/servlet/http/HttpServletRequest;Ljavax/servlet/http/HttpServletResponse;)V
GetClusteringFunctionsAndDistancesCommand.GetClusteringFunctionsAndDistancesCommand ( )
com/google/refine/commands/browsing/GetClusteringFunctionsAndDistancesCommand."<init>":()V
openrefine-3.2.jar,
GetProjectIDException.class
package com.google.refine.util
GetProjectIDException.GetProjectIDException ( )
com/google/refine/util/GetProjectIDException."<init>":()V
GetProjectIDException.GetProjectIDException ( String message )
com/google/refine/util/GetProjectIDException."<init>":(Ljava/lang/String;)V
openrefine-3.2.jar,
GetScatterplotCommand.class
package com.google.refine.commands.browsing
GetScatterplotCommand.draw ( OutputStream output, Project project, Engine engine, GetScatterplotCommand.PlotterConfig o ) : void
com/google/refine/commands/browsing/GetScatterplotCommand.draw:(Ljava/io/OutputStream;Lcom/google/refine/model/Project;Lcom/google/refine/browsing/Engine;Lcom/google/refine/commands/browsing/GetScatterplotCommand$PlotterConfig;)V
openrefine-3.2.jar,
GetStarredExpressionsCommand.class
package com.google.refine.commands.expr
GetStarredExpressionsCommand.getExpressionsList ( ) [static] : GetStarredExpressionsCommand.ExpressionList
com/google/refine/commands/expr/GetStarredExpressionsCommand.getExpressionsList:()Lcom/google/refine/commands/expr/GetStarredExpressionsCommand$ExpressionList;
openrefine-3.2.jar,
GreatestCommonDenominator.class
package com.google.refine.expr.functions.math
GreatestCommonDenominator.getDescription ( ) : String
com/google/refine/expr/functions/math/GreatestCommonDenominator.getDescription:()Ljava/lang/String;
GreatestCommonDenominator.getParams ( ) : String
com/google/refine/expr/functions/math/GreatestCommonDenominator.getParams:()Ljava/lang/String;
GreatestCommonDenominator.getReturns ( ) : String
com/google/refine/expr/functions/math/GreatestCommonDenominator.getReturns:()Ljava/lang/String;
openrefine-3.2.jar,
HasField.class
package com.google.refine.expr.functions
HasField.getDescription ( ) : String
com/google/refine/expr/functions/HasField.getDescription:()Ljava/lang/String;
HasField.getParams ( ) : String
com/google/refine/expr/functions/HasField.getParams:()Ljava/lang/String;
HasField.getReturns ( ) : String
com/google/refine/expr/functions/HasField.getReturns:()Ljava/lang/String;
openrefine-3.2.jar,
HistoryEntries.class
package com.google.refine.commands.history
GetOperationsCommand.HistoryEntries.GetOperationsCommand.HistoryEntries ( List<HistoryEntry> entries )
com/google/refine/commands/history/GetOperationsCommand.HistoryEntries."<init>":(Ljava/util/List;)V
openrefine-3.2.jar,
HistoryEntry.class
package com.google.refine.history
HistoryEntry.HistoryEntry ( long id, long projectID, String description, AbstractOperation operation )
com/google/refine/history/HistoryEntry."<init>":(JJLjava/lang/String;Lcom/google/refine/model/AbstractOperation;)V
openrefine-3.2.jar,
HistoryEntryResponse.class
package com.google.refine.commands
Command.HistoryEntryResponse.Command.HistoryEntryResponse ( HistoryEntry entry )
com/google/refine/commands/Command.HistoryEntryResponse."<init>":(Lcom/google/refine/history/HistoryEntry;)V
Command.HistoryEntryResponse.getCode ( ) : String
com/google/refine/commands/Command.HistoryEntryResponse.getCode:()Ljava/lang/String;
openrefine-3.2.jar,
HistoryProcess.class
package com.google.refine.history
HistoryProcess.getDescription ( ) : String
com/google/refine/history/HistoryProcess.getDescription:()Ljava/lang/String;
HistoryProcess.getId ( ) : long
com/google/refine/history/HistoryProcess.getId:()J
HistoryProcess.getStatus ( ) : String
com/google/refine/history/HistoryProcess.getStatus:()Ljava/lang/String;
openrefine-3.2.jar,
HttpHeader.class
package com.google.refine.operations.column
ColumnAdditionByFetchingURLsOperation.HttpHeader.ColumnAdditionByFetchingURLsOperation.HttpHeader ( String name, String value )
com/google/refine/operations/column/ColumnAdditionByFetchingURLsOperation.HttpHeader."<init>":(Ljava/lang/String;Ljava/lang/String;)V
openrefine-3.2.jar,
HttpUtilities.class
package com.google.refine.commands
HttpUtilities.respondJSON ( HttpServletResponse response, Object o ) [static] : void
com/google/refine/commands/HttpUtilities.respondJSON:(Ljavax/servlet/http/HttpServletResponse;Ljava/lang/Object;)V
HttpUtilities.respondJSON ( HttpServletResponse response, Object o, Properties options ) [static] : void
com/google/refine/commands/HttpUtilities.respondJSON:(Ljavax/servlet/http/HttpServletResponse;Ljava/lang/Object;Ljava/util/Properties;)V
openrefine-3.2.jar,
If.class
package com.google.refine.grel.controls
If.getDescription ( ) : String
com/google/refine/grel/controls/If.getDescription:()Ljava/lang/String;
If.getParams ( ) : String
com/google/refine/grel/controls/If.getParams:()Ljava/lang/String;
If.getReturns ( ) : String
com/google/refine/grel/controls/If.getReturns:()Ljava/lang/String;
openrefine-3.2.jar,
ImportingConfiguration.class
package com.google.refine.importing
ImportingManager.ImportingConfiguration.getExtensionToFormat ( ) : Map<String,String>
com/google/refine/importing/ImportingManager.ImportingConfiguration.getExtensionToFormat:()Ljava/util/Map;
ImportingManager.ImportingConfiguration.getFormats ( ) : Map<String,ImportingManager.Format>
com/google/refine/importing/ImportingManager.ImportingConfiguration.getFormats:()Ljava/util/Map;
ImportingManager.ImportingConfiguration.getMimeTypeToFormat ( ) : Map<String,String>
com/google/refine/importing/ImportingManager.ImportingConfiguration.getMimeTypeToFormat:()Ljava/util/Map;
ImportingManager.ImportingConfiguration.ImportingManager.ImportingConfiguration ( )
com/google/refine/importing/ImportingManager.ImportingConfiguration."<init>":()V
openrefine-3.2.jar,
ImportingJob.class
package com.google.refine.importing
ImportingJob.getJsonConfig ( ) : String
com/google/refine/importing/ImportingJob.getJsonConfig:()Ljava/lang/String;
ImportingJob.getOrCreateDefaultConfig ( ) : ObjectNode
com/google/refine/importing/ImportingJob.getOrCreateDefaultConfig:()Lcom/fasterxml/jackson/databind/node/ObjectNode;
ImportingJob.getRetrievalRecord ( ) : ObjectNode
com/google/refine/importing/ImportingJob.getRetrievalRecord:()Lcom/fasterxml/jackson/databind/node/ObjectNode;
ImportingJob.setFileSelection ( ArrayNode fileSelectionArray ) : void
com/google/refine/importing/ImportingJob.setFileSelection:(Lcom/fasterxml/jackson/databind/node/ArrayNode;)V
ImportingJob.setRankedFormats ( ArrayNode rankedFormats ) : void
com/google/refine/importing/ImportingJob.setRankedFormats:(Lcom/fasterxml/jackson/databind/node/ArrayNode;)V
openrefine-3.2.jar,
ImportingParser.class
package com.google.refine.importing
ImportingParser.createParserUIInitializationData ( ImportingJob p1, List<ObjectNode> p2, String p3 ) [abstract] : ObjectNode
com/google/refine/importing/ImportingParser.createParserUIInitializationData:(Lcom/google/refine/importing/ImportingJob;Ljava/util/List;Ljava/lang/String;)Lcom/fasterxml/jackson/databind/node/ObjectNode;
ImportingParser.parse ( Project p1, ProjectMetadata p2, ImportingJob p3, List<ObjectNode> p4, String p5, int p6, ObjectNode p7, List<Exception> p8 ) [abstract] : void
com/google/refine/importing/ImportingParser.parse:(Lcom/google/refine/model/Project;Lcom/google/refine/ProjectMetadata;Lcom/google/refine/importing/ImportingJob;Ljava/util/List;Ljava/lang/String;ILcom/fasterxml/jackson/databind/node/ObjectNode;Ljava/util/List;)V
openrefine-3.2.jar,
ImportingParserBase.class
package com.google.refine.importers
ImportingParserBase.createParserUIInitializationData ( ImportingJob job, List<ObjectNode> fileRecords, String format ) : ObjectNode
com/google/refine/importers/ImportingParserBase.createParserUIInitializationData:(Lcom/google/refine/importing/ImportingJob;Ljava/util/List;Ljava/lang/String;)Lcom/fasterxml/jackson/databind/node/ObjectNode;
ImportingParserBase.parse ( Project project, ProjectMetadata metadata, ImportingJob job, List<ObjectNode> fileRecords, String format, int limit, ObjectNode options, List<Exception> exceptions ) : void
com/google/refine/importers/ImportingParserBase.parse:(Lcom/google/refine/model/Project;Lcom/google/refine/ProjectMetadata;Lcom/google/refine/importing/ImportingJob;Ljava/util/List;Ljava/lang/String;ILcom/fasterxml/jackson/databind/node/ObjectNode;Ljava/util/List;)V
ImportingParserBase.parseOneFile ( Project project, ProjectMetadata metadata, ImportingJob job, ObjectNode fileRecord, int limit, ObjectNode options, List<Exception> exceptions, ImporterUtilities.MultiFileReadingProgress progress ) : void
com/google/refine/importers/ImportingParserBase.parseOneFile:(Lcom/google/refine/model/Project;Lcom/google/refine/ProjectMetadata;Lcom/google/refine/importing/ImportingJob;Lcom/fasterxml/jackson/databind/node/ObjectNode;ILcom/fasterxml/jackson/databind/node/ObjectNode;Ljava/util/List;Lcom/google/refine/importers/ImporterUtilities$MultiFileReadingProgress;)V
ImportingParserBase.parseOneFile ( Project project, ProjectMetadata metadata, ImportingJob job, String fileSource, InputStream inputStream, int limit, ObjectNode options, List<Exception> exceptions ) : void
com/google/refine/importers/ImportingParserBase.parseOneFile:(Lcom/google/refine/model/Project;Lcom/google/refine/ProjectMetadata;Lcom/google/refine/importing/ImportingJob;Ljava/lang/String;Ljava/io/InputStream;ILcom/fasterxml/jackson/databind/node/ObjectNode;Ljava/util/List;)V
ImportingParserBase.parseOneFile ( Project project, ProjectMetadata metadata, ImportingJob job, String fileSource, Reader reader, int limit, ObjectNode options, List<Exception> exceptions ) : void
com/google/refine/importers/ImportingParserBase.parseOneFile:(Lcom/google/refine/model/Project;Lcom/google/refine/ProjectMetadata;Lcom/google/refine/importing/ImportingJob;Ljava/lang/String;Ljava/io/Reader;ILcom/fasterxml/jackson/databind/node/ObjectNode;Ljava/util/List;)V
openrefine-3.2.jar,
ImportingUtilities.class
package com.google.refine.importing
ImportingUtilities.autoSelectFiles ( ImportingJob job, ObjectNode retrievalRecord, ArrayNode fileSelectionIndexes ) [static] : String
com/google/refine/importing/ImportingUtilities.autoSelectFiles:(Lcom/google/refine/importing/ImportingJob;Lcom/fasterxml/jackson/databind/node/ObjectNode;Lcom/fasterxml/jackson/databind/node/ArrayNode;)Ljava/lang/String;
ImportingUtilities.createProject ( ImportingJob job, String format, ObjectNode optionObj, List<Exception> exceptions, boolean synchronous ) [static] : long
com/google/refine/importing/ImportingUtilities.createProject:(Lcom/google/refine/importing/ImportingJob;Ljava/lang/String;Lcom/fasterxml/jackson/databind/node/ObjectNode;Ljava/util/List;Z)J
ImportingUtilities.createProjectMetadata ( ObjectNode optionObj ) [static] : ProjectMetadata
com/google/refine/importing/ImportingUtilities.createProjectMetadata:(Lcom/fasterxml/jackson/databind/node/ObjectNode;)Lcom/google/refine/ProjectMetadata;
ImportingUtilities.explodeArchive ( File rawDataDir, InputStream archiveIS, ObjectNode archiveFileRecord, ArrayNode fileRecords, ImportingUtilities.Progress progress ) [static] : boolean
com/google/refine/importing/ImportingUtilities.explodeArchive:(Ljava/io/File;Ljava/io/InputStream;Lcom/fasterxml/jackson/databind/node/ObjectNode;Lcom/fasterxml/jackson/databind/node/ArrayNode;Lcom/google/refine/importing/ImportingUtilities$Progress;)Z
ImportingUtilities.getCommonFormatForSelectedFiles ( ImportingJob job, ArrayNode fileSelectionIndexes ) [static] : String
com/google/refine/importing/ImportingUtilities.getCommonFormatForSelectedFiles:(Lcom/google/refine/importing/ImportingJob;Lcom/fasterxml/jackson/databind/node/ArrayNode;)Ljava/lang/String;
ImportingUtilities.getEncoding ( ObjectNode firstFileRecord ) [static] : String
com/google/refine/importing/ImportingUtilities.getEncoding:(Lcom/fasterxml/jackson/databind/node/ObjectNode;)Ljava/lang/String;
ImportingUtilities.getFile ( ImportingJob job, ObjectNode fileRecord ) [static] : File
com/google/refine/importing/ImportingUtilities.getFile:(Lcom/google/refine/importing/ImportingJob;Lcom/fasterxml/jackson/databind/node/ObjectNode;)Ljava/io/File;
ImportingUtilities.getFileReader ( File file, ObjectNode fileRecord, String commonEncoding ) [static] : Reader
com/google/refine/importing/ImportingUtilities.getFileReader:(Ljava/io/File;Lcom/fasterxml/jackson/databind/node/ObjectNode;Ljava/lang/String;)Ljava/io/Reader;
ImportingUtilities.getFileReader ( ImportingJob job, ObjectNode fileRecord, String commonEncoding ) [static] : Reader
com/google/refine/importing/ImportingUtilities.getFileReader:(Lcom/google/refine/importing/ImportingJob;Lcom/fasterxml/jackson/databind/node/ObjectNode;Ljava/lang/String;)Ljava/io/Reader;
ImportingUtilities.getFileSource ( ObjectNode fileRecord ) [static] : String
com/google/refine/importing/ImportingUtilities.getFileSource:(Lcom/fasterxml/jackson/databind/node/ObjectNode;)Ljava/lang/String;
ImportingUtilities.getReaderFromStream ( InputStream inputStream, ObjectNode fileRecord, String commonEncoding ) [static] : Reader
com/google/refine/importing/ImportingUtilities.getReaderFromStream:(Ljava/io/InputStream;Lcom/fasterxml/jackson/databind/node/ObjectNode;Ljava/lang/String;)Ljava/io/Reader;
ImportingUtilities.loadDataAndPrepareJob ( HttpServletRequest request, HttpServletResponse response, Properties parameters, ImportingJob job, ObjectNode config ) [static] : void
com/google/refine/importing/ImportingUtilities.loadDataAndPrepareJob:(Ljavax/servlet/http/HttpServletRequest;Ljavax/servlet/http/HttpServletResponse;Ljava/util/Properties;Lcom/google/refine/importing/ImportingJob;Lcom/fasterxml/jackson/databind/node/ObjectNode;)V
ImportingUtilities.postProcessRetrievedFile ( File rawDataDir, File file, ObjectNode fileRecord, ArrayNode fileRecords, ImportingUtilities.Progress progress ) [static] : boolean
com/google/refine/importing/ImportingUtilities.postProcessRetrievedFile:(Ljava/io/File;Ljava/io/File;Lcom/fasterxml/jackson/databind/node/ObjectNode;Lcom/fasterxml/jackson/databind/node/ArrayNode;Lcom/google/refine/importing/ImportingUtilities$Progress;)Z
ImportingUtilities.postProcessSingleRetrievedFile ( File file, ObjectNode fileRecord ) [static] : void
com/google/refine/importing/ImportingUtilities.postProcessSingleRetrievedFile:(Ljava/io/File;Lcom/fasterxml/jackson/databind/node/ObjectNode;)V
ImportingUtilities.previewParse ( ImportingJob job, String format, ObjectNode optionObj, List<Exception> exceptions ) [static] : void
com/google/refine/importing/ImportingUtilities.previewParse:(Lcom/google/refine/importing/ImportingJob;Ljava/lang/String;Lcom/fasterxml/jackson/databind/node/ObjectNode;Ljava/util/List;)V
ImportingUtilities.retrieveContentFromPostRequest ( HttpServletRequest request, Properties parameters, File rawDataDir, ObjectNode retrievalRecord, ImportingUtilities.Progress progress ) [static] : void
com/google/refine/importing/ImportingUtilities.retrieveContentFromPostRequest:(Ljavax/servlet/http/HttpServletRequest;Ljava/util/Properties;Ljava/io/File;Lcom/fasterxml/jackson/databind/node/ObjectNode;Lcom/google/refine/importing/ImportingUtilities$Progress;)V
ImportingUtilities.uncompressFile ( File rawDataDir, InputStream uncompressedIS, ObjectNode fileRecord, ImportingUtilities.Progress progress ) [static] : File
com/google/refine/importing/ImportingUtilities.uncompressFile:(Ljava/io/File;Ljava/io/InputStream;Lcom/fasterxml/jackson/databind/node/ObjectNode;Lcom/google/refine/importing/ImportingUtilities$Progress;)Ljava/io/File;
ImportingUtilities.updateJobWithNewFileSelection ( ImportingJob job, ArrayNode fileSelectionArray ) [static] : void
com/google/refine/importing/ImportingUtilities.updateJobWithNewFileSelection:(Lcom/google/refine/importing/ImportingJob;Lcom/fasterxml/jackson/databind/node/ArrayNode;)V
openrefine-3.2.jar,
InArray.class
package com.google.refine.expr.functions.arrays
InArray.call ( Properties bindings, Object[ ] args ) : Object
com/google/refine/expr/functions/arrays/InArray.call:(Ljava/util/Properties;[Ljava/lang/Object;)Ljava/lang/Object;
InArray.getDescription ( ) : String
com/google/refine/expr/functions/arrays/InArray.getDescription:()Ljava/lang/String;
InArray.getParams ( ) : String
com/google/refine/expr/functions/arrays/InArray.getParams:()Ljava/lang/String;
InArray.getReturns ( ) : String
com/google/refine/expr/functions/arrays/InArray.getReturns:()Ljava/lang/String;
InArray.InArray ( )
com/google/refine/expr/functions/arrays/InArray."<init>":()V
openrefine-3.2.jar,
Inc.class
package com.google.refine.expr.functions.date
Inc.getDescription ( ) : String
com/google/refine/expr/functions/date/Inc.getDescription:()Ljava/lang/String;
Inc.getParams ( ) : String
com/google/refine/expr/functions/date/Inc.getParams:()Ljava/lang/String;
Inc.getReturns ( ) : String
com/google/refine/expr/functions/date/Inc.getReturns:()Ljava/lang/String;
openrefine-3.2.jar,
IndexOf.class
package com.google.refine.expr.functions.strings
IndexOf.getDescription ( ) : String
com/google/refine/expr/functions/strings/IndexOf.getDescription:()Ljava/lang/String;
IndexOf.getParams ( ) : String
com/google/refine/expr/functions/strings/IndexOf.getParams:()Ljava/lang/String;
IndexOf.getReturns ( ) : String
com/google/refine/expr/functions/strings/IndexOf.getReturns:()Ljava/lang/String;
openrefine-3.2.jar,
IndividualQuery.class
package com.google.refine.commands.recon
GuessTypesOfColumnCommand.IndividualQuery.GuessTypesOfColumnCommand.IndividualQuery ( String query, int limit )
com/google/refine/commands/recon/GuessTypesOfColumnCommand.IndividualQuery."<init>":(Ljava/lang/String;I)V
openrefine-3.2.jar,
InnerHtml.class
package com.google.refine.expr.functions.html
InnerHtml.getDescription ( ) : String
com/google/refine/expr/functions/html/InnerHtml.getDescription:()Ljava/lang/String;
InnerHtml.getParams ( ) : String
com/google/refine/expr/functions/html/InnerHtml.getParams:()Ljava/lang/String;
InnerHtml.getReturns ( ) : String
com/google/refine/expr/functions/html/InnerHtml.getReturns:()Ljava/lang/String;
openrefine-3.2.jar,
InnerXml.class
package com.google.refine.expr.functions.xml
InnerXml.getDescription ( ) : String
com/google/refine/expr/functions/xml/InnerXml.getDescription:()Ljava/lang/String;
InnerXml.getParams ( ) : String
com/google/refine/expr/functions/xml/InnerXml.getParams:()Ljava/lang/String;
InnerXml.getReturns ( ) : String
com/google/refine/expr/functions/xml/InnerXml.getReturns:()Ljava/lang/String;
openrefine-3.2.jar,
InterProjectModel.class
package com.google.refine
InterProjectModel.getJoin ( Long fromProject, String fromColumn, Long toProject, String toColumn ) : InterProjectModel.ProjectJoin
com/google/refine/InterProjectModel.getJoin:(Ljava/lang/Long;Ljava/lang/String;Ljava/lang/Long;Ljava/lang/String;)Lcom/google/refine/InterProjectModel$ProjectJoin;
openrefine-3.2.jar,
IsBlank.class
package com.google.refine.grel.controls
IsBlank.getParams ( ) : String
com/google/refine/grel/controls/IsBlank.getParams:()Ljava/lang/String;
IsBlank.getReturns ( ) : String
com/google/refine/grel/controls/IsBlank.getReturns:()Ljava/lang/String;
openrefine-3.2.jar,
IsEmptyString.class
package com.google.refine.grel.controls
IsEmptyString.getParams ( ) : String
com/google/refine/grel/controls/IsEmptyString.getParams:()Ljava/lang/String;
IsEmptyString.getReturns ( ) : String
com/google/refine/grel/controls/IsEmptyString.getReturns:()Ljava/lang/String;
openrefine-3.2.jar,
IsError.class
package com.google.refine.grel.controls
IsError.getParams ( ) : String
com/google/refine/grel/controls/IsError.getParams:()Ljava/lang/String;
IsError.getReturns ( ) : String
com/google/refine/grel/controls/IsError.getReturns:()Ljava/lang/String;
openrefine-3.2.jar,
IsNonBlank.class
package com.google.refine.grel.controls
IsNonBlank.getParams ( ) : String
com/google/refine/grel/controls/IsNonBlank.getParams:()Ljava/lang/String;
IsNonBlank.getReturns ( ) : String
com/google/refine/grel/controls/IsNonBlank.getReturns:()Ljava/lang/String;
openrefine-3.2.jar,
IsNotNull.class
package com.google.refine.grel.controls
IsNotNull.getParams ( ) : String
com/google/refine/grel/controls/IsNotNull.getParams:()Ljava/lang/String;
IsNotNull.getReturns ( ) : String
com/google/refine/grel/controls/IsNotNull.getReturns:()Ljava/lang/String;
openrefine-3.2.jar,
IsNull.class
package com.google.refine.grel.controls
IsNull.getParams ( ) : String
com/google/refine/grel/controls/IsNull.getParams:()Ljava/lang/String;
IsNull.getReturns ( ) : String
com/google/refine/grel/controls/IsNull.getReturns:()Ljava/lang/String;
openrefine-3.2.jar,
IsNumeric.class
package com.google.refine.grel.controls
IsNumeric.getParams ( ) : String
com/google/refine/grel/controls/IsNumeric.getParams:()Ljava/lang/String;
IsNumeric.getReturns ( ) : String
com/google/refine/grel/controls/IsNumeric.getReturns:()Ljava/lang/String;
openrefine-3.2.jar,
JobResponse.class
package com.google.refine.importing
DefaultImportingController.JobResponse.DefaultImportingController.JobResponse ( String code, ImportingJob job )
com/google/refine/importing/DefaultImportingController.JobResponse."<init>":(Ljava/lang/String;Lcom/google/refine/importing/ImportingJob;)V
openrefine-3.2.jar,
JobStatusResponse.class
package com.google.refine.commands.importing
GetImportingJobStatusCommand.JobStatusResponse.GetImportingJobStatusCommand.JobStatusResponse ( String code, String message, ImportingJob job )
com/google/refine/commands/importing/GetImportingJobStatusCommand.JobStatusResponse."<init>":(Ljava/lang/String;Ljava/lang/String;Lcom/google/refine/importing/ImportingJob;)V
openrefine-3.2.jar,
Join.class
package com.google.refine.expr.functions.arrays
Join.getDescription ( ) : String
com/google/refine/expr/functions/arrays/Join.getDescription:()Ljava/lang/String;
Join.getParams ( ) : String
com/google/refine/expr/functions/arrays/Join.getParams:()Ljava/lang/String;
Join.getReturns ( ) : String
com/google/refine/expr/functions/arrays/Join.getReturns:()Ljava/lang/String;
openrefine-3.2.jar,
JoinException.class
package com.google.refine.util
JoinException.JoinException ( )
com/google/refine/util/JoinException."<init>":()V
JoinException.JoinException ( String message )
com/google/refine/util/JoinException."<init>":(Ljava/lang/String;)V
openrefine-3.2.jar,
JsonImporter.class
package com.google.refine.importers
JsonImporter.createParserUIInitializationData ( ImportingJob job, List<ObjectNode> fileRecords, String format ) : ObjectNode
com/google/refine/importers/JsonImporter.createParserUIInitializationData:(Lcom/google/refine/importing/ImportingJob;Ljava/util/List;Ljava/lang/String;)Lcom/fasterxml/jackson/databind/node/ObjectNode;
JsonImporter.parseOneFile ( Project project, ProjectMetadata metadata, ImportingJob job, String fileSource, InputStream is, ImportColumnGroup rootColumnGroup, int limit, ObjectNode options, List<Exception> exceptions ) : void
com/google/refine/importers/JsonImporter.parseOneFile:(Lcom/google/refine/model/Project;Lcom/google/refine/ProjectMetadata;Lcom/google/refine/importing/ImportingJob;Ljava/lang/String;Ljava/io/InputStream;Lcom/google/refine/importers/tree/ImportColumnGroup;ILcom/fasterxml/jackson/databind/node/ObjectNode;Ljava/util/List;)V
openrefine-3.2.jar,
Jsonize.class
package com.google.refine.expr.functions
Jsonize.getDescription ( ) : String
com/google/refine/expr/functions/Jsonize.getDescription:()Ljava/lang/String;
Jsonize.getParams ( ) : String
com/google/refine/expr/functions/Jsonize.getParams:()Ljava/lang/String;
Jsonize.getReturns ( ) : String
com/google/refine/expr/functions/Jsonize.getReturns:()Ljava/lang/String;
openrefine-3.2.jar,
JsonResult.class
package com.google.refine.commands.row
GetRowsCommand.JsonResult.GetRowsCommand.JsonResult ( Engine.Mode mode, List<GetRowsCommand.WrappedRow> rows, int filtered, int totalCount, int start, int limit, Pool pool )
com/google/refine/commands/row/GetRowsCommand.JsonResult."<init>":(Lcom/google/refine/browsing/Engine$Mode;Ljava/util/List;IIIILcom/google/refine/util/Pool;)V
openrefine-3.2.jar,
JSONUtilities.class
package com.google.refine.util
JSONUtilities.append ( ArrayNode a, String element ) [static] : void
com/google/refine/util/JSONUtilities.append:(Lcom/fasterxml/jackson/databind/node/ArrayNode;Ljava/lang/String;)V
JSONUtilities.append ( ArrayNode array, int v ) [static] : void
com/google/refine/util/JSONUtilities.append:(Lcom/fasterxml/jackson/databind/node/ArrayNode;I)V
JSONUtilities.append ( ArrayNode sheetRecords, ObjectNode sheetRecord ) [static] : void
com/google/refine/util/JSONUtilities.append:(Lcom/fasterxml/jackson/databind/node/ArrayNode;Lcom/fasterxml/jackson/databind/node/ObjectNode;)V
JSONUtilities.getArray ( JsonNode obj, String key ) [static] : List<JsonNode>
com/google/refine/util/JSONUtilities.getArray:(Lcom/fasterxml/jackson/databind/JsonNode;Ljava/lang/String;)Ljava/util/List;
JSONUtilities.getArray ( ObjectNode obj, String key ) [static] : ArrayNode
com/google/refine/util/JSONUtilities.getArray:(Lcom/fasterxml/jackson/databind/node/ObjectNode;Ljava/lang/String;)Lcom/fasterxml/jackson/databind/node/ArrayNode;
JSONUtilities.getBoolean ( JsonNode obj, String key, boolean def ) [static] : boolean
com/google/refine/util/JSONUtilities.getBoolean:(Lcom/fasterxml/jackson/databind/JsonNode;Ljava/lang/String;Z)Z
JSONUtilities.getInt ( JsonNode obj, String key, int def ) [static] : int
com/google/refine/util/JSONUtilities.getInt:(Lcom/fasterxml/jackson/databind/JsonNode;Ljava/lang/String;I)I
JSONUtilities.getIntArray ( ObjectNode obj, String key ) [static] : int[ ]
com/google/refine/util/JSONUtilities.getIntArray:(Lcom/fasterxml/jackson/databind/node/ObjectNode;Ljava/lang/String;)[I
JSONUtilities.getIntElement ( ArrayNode a, int i, int def ) [static] : int
com/google/refine/util/JSONUtilities.getIntElement:(Lcom/fasterxml/jackson/databind/node/ArrayNode;II)I
JSONUtilities.getObject ( ObjectNode obj, String key ) [static] : ObjectNode
com/google/refine/util/JSONUtilities.getObject:(Lcom/fasterxml/jackson/databind/node/ObjectNode;Ljava/lang/String;)Lcom/fasterxml/jackson/databind/node/ObjectNode;
JSONUtilities.getObjectElement ( ArrayNode a, int i ) [static] : ObjectNode
com/google/refine/util/JSONUtilities.getObjectElement:(Lcom/fasterxml/jackson/databind/node/ArrayNode;I)Lcom/fasterxml/jackson/databind/node/ObjectNode;
JSONUtilities.getString ( JsonNode obj, String key, String def ) [static] : String
com/google/refine/util/JSONUtilities.getString:(Lcom/fasterxml/jackson/databind/JsonNode;Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;
JSONUtilities.getStringArray ( ObjectNode obj, String key ) [static] : String[ ]
com/google/refine/util/JSONUtilities.getStringArray:(Lcom/fasterxml/jackson/databind/node/ObjectNode;Ljava/lang/String;)[Ljava/lang/String;
JSONUtilities.safeInc ( ObjectNode obj, String key ) [static] : void
com/google/refine/util/JSONUtilities.safeInc:(Lcom/fasterxml/jackson/databind/node/ObjectNode;Ljava/lang/String;)V
JSONUtilities.safePut ( ObjectNode obj, String key, boolean value ) [static] : void
com/google/refine/util/JSONUtilities.safePut:(Lcom/fasterxml/jackson/databind/node/ObjectNode;Ljava/lang/String;Z)V
JSONUtilities.safePut ( ObjectNode obj, String key, double value ) [static] : void
com/google/refine/util/JSONUtilities.safePut:(Lcom/fasterxml/jackson/databind/node/ObjectNode;Ljava/lang/String;D)V
JSONUtilities.safePut ( ObjectNode obj, String key, long value ) [static] : void
com/google/refine/util/JSONUtilities.safePut:(Lcom/fasterxml/jackson/databind/node/ObjectNode;Ljava/lang/String;J)V
JSONUtilities.safePut ( ObjectNode obj, String key, String value ) [static] : void
com/google/refine/util/JSONUtilities.safePut:(Lcom/fasterxml/jackson/databind/node/ObjectNode;Ljava/lang/String;Ljava/lang/String;)V
JSONUtilities.safePut ( ObjectNode options, String key, JsonNode rootElement ) [static] : void
com/google/refine/util/JSONUtilities.safePut:(Lcom/fasterxml/jackson/databind/node/ObjectNode;Ljava/lang/String;Lcom/fasterxml/jackson/databind/JsonNode;)V
JSONUtilities.toArray ( ArrayNode v ) [static] : Object[ ]
com/google/refine/util/JSONUtilities.toArray:(Lcom/fasterxml/jackson/databind/node/ArrayNode;)[Ljava/lang/Object;
openrefine-3.2.jar,
JsonValueConverter.class
package com.google.refine.expr.util
JsonValueConverter.convert ( JsonNode value ) [static] : Object
com/google/refine/expr/util/JsonValueConverter.convert:(Lcom/fasterxml/jackson/databind/JsonNode;)Ljava/lang/Object;
JsonValueConverter.JsonValueConverter ( )
com/google/refine/expr/util/JsonValueConverter."<init>":()V
openrefine-3.2.jar,
JsonViews.class
package com.google.refine.util
JsonViews.JsonViews ( )
com/google/refine/util/JsonViews."<init>":()V
openrefine-3.2.jar,
KeyerFactory.class
package com.google.refine.clustering.binning
KeyerFactory.get ( String name ) [static] : Keyer
com/google/refine/clustering/binning/KeyerFactory.get:(Ljava/lang/String;)Lcom/google/refine/clustering/binning/Keyer;
KeyerFactory.getKeyerNames ( ) [static] : List<String>
com/google/refine/clustering/binning/KeyerFactory.getKeyerNames:()Ljava/util/List;
KeyerFactory.KeyerFactory ( )
com/google/refine/clustering/binning/KeyerFactory."<init>":()V
KeyerFactory.put ( String name, Keyer keyer ) [static] : void
com/google/refine/clustering/binning/KeyerFactory.put:(Ljava/lang/String;Lcom/google/refine/clustering/binning/Keyer;)V
openrefine-3.2.jar,
KeyValueColumnizeOperation.class
package com.google.refine.operations.cell
KeyValueColumnizeOperation.getKeyColumnName ( ) : String
com/google/refine/operations/cell/KeyValueColumnizeOperation.getKeyColumnName:()Ljava/lang/String;
KeyValueColumnizeOperation.getNoteColumnName ( ) : String
com/google/refine/operations/cell/KeyValueColumnizeOperation.getNoteColumnName:()Ljava/lang/String;
KeyValueColumnizeOperation.getValueColumnName ( ) : String
com/google/refine/operations/cell/KeyValueColumnizeOperation.getValueColumnName:()Ljava/lang/String;
openrefine-3.2.jar,
kNNClusterer.class
package com.google.refine.clustering.knn
kNNClusterer.getClusteredEntries ( Set<Serializable> s ) : List<ClusteredEntry>
com/google/refine/clustering/knn/kNNClusterer.getClusteredEntries:(Ljava/util/Set;)Ljava/util/List;
kNNClusterer.getJsonRepresentation ( ) : List<List<ClusteredEntry>>
com/google/refine/clustering/knn/kNNClusterer.getJsonRepresentation:()Ljava/util/List;
openrefine-3.2.jar,
kNNClustererConfig.class
package com.google.refine.clustering.knn
kNNClusterer.kNNClustererConfig.getDistance ( ) : SimilarityDistance
com/google/refine/clustering/knn/kNNClusterer.kNNClustererConfig.getDistance:()Lcom/google/refine/clustering/knn/SimilarityDistance;
kNNClusterer.kNNClustererConfig.getDistanceStr ( ) : String
com/google/refine/clustering/knn/kNNClusterer.kNNClustererConfig.getDistanceStr:()Ljava/lang/String;
kNNClusterer.kNNClustererConfig.getType ( ) : String
com/google/refine/clustering/knn/kNNClusterer.kNNClustererConfig.getType:()Ljava/lang/String;
kNNClusterer.kNNClustererConfig.setDistance ( String distanceStr ) : void
com/google/refine/clustering/knn/kNNClusterer.kNNClustererConfig.setDistance:(Ljava/lang/String;)V
kNNClusterer.kNNClustererConfig.setParameters ( kNNClusterer.kNNClustererConfigParameters params ) : void
com/google/refine/clustering/knn/kNNClusterer.kNNClustererConfig.setParameters:(Lcom/google/refine/clustering/knn/kNNClusterer$kNNClustererConfigParameters;)V
openrefine-3.2.jar,
LanguageInfo.class
package com.google.refine.commands.expr
GetExpressionLanguageInfoCommand.LanguageInfo.GetExpressionLanguageInfoCommand.LanguageInfo ( )
com/google/refine/commands/expr/GetExpressionLanguageInfoCommand.LanguageInfo."<init>":()V
openrefine-3.2.jar,
LanguageRecord.class
package com.google.refine.commands.lang
GetLanguagesCommand.LanguageRecord.GetLanguagesCommand.LanguageRecord ( String code, String label )
com/google/refine/commands/lang/GetLanguagesCommand.LanguageRecord."<init>":(Ljava/lang/String;Ljava/lang/String;)V
openrefine-3.2.jar,
LanguagesResponse.class
package com.google.refine.commands.lang
GetLanguagesCommand.LanguagesResponse.GetLanguagesCommand.LanguagesResponse ( GetLanguagesCommand module, ButterflyModule p2 )
com/google/refine/commands/lang/GetLanguagesCommand.LanguagesResponse."<init>":(Lcom/google/refine/commands/lang/GetLanguagesCommand;Ledu/mit/simile/butterfly/ButterflyModule;)V
openrefine-3.2.jar,
LastIndexOf.class
package com.google.refine.expr.functions.strings
LastIndexOf.getDescription ( ) : String
com/google/refine/expr/functions/strings/LastIndexOf.getDescription:()Ljava/lang/String;
LastIndexOf.getParams ( ) : String
com/google/refine/expr/functions/strings/LastIndexOf.getParams:()Ljava/lang/String;
LastIndexOf.getReturns ( ) : String
com/google/refine/expr/functions/strings/LastIndexOf.getReturns:()Ljava/lang/String;
openrefine-3.2.jar,
LeastCommonMultiple.class
package com.google.refine.expr.functions.math
LeastCommonMultiple.getDescription ( ) : String
com/google/refine/expr/functions/math/LeastCommonMultiple.getDescription:()Ljava/lang/String;
LeastCommonMultiple.getParams ( ) : String
com/google/refine/expr/functions/math/LeastCommonMultiple.getParams:()Ljava/lang/String;
LeastCommonMultiple.getReturns ( ) : String
com/google/refine/expr/functions/math/LeastCommonMultiple.getReturns:()Ljava/lang/String;
openrefine-3.2.jar,
Length.class
package com.google.refine.expr.functions
Length.getDescription ( ) : String
com/google/refine/expr/functions/Length.getDescription:()Ljava/lang/String;
Length.getParams ( ) : String
com/google/refine/expr/functions/Length.getParams:()Ljava/lang/String;
Length.getReturns ( ) : String
com/google/refine/expr/functions/Length.getReturns:()Ljava/lang/String;
openrefine-3.2.jar,
LineBasedImporter.class
package com.google.refine.importers
LineBasedImporter.createParserUIInitializationData ( ImportingJob job, List<ObjectNode> fileRecords, String format ) : ObjectNode
com/google/refine/importers/LineBasedImporter.createParserUIInitializationData:(Lcom/google/refine/importing/ImportingJob;Ljava/util/List;Ljava/lang/String;)Lcom/fasterxml/jackson/databind/node/ObjectNode;
LineBasedImporter.parseOneFile ( Project project, ProjectMetadata metadata, ImportingJob job, String fileSource, Reader reader, int limit, ObjectNode options, List<Exception> exceptions ) : void
com/google/refine/importers/LineBasedImporter.parseOneFile:(Lcom/google/refine/model/Project;Lcom/google/refine/ProjectMetadata;Lcom/google/refine/importing/ImportingJob;Ljava/lang/String;Ljava/io/Reader;ILcom/fasterxml/jackson/databind/node/ObjectNode;Ljava/util/List;)V
openrefine-3.2.jar,
ListFacet.class
package com.google.refine.browsing.facets
ListFacet.getBlankChoice ( ) : ListFacet.OtherChoice
com/google/refine/browsing/facets/ListFacet.getBlankChoice:()Lcom/google/refine/browsing/facets/ListFacet$OtherChoice;
ListFacet.getChoiceCount ( ) : Integer
com/google/refine/browsing/facets/ListFacet.getChoiceCount:()Ljava/lang/Integer;
ListFacet.getChoices ( ) : List<NominalFacetChoice>
com/google/refine/browsing/facets/ListFacet.getChoices:()Ljava/util/List;
ListFacet.getColumnName ( ) : String
com/google/refine/browsing/facets/ListFacet.getColumnName:()Ljava/lang/String;
ListFacet.getError ( ) : String
com/google/refine/browsing/facets/ListFacet.getError:()Ljava/lang/String;
ListFacet.getErrorChoice ( ) : ListFacet.OtherChoice
com/google/refine/browsing/facets/ListFacet.getErrorChoice:()Lcom/google/refine/browsing/facets/ListFacet$OtherChoice;
ListFacet.getExpression ( ) : String
com/google/refine/browsing/facets/ListFacet.getExpression:()Ljava/lang/String;
ListFacet.getInvert ( ) : boolean
com/google/refine/browsing/facets/ListFacet.getInvert:()Z
ListFacet.getName ( ) : String
com/google/refine/browsing/facets/ListFacet.getName:()Ljava/lang/String;
openrefine-3.2.jar,
ListFacetConfig.class
package com.google.refine.browsing.facets
ListFacet.ListFacetConfig.getJsonType ( ) : String
com/google/refine/browsing/facets/ListFacet.ListFacetConfig.getJsonType:()Ljava/lang/String;
ListFacet.ListFacetConfig.getWrappedSelection ( ) : List<ListFacet.DecoratedValueWrapper>
com/google/refine/browsing/facets/ListFacet.ListFacetConfig.getWrappedSelection:()Ljava/util/List;
ListFacet.ListFacetConfig.setSelection ( List<ListFacet.DecoratedValueWrapper> wrapped ) : void
com/google/refine/browsing/facets/ListFacet.ListFacetConfig.setSelection:(Ljava/util/List;)V
openrefine-3.2.jar,
Ln.class
package com.google.refine.expr.functions.math
Ln.getDescription ( ) : String
com/google/refine/expr/functions/math/Ln.getDescription:()Ljava/lang/String;
Ln.getParams ( ) : String
com/google/refine/expr/functions/math/Ln.getParams:()Ljava/lang/String;
Ln.getReturns ( ) : String
com/google/refine/expr/functions/math/Ln.getReturns:()Ljava/lang/String;
openrefine-3.2.jar,
LocalDateDeserializer.class
package com.google.refine.util
SerializationFilters.LocalDateDeserializer.deserialize ( JsonParser p, DeserializationContext ctxt ) : LocalDateTime
com/google/refine/util/SerializationFilters.LocalDateDeserializer.deserialize:(Lcom/fasterxml/jackson/core/JsonParser;Lcom/fasterxml/jackson/databind/DeserializationContext;)Ljava/time/LocalDateTime;
SerializationFilters.LocalDateDeserializer.deserialize ( JsonParser p1, DeserializationContext p2 ) : Object
com/google/refine/util/SerializationFilters.LocalDateDeserializer.deserialize:(Lcom/fasterxml/jackson/core/JsonParser;Lcom/fasterxml/jackson/databind/DeserializationContext;)Ljava/lang/Object;
SerializationFilters.LocalDateDeserializer.SerializationFilters.LocalDateDeserializer ( )
com/google/refine/util/SerializationFilters.LocalDateDeserializer."<init>":()V
openrefine-3.2.jar,
LocalDateSerializer.class
package com.google.refine.util
SerializationFilters.LocalDateSerializer.SerializationFilters.LocalDateSerializer ( )
com/google/refine/util/SerializationFilters.LocalDateSerializer."<init>":()V
SerializationFilters.LocalDateSerializer.serialize ( LocalDateTime arg0, JsonGenerator gen, SerializerProvider s ) : void
com/google/refine/util/SerializationFilters.LocalDateSerializer.serialize:(Ljava/time/LocalDateTime;Lcom/fasterxml/jackson/core/JsonGenerator;Lcom/fasterxml/jackson/databind/SerializerProvider;)V
SerializationFilters.LocalDateSerializer.serialize ( Object p1, JsonGenerator p2, SerializerProvider p3 ) : void
com/google/refine/util/SerializationFilters.LocalDateSerializer.serialize:(Ljava/lang/Object;Lcom/fasterxml/jackson/core/JsonGenerator;Lcom/fasterxml/jackson/databind/SerializerProvider;)V
openrefine-3.2.jar,
Log.class
package com.google.refine.expr.functions.math
Log.getDescription ( ) : String
com/google/refine/expr/functions/math/Log.getDescription:()Ljava/lang/String;
Log.getParams ( ) : String
com/google/refine/expr/functions/math/Log.getParams:()Ljava/lang/String;
Log.getReturns ( ) : String
com/google/refine/expr/functions/math/Log.getReturns:()Ljava/lang/String;
openrefine-3.2.jar,
LongRunningProcess.class
package com.google.refine.process
LongRunningProcess.getStatus ( ) : String
com/google/refine/process/LongRunningProcess.getStatus:()Ljava/lang/String;
openrefine-3.2.jar,
MarcImporter.class
package com.google.refine.importers
MarcImporter.createParserUIInitializationData ( ImportingJob job, List<ObjectNode> fileRecords, String format ) : ObjectNode
com/google/refine/importers/MarcImporter.createParserUIInitializationData:(Lcom/google/refine/importing/ImportingJob;Ljava/util/List;Ljava/lang/String;)Lcom/fasterxml/jackson/databind/node/ObjectNode;
openrefine-3.2.jar,
MassEditOperation.class
package com.google.refine.operations.cell
MassEditOperation.getEdits ( ) : List<MassEditOperation.Edit>
com/google/refine/operations/cell/MassEditOperation.getEdits:()Ljava/util/List;
MassEditOperation.getExpression ( ) : String
com/google/refine/operations/cell/MassEditOperation.getExpression:()Ljava/lang/String;
openrefine-3.2.jar,
Match.class
package com.google.refine.expr.functions.strings
Match.getDescription ( ) : String
com/google/refine/expr/functions/strings/Match.getDescription:()Ljava/lang/String;
Match.getParams ( ) : String
com/google/refine/expr/functions/strings/Match.getParams:()Ljava/lang/String;
Match.getReturns ( ) : String
com/google/refine/expr/functions/strings/Match.getReturns:()Ljava/lang/String;
openrefine-3.2.jar,
Max.class
package com.google.refine.expr.functions.math
Max.getDescription ( ) : String
com/google/refine/expr/functions/math/Max.getDescription:()Ljava/lang/String;
Max.getParams ( ) : String
com/google/refine/expr/functions/math/Max.getParams:()Ljava/lang/String;
Max.getReturns ( ) : String
com/google/refine/expr/functions/math/Max.getReturns:()Ljava/lang/String;
openrefine-3.2.jar,
MD5.class
package com.google.refine.expr.functions.strings
MD5.getDescription ( ) : String
com/google/refine/expr/functions/strings/MD5.getDescription:()Ljava/lang/String;
MD5.getParams ( ) : String
com/google/refine/expr/functions/strings/MD5.getParams:()Ljava/lang/String;
MD5.getReturns ( ) : String
com/google/refine/expr/functions/strings/MD5.getReturns:()Ljava/lang/String;
openrefine-3.2.jar,
Min.class
package com.google.refine.expr.functions.math
Min.getDescription ( ) : String
com/google/refine/expr/functions/math/Min.getDescription:()Ljava/lang/String;
Min.getParams ( ) : String
com/google/refine/expr/functions/math/Min.getParams:()Ljava/lang/String;
Min.getReturns ( ) : String
com/google/refine/expr/functions/math/Min.getReturns:()Ljava/lang/String;
openrefine-3.2.jar,
Mod.class
package com.google.refine.expr.functions.math
Mod.getDescription ( ) : String
com/google/refine/expr/functions/math/Mod.getDescription:()Ljava/lang/String;
Mod.getParams ( ) : String
com/google/refine/expr/functions/math/Mod.getParams:()Ljava/lang/String;
Mod.getReturns ( ) : String
com/google/refine/expr/functions/math/Mod.getReturns:()Ljava/lang/String;
openrefine-3.2.jar,
ModelsResponse.class
package com.google.refine.commands.project
GetModelsCommand.ModelsResponse.GetModelsCommand.ModelsResponse ( ColumnModel columns, RecordModel records, Map<String,OverlayModel> overlays, Map<String,MetaParser.LanguageInfo> languageInfos, Map<String,HttpHeadersSupport.HttpHeaderInfo> headers )
com/google/refine/commands/project/GetModelsCommand.ModelsResponse."<init>":(Lcom/google/refine/model/ColumnModel;Lcom/google/refine/model/RecordModel;Ljava/util/Map;Ljava/util/Map;Ljava/util/Map;)V
openrefine-3.2.jar,
Multinomial.class
package com.google.refine.expr.functions.math
Multinomial.getDescription ( ) : String
com/google/refine/expr/functions/math/Multinomial.getDescription:()Ljava/lang/String;
Multinomial.getParams ( ) : String
com/google/refine/expr/functions/math/Multinomial.getParams:()Ljava/lang/String;
Multinomial.getReturns ( ) : String
com/google/refine/expr/functions/math/Multinomial.getReturns:()Ljava/lang/String;
openrefine-3.2.jar,
MultiValuedCellJoinOperation.class
package com.google.refine.operations.cell
MultiValuedCellJoinOperation.getColumnName ( ) : String
com/google/refine/operations/cell/MultiValuedCellJoinOperation.getColumnName:()Ljava/lang/String;
MultiValuedCellJoinOperation.getKeyColumnName ( ) : String
com/google/refine/operations/cell/MultiValuedCellJoinOperation.getKeyColumnName:()Ljava/lang/String;
MultiValuedCellJoinOperation.getSeparator ( ) : String
com/google/refine/operations/cell/MultiValuedCellJoinOperation.getSeparator:()Ljava/lang/String;
openrefine-3.2.jar,
MultiValuedCellSplitOperation.class
package com.google.refine.operations.cell
MultiValuedCellSplitOperation.deserialize ( String columnName, String keyColumnName, String mode, String separator, boolean regex, int[ ] fieldLengths ) [static] : MultiValuedCellSplitOperation
com/google/refine/operations/cell/MultiValuedCellSplitOperation.deserialize:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Z[I)Lcom/google/refine/operations/cell/MultiValuedCellSplitOperation;
MultiValuedCellSplitOperation.getColumnName ( ) : String
com/google/refine/operations/cell/MultiValuedCellSplitOperation.getColumnName:()Ljava/lang/String;
MultiValuedCellSplitOperation.getFieldLengths ( ) : int[ ]
com/google/refine/operations/cell/MultiValuedCellSplitOperation.getFieldLengths:()[I
MultiValuedCellSplitOperation.getKeyColumnName ( ) : String
com/google/refine/operations/cell/MultiValuedCellSplitOperation.getKeyColumnName:()Ljava/lang/String;
MultiValuedCellSplitOperation.getMode ( ) : String
com/google/refine/operations/cell/MultiValuedCellSplitOperation.getMode:()Ljava/lang/String;
MultiValuedCellSplitOperation.getRegex ( ) : Boolean
com/google/refine/operations/cell/MultiValuedCellSplitOperation.getRegex:()Ljava/lang/Boolean;
MultiValuedCellSplitOperation.getSeparator ( ) : String
com/google/refine/operations/cell/MultiValuedCellSplitOperation.getSeparator:()Ljava/lang/String;
openrefine-3.2.jar,
NGram.class
package com.google.refine.expr.functions.strings
NGram.getDescription ( ) : String
com/google/refine/expr/functions/strings/NGram.getDescription:()Ljava/lang/String;
NGram.getParams ( ) : String
com/google/refine/expr/functions/strings/NGram.getParams:()Ljava/lang/String;
NGram.getReturns ( ) : String
com/google/refine/expr/functions/strings/NGram.getReturns:()Ljava/lang/String;
openrefine-3.2.jar,
NGramFingerprint.class
package com.google.refine.expr.functions.strings
NGramFingerprint.getDescription ( ) : String
com/google/refine/expr/functions/strings/NGramFingerprint.getDescription:()Ljava/lang/String;
NGramFingerprint.getParams ( ) : String
com/google/refine/expr/functions/strings/NGramFingerprint.getParams:()Ljava/lang/String;
NGramFingerprint.getReturns ( ) : String
com/google/refine/expr/functions/strings/NGramFingerprint.getReturns:()Ljava/lang/String;
openrefine-3.2.jar,
NonSaveMode.class
package com.google.refine.util
JsonViews.NonSaveMode.JsonViews.NonSaveMode ( )
com/google/refine/util/JsonViews.NonSaveMode."<init>":()V
openrefine-3.2.jar,
Not.class
package com.google.refine.expr.functions.booleans
Not.getDescription ( ) : String
com/google/refine/expr/functions/booleans/Not.getDescription:()Ljava/lang/String;
Not.getParams ( ) : String
com/google/refine/expr/functions/booleans/Not.getParams:()Ljava/lang/String;
Not.getReturns ( ) : String
com/google/refine/expr/functions/booleans/Not.getReturns:()Ljava/lang/String;
openrefine-3.2.jar,
Now.class
package com.google.refine.expr.functions.date
Now.getDescription ( ) : String
com/google/refine/expr/functions/date/Now.getDescription:()Ljava/lang/String;
Now.getReturns ( ) : String
com/google/refine/expr/functions/date/Now.getReturns:()Ljava/lang/String;
openrefine-3.2.jar,
NumberCriterion.class
package com.google.refine.sorting
NumberCriterion.getValueType ( ) : String
com/google/refine/sorting/NumberCriterion.getValueType:()Ljava/lang/String;
openrefine-3.2.jar,
Odd.class
package com.google.refine.expr.functions.math
Odd.getDescription ( ) : String
com/google/refine/expr/functions/math/Odd.getDescription:()Ljava/lang/String;
Odd.getParams ( ) : String
com/google/refine/expr/functions/math/Odd.getParams:()Ljava/lang/String;
Odd.getReturns ( ) : String
com/google/refine/expr/functions/math/Odd.getReturns:()Ljava/lang/String;
openrefine-3.2.jar,
OdsImporter.class
package com.google.refine.importers
OdsImporter.createParserUIInitializationData ( ImportingJob job, List<ObjectNode> fileRecords, String format ) : ObjectNode
com/google/refine/importers/OdsImporter.createParserUIInitializationData:(Lcom/google/refine/importing/ImportingJob;Ljava/util/List;Ljava/lang/String;)Lcom/fasterxml/jackson/databind/node/ObjectNode;
OdsImporter.parseOneFile ( Project project, ProjectMetadata metadata, ImportingJob job, String fileSource, InputStream inputStream, int limit, ObjectNode options, List<Exception> exceptions ) : void
com/google/refine/importers/OdsImporter.parseOneFile:(Lcom/google/refine/model/Project;Lcom/google/refine/ProjectMetadata;Lcom/google/refine/importing/ImportingJob;Ljava/lang/String;Ljava/io/InputStream;ILcom/fasterxml/jackson/databind/node/ObjectNode;Ljava/util/List;)V
openrefine-3.2.jar,
OffsetDateDeserializer.class
package com.google.refine.util
SerializationFilters.OffsetDateDeserializer.deserialize ( JsonParser p, DeserializationContext ctxt ) : OffsetDateTime
com/google/refine/util/SerializationFilters.OffsetDateDeserializer.deserialize:(Lcom/fasterxml/jackson/core/JsonParser;Lcom/fasterxml/jackson/databind/DeserializationContext;)Ljava/time/OffsetDateTime;
SerializationFilters.OffsetDateDeserializer.deserialize ( JsonParser p1, DeserializationContext p2 ) : Object
com/google/refine/util/SerializationFilters.OffsetDateDeserializer.deserialize:(Lcom/fasterxml/jackson/core/JsonParser;Lcom/fasterxml/jackson/databind/DeserializationContext;)Ljava/lang/Object;
SerializationFilters.OffsetDateDeserializer.SerializationFilters.OffsetDateDeserializer ( )
com/google/refine/util/SerializationFilters.OffsetDateDeserializer."<init>":()V
openrefine-3.2.jar,
OffsetDateSerializer.class
package com.google.refine.util
SerializationFilters.OffsetDateSerializer.SerializationFilters.OffsetDateSerializer ( )
com/google/refine/util/SerializationFilters.OffsetDateSerializer."<init>":()V
SerializationFilters.OffsetDateSerializer.serialize ( Object p1, JsonGenerator p2, SerializerProvider p3 ) : void
com/google/refine/util/SerializationFilters.OffsetDateSerializer.serialize:(Ljava/lang/Object;Lcom/fasterxml/jackson/core/JsonGenerator;Lcom/fasterxml/jackson/databind/SerializerProvider;)V
SerializationFilters.OffsetDateSerializer.serialize ( OffsetDateTime arg0, JsonGenerator gen, SerializerProvider s ) : void
com/google/refine/util/SerializationFilters.OffsetDateSerializer.serialize:(Ljava/time/OffsetDateTime;Lcom/fasterxml/jackson/core/JsonGenerator;Lcom/fasterxml/jackson/databind/SerializerProvider;)V
openrefine-3.2.jar,
OperationRegistry.class
package com.google.refine.operations
OperationRegistry.resolveOperationId ( String op ) [static] : Class<?>
com/google/refine/operations/OperationRegistry.resolveOperationId:(Ljava/lang/String;)Ljava/lang/Class;
openrefine-3.2.jar,
OperationResolver.class
package com.google.refine.operations
OperationResolver.getMechanism ( ) : JsonTypeInfo.Id
com/google/refine/operations/OperationResolver.getMechanism:()Lcom/fasterxml/jackson/annotation/JsonTypeInfo$Id;
OperationResolver.idFromValue ( Object instance ) : String
com/google/refine/operations/OperationResolver.idFromValue:(Ljava/lang/Object;)Ljava/lang/String;
OperationResolver.idFromValueAndType ( Object instance, Class<?> type ) : String
com/google/refine/operations/OperationResolver.idFromValueAndType:(Ljava/lang/Object;Ljava/lang/Class;)Ljava/lang/String;
OperationResolver.OperationResolver ( )
com/google/refine/operations/OperationResolver."<init>":()V
OperationResolver.typeFromId ( DatabindContext context, String id ) : JavaType
com/google/refine/operations/OperationResolver.typeFromId:(Lcom/fasterxml/jackson/databind/DatabindContext;Ljava/lang/String;)Lcom/fasterxml/jackson/databind/JavaType;
openrefine-3.2.jar,
Or.class
package com.google.refine.expr.functions.booleans
Or.getDescription ( ) : String
com/google/refine/expr/functions/booleans/Or.getDescription:()Ljava/lang/String;
Or.getParams ( ) : String
com/google/refine/expr/functions/booleans/Or.getParams:()Ljava/lang/String;
Or.getReturns ( ) : String
com/google/refine/expr/functions/booleans/Or.getReturns:()Ljava/lang/String;
openrefine-3.2.jar,
OtherChoice.class
package com.google.refine.browsing.facets
ListFacet.OtherChoice.ListFacet.OtherChoice ( boolean selected, int count )
com/google/refine/browsing/facets/ListFacet.OtherChoice."<init>":(ZI)V
openrefine-3.2.jar,
OwnText.class
package com.google.refine.expr.functions.xml
OwnText.getDescription ( ) : String
com/google/refine/expr/functions/xml/OwnText.getDescription:()Ljava/lang/String;
OwnText.getParams ( ) : String
com/google/refine/expr/functions/xml/OwnText.getParams:()Ljava/lang/String;
OwnText.getReturns ( ) : String
com/google/refine/expr/functions/xml/OwnText.getReturns:()Ljava/lang/String;
openrefine-3.2.jar,
ParseHtml.class
package com.google.refine.expr.functions.html
ParseHtml.getDescription ( ) : String
com/google/refine/expr/functions/html/ParseHtml.getDescription:()Ljava/lang/String;
ParseHtml.getParams ( ) : String
com/google/refine/expr/functions/html/ParseHtml.getParams:()Ljava/lang/String;
ParseHtml.getReturns ( ) : String
com/google/refine/expr/functions/html/ParseHtml.getReturns:()Ljava/lang/String;
openrefine-3.2.jar,
ParseJson.class
package com.google.refine.expr.functions.strings
ParseJson.getDescription ( ) : String
com/google/refine/expr/functions/strings/ParseJson.getDescription:()Ljava/lang/String;
ParseJson.getParams ( ) : String
com/google/refine/expr/functions/strings/ParseJson.getParams:()Ljava/lang/String;
ParseJson.getReturns ( ) : String
com/google/refine/expr/functions/strings/ParseJson.getReturns:()Ljava/lang/String;
openrefine-3.2.jar,
ParseXml.class
package com.google.refine.expr.functions.xml
ParseXml.getDescription ( ) : String
com/google/refine/expr/functions/xml/ParseXml.getDescription:()Ljava/lang/String;
ParseXml.getParams ( ) : String
com/google/refine/expr/functions/xml/ParseXml.getParams:()Ljava/lang/String;
ParseXml.getReturns ( ) : String
com/google/refine/expr/functions/xml/ParseXml.getReturns:()Ljava/lang/String;
openrefine-3.2.jar,
ParsingUtilities.class
package com.google.refine.util
ParsingUtilities.evaluateJsonStringToArrayNode ( String parameter ) [static] : ArrayNode
com/google/refine/util/ParsingUtilities.evaluateJsonStringToArrayNode:(Ljava/lang/String;)Lcom/fasterxml/jackson/databind/node/ArrayNode;
ParsingUtilities.evaluateJsonStringToObjectNode ( String optionsString ) [static] : ObjectNode
com/google/refine/util/ParsingUtilities.evaluateJsonStringToObjectNode:(Ljava/lang/String;)Lcom/fasterxml/jackson/databind/node/ObjectNode;
openrefine-3.2.jar,
Partition.class
package com.google.refine.expr.functions.strings
Partition.getDescription ( ) : String
com/google/refine/expr/functions/strings/Partition.getDescription:()Ljava/lang/String;
Partition.getParams ( ) : String
com/google/refine/expr/functions/strings/Partition.getParams:()Ljava/lang/String;
Partition.getReturns ( ) : String
com/google/refine/expr/functions/strings/Partition.getReturns:()Ljava/lang/String;
openrefine-3.2.jar,
Phonetic.class
package com.google.refine.expr.functions.strings
Phonetic.getDescription ( ) : String
com/google/refine/expr/functions/strings/Phonetic.getDescription:()Ljava/lang/String;
Phonetic.getParams ( ) : String
com/google/refine/expr/functions/strings/Phonetic.getParams:()Ljava/lang/String;
Phonetic.getReturns ( ) : String
com/google/refine/expr/functions/strings/Phonetic.getReturns:()Ljava/lang/String;
openrefine-3.2.jar,
PlotterConfig.class
package com.google.refine.commands.browsing
GetScatterplotCommand.PlotterConfig.GetScatterplotCommand.PlotterConfig ( )
com/google/refine/commands/browsing/GetScatterplotCommand.PlotterConfig."<init>":()V
openrefine-3.2.jar,
Pow.class
package com.google.refine.expr.functions.math
Pow.getDescription ( ) : String
com/google/refine/expr/functions/math/Pow.getDescription:()Ljava/lang/String;
Pow.getParams ( ) : String
com/google/refine/expr/functions/math/Pow.getParams:()Ljava/lang/String;
Pow.getReturns ( ) : String
com/google/refine/expr/functions/math/Pow.getReturns:()Ljava/lang/String;
openrefine-3.2.jar,
PreferenceStore.class
package com.google.refine.preference
PreferenceStore.getEntries ( ) : Map<String,Object>
com/google/refine/preference/PreferenceStore.getEntries:()Ljava/util/Map;
PreferenceStore.loadObject ( JsonNode o ) [static] : Object
com/google/refine/preference/PreferenceStore.loadObject:(Lcom/fasterxml/jackson/databind/JsonNode;)Ljava/lang/Object;
PreferenceStore.markAsClean ( ) : Integer
com/google/refine/preference/PreferenceStore.markAsClean:()Ljava/lang/Integer;
PreferenceStore.setEntries ( JsonNode entries ) : void
com/google/refine/preference/PreferenceStore.setEntries:(Lcom/fasterxml/jackson/databind/JsonNode;)V
openrefine-3.2.jar,
PreferenceValue.class
package com.google.refine.commands
GetPreferenceCommand.PreferenceValue.GetPreferenceCommand.PreferenceValue ( Object pref )
com/google/refine/commands/GetPreferenceCommand.PreferenceValue."<init>":(Ljava/lang/Object;)V
openrefine-3.2.jar,
PreferenceValue.class
package com.google.refine.preference
PreferenceValue.getClassName ( ) : String
com/google/refine/preference/PreferenceValue.getClassName:()Ljava/lang/String;
openrefine-3.2.jar,
PreviewResponse.class
package com.google.refine.commands.recon
PreviewExtendDataCommand.PreviewResponse.PreviewExtendDataCommand.PreviewResponse ( List<ReconciledDataExtensionJob.ColumnInfo> columns2, List<List<Object>> rows2 )
com/google/refine/commands/recon/PreviewExtendDataCommand.PreviewResponse."<init>":(Ljava/util/List;Ljava/util/List;)V
openrefine-3.2.jar,
PreviewResult.class
package com.google.refine.commands.expr
PreviewExpressionCommand.PreviewResult.PreviewExpressionCommand.PreviewResult ( List<PreviewExpressionCommand.ExpressionValue> evaluated )
com/google/refine/commands/expr/PreviewExpressionCommand.PreviewResult."<init>":(Ljava/util/List;)V
PreviewExpressionCommand.PreviewResult.PreviewExpressionCommand.PreviewResult ( String code, String message, String type )
com/google/refine/commands/expr/PreviewExpressionCommand.PreviewResult."<init>":(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
openrefine-3.2.jar,
Process.class
package com.google.refine.process
Process.getId ( ) : long
com/google/refine/process/Process.getId:()J
openrefine-3.2.jar,
ProcessManager.class
package com.google.refine.process
ProcessManager.getJsonExceptions ( ) : List<ProcessManager.ExceptionMessage>
com/google/refine/process/ProcessManager.getJsonExceptions:()Ljava/util/List;
openrefine-3.2.jar,
Project.class
package com.google.refine.model
Project.getMetadata ( ) : ProjectMetadata
com/google/refine/model/Project.getMetadata:()Lcom/google/refine/ProjectMetadata;
openrefine-3.2.jar,
ProjectManager.class
package com.google.refine
ProjectManager.getProjectMetadata ( long id ) : ProjectMetadata
com/google/refine/ProjectManager.getProjectMetadata:(J)Lcom/google/refine/ProjectMetadata;
ProjectManager.getProjectMetadata ( String name ) : ProjectMetadata
com/google/refine/ProjectManager.getProjectMetadata:(Ljava/lang/String;)Lcom/google/refine/ProjectMetadata;
ProjectManager.mergeEmptyUserMetadata ( ProjectMetadata metadata ) : void
com/google/refine/ProjectManager.mergeEmptyUserMetadata:(Lcom/google/refine/ProjectMetadata;)V
ProjectManager.registerProject ( Project project, ProjectMetadata projectMetadata ) : void
com/google/refine/ProjectManager.registerProject:(Lcom/google/refine/model/Project;Lcom/google/refine/ProjectMetadata;)V
ProjectManager.saveMetadata ( ProjectMetadata p1, long p2 ) [abstract] : void
com/google/refine/ProjectManager.saveMetadata:(Lcom/google/refine/ProjectMetadata;J)V
openrefine-3.2.jar,
ProjectMetadata.class
package com.google.refine
ProjectMetadata.appendImportOptionMetadata ( ObjectNode options ) : void
com/google/refine/ProjectMetadata.appendImportOptionMetadata:(Lcom/fasterxml/jackson/databind/node/ObjectNode;)V
ProjectMetadata.getContributors ( ) : String
com/google/refine/ProjectMetadata.getContributors:()Ljava/lang/String;
ProjectMetadata.getCreated ( ) : LocalDateTime
com/google/refine/ProjectMetadata.getCreated:()Ljava/time/LocalDateTime;
ProjectMetadata.getCreator ( ) : String
com/google/refine/ProjectMetadata.getCreator:()Ljava/lang/String;
ProjectMetadata.getCustomMetadata ( String key ) : Serializable
com/google/refine/ProjectMetadata.getCustomMetadata:(Ljava/lang/String;)Ljava/io/Serializable;
ProjectMetadata.getDescription ( ) : String
com/google/refine/ProjectMetadata.getDescription:()Ljava/lang/String;
ProjectMetadata.getEncoding ( ) : String
com/google/refine/ProjectMetadata.getEncoding:()Ljava/lang/String;
ProjectMetadata.getEncodingConfidence ( ) : int
com/google/refine/ProjectMetadata.getEncodingConfidence:()I
ProjectMetadata.getImportOptionMetadata ( ) : ArrayNode
com/google/refine/ProjectMetadata.getImportOptionMetadata:()Lcom/fasterxml/jackson/databind/node/ArrayNode;
ProjectMetadata.getModified ( ) : LocalDateTime
com/google/refine/ProjectMetadata.getModified:()Ljava/time/LocalDateTime;
ProjectMetadata.getName ( ) : String
com/google/refine/ProjectMetadata.getName:()Ljava/lang/String;
ProjectMetadata.getPassword ( ) : String
com/google/refine/ProjectMetadata.getPassword:()Ljava/lang/String;
ProjectMetadata.getPreferenceStore ( ) : PreferenceStore
com/google/refine/ProjectMetadata.getPreferenceStore:()Lcom/google/refine/preference/PreferenceStore;
ProjectMetadata.getRowCount ( ) : int
com/google/refine/ProjectMetadata.getRowCount:()I
ProjectMetadata.getSubject ( ) : String
com/google/refine/ProjectMetadata.getSubject:()Ljava/lang/String;
ProjectMetadata.getTags ( ) : String[ ]
com/google/refine/ProjectMetadata.getTags:()[Ljava/lang/String;
ProjectMetadata.getUserMetadata ( ) : ArrayNode
com/google/refine/ProjectMetadata.getUserMetadata:()Lcom/fasterxml/jackson/databind/node/ArrayNode;
ProjectMetadata.getUserMetadataJson ( ) : ArrayNode
com/google/refine/ProjectMetadata.getUserMetadataJson:()Lcom/fasterxml/jackson/databind/node/ArrayNode;
ProjectMetadata.isDirty ( ) : boolean
com/google/refine/ProjectMetadata.isDirty:()Z
ProjectMetadata.preparePreferenceStore ( PreferenceStore ps ) [static] : void
com/google/refine/ProjectMetadata.preparePreferenceStore:(Lcom/google/refine/preference/PreferenceStore;)V
ProjectMetadata.ProjectMetadata ( )
com/google/refine/ProjectMetadata."<init>":()V
ProjectMetadata.ProjectMetadata ( LocalDateTime created, LocalDateTime modified, String name )
com/google/refine/ProjectMetadata."<init>":(Ljava/time/LocalDateTime;Ljava/time/LocalDateTime;Ljava/lang/String;)V
ProjectMetadata.ProjectMetadata ( LocalDateTime date )
com/google/refine/ProjectMetadata."<init>":(Ljava/time/LocalDateTime;)V
ProjectMetadata.setAnyField ( String metaName, String valueString ) : void
com/google/refine/ProjectMetadata.setAnyField:(Ljava/lang/String;Ljava/lang/String;)V
ProjectMetadata.setContributors ( String contributors ) : void
com/google/refine/ProjectMetadata.setContributors:(Ljava/lang/String;)V
ProjectMetadata.setCreator ( String creator ) : void
com/google/refine/ProjectMetadata.setCreator:(Ljava/lang/String;)V
ProjectMetadata.setCustomMetadata ( String key, Serializable value ) : void
com/google/refine/ProjectMetadata.setCustomMetadata:(Ljava/lang/String;Ljava/io/Serializable;)V
ProjectMetadata.setDescription ( String description ) : void
com/google/refine/ProjectMetadata.setDescription:(Ljava/lang/String;)V
ProjectMetadata.setEncoding ( String encoding ) : void
com/google/refine/ProjectMetadata.setEncoding:(Ljava/lang/String;)V
ProjectMetadata.setEncodingConfidence ( int confidence ) : void
com/google/refine/ProjectMetadata.setEncodingConfidence:(I)V
ProjectMetadata.setEncodingConfidence ( String confidence ) : void
com/google/refine/ProjectMetadata.setEncodingConfidence:(Ljava/lang/String;)V
ProjectMetadata.setImportOptionMetadata ( ArrayNode jsonArray ) : void
com/google/refine/ProjectMetadata.setImportOptionMetadata:(Lcom/fasterxml/jackson/databind/node/ArrayNode;)V
ProjectMetadata.setName ( String name ) : void
com/google/refine/ProjectMetadata.setName:(Ljava/lang/String;)V
ProjectMetadata.setPassword ( String password ) : void
com/google/refine/ProjectMetadata.setPassword:(Ljava/lang/String;)V
ProjectMetadata.setRowCount ( int rowCount ) : void
com/google/refine/ProjectMetadata.setRowCount:(I)V
ProjectMetadata.setSubject ( String subject ) : void
com/google/refine/ProjectMetadata.setSubject:(Ljava/lang/String;)V
ProjectMetadata.setTags ( String[ ] tags ) : void
com/google/refine/ProjectMetadata.setTags:([Ljava/lang/String;)V
ProjectMetadata.setUserMetadata ( ArrayNode userMetadata ) : void
com/google/refine/ProjectMetadata.setUserMetadata:(Lcom/fasterxml/jackson/databind/node/ArrayNode;)V
ProjectMetadata.updateModified ( ) : void
com/google/refine/ProjectMetadata.updateModified:()V
openrefine-3.2.jar,
ProjectMetadataUtilities.class
package com.google.refine.io
ProjectMetadataUtilities.load ( File projectDir ) [static] : ProjectMetadata
com/google/refine/io/ProjectMetadataUtilities.load:(Ljava/io/File;)Lcom/google/refine/ProjectMetadata;
ProjectMetadataUtilities.loadFromFile ( File metadataFile ) [static] : ProjectMetadata
com/google/refine/io/ProjectMetadataUtilities.loadFromFile:(Ljava/io/File;)Lcom/google/refine/ProjectMetadata;
ProjectMetadataUtilities.recover ( File projectDir, long id ) [static] : ProjectMetadata
com/google/refine/io/ProjectMetadataUtilities.recover:(Ljava/io/File;J)Lcom/google/refine/ProjectMetadata;
ProjectMetadataUtilities.save ( ProjectMetadata projectMeta, File projectDir ) [static] : void
com/google/refine/io/ProjectMetadataUtilities.save:(Lcom/google/refine/ProjectMetadata;Ljava/io/File;)V
ProjectMetadataUtilities.saveToFile ( ProjectMetadata projectMeta, File metadataFile ) [static] : void
com/google/refine/io/ProjectMetadataUtilities.saveToFile:(Lcom/google/refine/ProjectMetadata;Ljava/io/File;)V
openrefine-3.2.jar,
QueryProperty.class
package com.google.refine.model.recon
StandardReconConfig.QueryProperty.StandardReconConfig.QueryProperty ( String pid, Object v )
com/google/refine/model/recon/StandardReconConfig.QueryProperty."<init>":(Ljava/lang/String;Ljava/lang/Object;)V
StandardReconConfig.QueryProperty.toString ( ) : String
com/google/refine/model/recon/StandardReconConfig.QueryProperty.toString:()Ljava/lang/String;
openrefine-3.2.jar,
QuickHistoryEntryProcess.class
package com.google.refine.process
QuickHistoryEntryProcess.getDescription ( ) : String
com/google/refine/process/QuickHistoryEntryProcess.getDescription:()Ljava/lang/String;
QuickHistoryEntryProcess.getStatus ( ) : String
com/google/refine/process/QuickHistoryEntryProcess.getStatus:()Ljava/lang/String;
openrefine-3.2.jar,
Quotient.class
package com.google.refine.expr.functions.math
Quotient.getDescription ( ) : String
com/google/refine/expr/functions/math/Quotient.getDescription:()Ljava/lang/String;
Quotient.getParams ( ) : String
com/google/refine/expr/functions/math/Quotient.getParams:()Ljava/lang/String;
Quotient.getReturns ( ) : String
com/google/refine/expr/functions/math/Quotient.getReturns:()Ljava/lang/String;
openrefine-3.2.jar,
Radians.class
package com.google.refine.expr.functions.math
Radians.getDescription ( ) : String
com/google/refine/expr/functions/math/Radians.getDescription:()Ljava/lang/String;
Radians.getParams ( ) : String
com/google/refine/expr/functions/math/Radians.getParams:()Ljava/lang/String;
Radians.getReturns ( ) : String
com/google/refine/expr/functions/math/Radians.getReturns:()Ljava/lang/String;
openrefine-3.2.jar,
RandomNumber.class
package com.google.refine.expr.functions.math
RandomNumber.call ( Properties bindings, Object[ ] args ) : Object
com/google/refine/expr/functions/math/RandomNumber.call:(Ljava/util/Properties;[Ljava/lang/Object;)Ljava/lang/Object;
RandomNumber.getDescription ( ) : String
com/google/refine/expr/functions/math/RandomNumber.getDescription:()Ljava/lang/String;
RandomNumber.getParams ( ) : String
com/google/refine/expr/functions/math/RandomNumber.getParams:()Ljava/lang/String;
RandomNumber.getReturns ( ) : String
com/google/refine/expr/functions/math/RandomNumber.getReturns:()Ljava/lang/String;
RandomNumber.RandomNumber ( )
com/google/refine/expr/functions/math/RandomNumber."<init>":()V
openrefine-3.2.jar,
Range.class
package com.google.refine.expr.functions.strings
Range.getDescription ( ) : String
com/google/refine/expr/functions/strings/Range.getDescription:()Ljava/lang/String;
Range.getParams ( ) : String
com/google/refine/expr/functions/strings/Range.getParams:()Ljava/lang/String;
Range.getReturns ( ) : String
com/google/refine/expr/functions/strings/Range.getReturns:()Ljava/lang/String;
openrefine-3.2.jar,
RangeFacet.class
package com.google.refine.browsing.facets
RangeFacet.getBaseBins ( ) : int[ ]
com/google/refine/browsing/facets/RangeFacet.getBaseBins:()[I
RangeFacet.getBins ( ) : int[ ]
com/google/refine/browsing/facets/RangeFacet.getBins:()[I
RangeFacet.getColumnName ( ) : String
com/google/refine/browsing/facets/RangeFacet.getColumnName:()Ljava/lang/String;
RangeFacet.getError ( ) : String
com/google/refine/browsing/facets/RangeFacet.getError:()Ljava/lang/String;
RangeFacet.getExpression ( ) : String
com/google/refine/browsing/facets/RangeFacet.getExpression:()Ljava/lang/String;
RangeFacet.getFrom ( ) : Double
com/google/refine/browsing/facets/RangeFacet.getFrom:()Ljava/lang/Double;
RangeFacet.getMax ( ) : Double
com/google/refine/browsing/facets/RangeFacet.getMax:()Ljava/lang/Double;
RangeFacet.getMin ( ) : Double
com/google/refine/browsing/facets/RangeFacet.getMin:()Ljava/lang/Double;
RangeFacet.getName ( ) : String
com/google/refine/browsing/facets/RangeFacet.getName:()Ljava/lang/String;
RangeFacet.getStep ( ) : Double
com/google/refine/browsing/facets/RangeFacet.getStep:()Ljava/lang/Double;
RangeFacet.getTo ( ) : Double
com/google/refine/browsing/facets/RangeFacet.getTo:()Ljava/lang/Double;
RangeFacet.isFiniteRange ( ) : boolean
com/google/refine/browsing/facets/RangeFacet.isFiniteRange:()Z
openrefine-3.2.jar,
RangeFacetConfig.class
package com.google.refine.browsing.facets
RangeFacet.RangeFacetConfig.getJsonType ( ) : String
com/google/refine/browsing/facets/RangeFacet.RangeFacetConfig.getJsonType:()Ljava/lang/String;
RangeFacet.RangeFacetConfig.RangeFacet.RangeFacetConfig ( String name, String expression, String columnName, Double from, Double to, Boolean selectNumeric, Boolean selectNonNumeric, Boolean selectBlank, Boolean selectError )
com/google/refine/browsing/facets/RangeFacet.RangeFacetConfig."<init>":(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/Double;Ljava/lang/Double;Ljava/lang/Boolean;Ljava/lang/Boolean;Ljava/lang/Boolean;Ljava/lang/Boolean;)V
openrefine-3.2.jar,
RdfTripleImporter.class
package com.google.refine.importers
RdfTripleImporter.parseOneFile ( Project project, ProjectMetadata metadata, ImportingJob job, String fileSource, InputStream input, int limit, ObjectNode options, List<Exception> exceptions ) : void
com/google/refine/importers/RdfTripleImporter.parseOneFile:(Lcom/google/refine/model/Project;Lcom/google/refine/ProjectMetadata;Lcom/google/refine/importing/ImportingJob;Ljava/lang/String;Ljava/io/InputStream;ILcom/fasterxml/jackson/databind/node/ObjectNode;Ljava/util/List;)V
openrefine-3.2.jar,
Recon.class
package com.google.refine.model
Recon.getCandidates ( ) : List<ReconCandidate>
com/google/refine/model/Recon.getCandidates:()Ljava/util/List;
Recon.getfeatures ( ) : Object[ ]
com/google/refine/model/Recon.getfeatures:()[Ljava/lang/Object;
Recon.getId ( ) : long
com/google/refine/model/Recon.getId:()J
Recon.getIdentifierSpace ( ) : String
com/google/refine/model/Recon.getIdentifierSpace:()Ljava/lang/String;
Recon.getJudgment ( ) : Recon.Judgment
com/google/refine/model/Recon.getJudgment:()Lcom/google/refine/model/Recon$Judgment;
Recon.getJudgmentAction ( ) : String
com/google/refine/model/Recon.getJudgmentAction:()Ljava/lang/String;
Recon.getJudgmentBatchSize ( ) : int
com/google/refine/model/Recon.getJudgmentBatchSize:()I
Recon.getJudgmentHistoryEntry ( ) : long
com/google/refine/model/Recon.getJudgmentHistoryEntry:()J
Recon.getMatch ( ) : ReconCandidate
com/google/refine/model/Recon.getMatch:()Lcom/google/refine/model/ReconCandidate;
Recon.getMatchRank ( ) : Integer
com/google/refine/model/Recon.getMatchRank:()Ljava/lang/Integer;
Recon.getSchemaSpace ( ) : String
com/google/refine/model/Recon.getSchemaSpace:()Ljava/lang/String;
Recon.getServiceURI ( ) : String
com/google/refine/model/Recon.getServiceURI:()Ljava/lang/String;
Recon.loadStreaming ( String s ) [static] : Recon
com/google/refine/model/Recon.loadStreaming:(Ljava/lang/String;)Lcom/google/refine/model/Recon;
Recon.Recon ( long id, long judgmentHistoryEntry, Recon.Judgment judgment, ReconCandidate match, Object[ ] features, List<ReconCandidate> candidates, String service, String identifierSpace, String schemaSpace, String judgmentAction, Integer judgmentBatchSize, Integer matchRank )
com/google/refine/model/Recon."<init>":(JJLcom/google/refine/model/Recon$Judgment;Lcom/google/refine/model/ReconCandidate;[Ljava/lang/Object;Ljava/util/List;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/Integer;Ljava/lang/Integer;)V
openrefine-3.2.jar,
ReconciledDataExtensionJob.class
package com.google.refine.model.recon
ReconciledDataExtensionJob.collectResult ( ObjectNode record, Map<String,ReconCandidate> reconCandidateMap ) : ReconciledDataExtensionJob.DataExtension
com/google/refine/model/recon/ReconciledDataExtensionJob.collectResult:(Lcom/fasterxml/jackson/databind/node/ObjectNode;Ljava/util/Map;)Lcom/google/refine/model/recon/ReconciledDataExtensionJob$DataExtension;
ReconciledDataExtensionJob.formulateQuery ( Set<String> ids, ReconciledDataExtensionJob.DataExtensionConfig node, Writer writer ) [static] : void
com/google/refine/model/recon/ReconciledDataExtensionJob.formulateQuery:(Ljava/util/Set;Lcom/google/refine/model/recon/ReconciledDataExtensionJob$DataExtensionConfig;Ljava/io/Writer;)V
ReconciledDataExtensionJob.ReconciledDataExtensionJob ( ReconciledDataExtensionJob.DataExtensionConfig obj, String endpoint )
com/google/refine/model/recon/ReconciledDataExtensionJob."<init>":(Lcom/google/refine/model/recon/ReconciledDataExtensionJob$DataExtensionConfig;Ljava/lang/String;)V
ReconciledDataExtensionJob.storeCell ( List<Object[ ]> rows, int row, int col, ObjectNode obj, Map<String,ReconCandidate> reconCandidateMap ) : void
com/google/refine/model/recon/ReconciledDataExtensionJob.storeCell:(Ljava/util/List;IILcom/fasterxml/jackson/databind/node/ObjectNode;Ljava/util/Map;)V
openrefine-3.2.jar,
ReconClearSimilarCellsOperation.class
package com.google.refine.operations.recon
ReconClearSimilarCellsOperation.getColumnName ( ) : String
com/google/refine/operations/recon/ReconClearSimilarCellsOperation.getColumnName:()Ljava/lang/String;
ReconClearSimilarCellsOperation.getSimilarValue ( ) : String
com/google/refine/operations/recon/ReconClearSimilarCellsOperation.getSimilarValue:()Ljava/lang/String;
openrefine-3.2.jar,
ReconConfig.class
package com.google.refine.model.recon
ReconConfig.getClassFromMode ( String mode ) [static] : Class<?>
com/google/refine/model/recon/ReconConfig.getClassFromMode:(Ljava/lang/String;)Ljava/lang/Class;
ReconConfig.getMode ( ) [abstract] : String
com/google/refine/model/recon/ReconConfig.getMode:()Ljava/lang/String;
ReconConfig.reconstruct ( String json ) [static] : ReconConfig
com/google/refine/model/recon/ReconConfig.reconstruct:(Ljava/lang/String;)Lcom/google/refine/model/recon/ReconConfig;
openrefine-3.2.jar,
ReconConfigResolver.class
package com.google.refine.model.recon
ReconConfigResolver.getMechanism ( ) : JsonTypeInfo.Id
com/google/refine/model/recon/ReconConfigResolver.getMechanism:()Lcom/fasterxml/jackson/annotation/JsonTypeInfo$Id;
ReconConfigResolver.idFromValue ( Object instance ) : String
com/google/refine/model/recon/ReconConfigResolver.idFromValue:(Ljava/lang/Object;)Ljava/lang/String;
ReconConfigResolver.idFromValueAndType ( Object instance, Class<?> type ) : String
com/google/refine/model/recon/ReconConfigResolver.idFromValueAndType:(Ljava/lang/Object;Ljava/lang/Class;)Ljava/lang/String;
ReconConfigResolver.ReconConfigResolver ( )
com/google/refine/model/recon/ReconConfigResolver."<init>":()V
ReconConfigResolver.typeFromId ( DatabindContext context, String id ) : JavaType
com/google/refine/model/recon/ReconConfigResolver.typeFromId:(Lcom/fasterxml/jackson/databind/DatabindContext;Ljava/lang/String;)Lcom/fasterxml/jackson/databind/JavaType;
openrefine-3.2.jar,
ReconCopyAcrossColumnsOperation.class
package com.google.refine.operations.recon
ReconCopyAcrossColumnsOperation.getApplyToJudgedCells ( ) : boolean
com/google/refine/operations/recon/ReconCopyAcrossColumnsOperation.getApplyToJudgedCells:()Z
ReconCopyAcrossColumnsOperation.getFromColumnName ( ) : String
com/google/refine/operations/recon/ReconCopyAcrossColumnsOperation.getFromColumnName:()Ljava/lang/String;
ReconCopyAcrossColumnsOperation.getJudgments ( ) : String[ ]
com/google/refine/operations/recon/ReconCopyAcrossColumnsOperation.getJudgments:()[Ljava/lang/String;
ReconCopyAcrossColumnsOperation.getToColumnNames ( ) : String[ ]
com/google/refine/operations/recon/ReconCopyAcrossColumnsOperation.getToColumnNames:()[Ljava/lang/String;
openrefine-3.2.jar,
ReconDiscardJudgmentsOperation.class
package com.google.refine.operations.recon
ReconDiscardJudgmentsOperation.getClearData ( ) : boolean
com/google/refine/operations/recon/ReconDiscardJudgmentsOperation.getClearData:()Z
ReconDiscardJudgmentsOperation.getColumnName ( ) : String
com/google/refine/operations/recon/ReconDiscardJudgmentsOperation.getColumnName:()Ljava/lang/String;
openrefine-3.2.jar,
ReconItem.class
package com.google.refine.operations.recon
ReconMatchSpecificTopicOperation.ReconItem.getCandidate ( ) : ReconCandidate
com/google/refine/operations/recon/ReconMatchSpecificTopicOperation.ReconItem.getCandidate:()Lcom/google/refine/model/ReconCandidate;
ReconMatchSpecificTopicOperation.ReconItem.ReconMatchSpecificTopicOperation.ReconItem ( String id, String name, String[ ] types )
com/google/refine/operations/recon/ReconMatchSpecificTopicOperation.ReconItem."<init>":(Ljava/lang/String;Ljava/lang/String;[Ljava/lang/String;)V
openrefine-3.2.jar,
ReconJudgeSimilarCellsOperation.class
package com.google.refine.operations.recon
ReconJudgeSimilarCellsOperation.getColumnName ( ) : String
com/google/refine/operations/recon/ReconJudgeSimilarCellsOperation.getColumnName:()Ljava/lang/String;
ReconJudgeSimilarCellsOperation.getJudgment ( ) : Recon.Judgment
com/google/refine/operations/recon/ReconJudgeSimilarCellsOperation.getJudgment:()Lcom/google/refine/model/Recon$Judgment;
ReconJudgeSimilarCellsOperation.getMatch ( ) : ReconCandidate
com/google/refine/operations/recon/ReconJudgeSimilarCellsOperation.getMatch:()Lcom/google/refine/model/ReconCandidate;
ReconJudgeSimilarCellsOperation.getShareNewTopics ( ) : boolean
com/google/refine/operations/recon/ReconJudgeSimilarCellsOperation.getShareNewTopics:()Z
ReconJudgeSimilarCellsOperation.getSimilarValue ( ) : String
com/google/refine/operations/recon/ReconJudgeSimilarCellsOperation.getSimilarValue:()Ljava/lang/String;
ReconJudgeSimilarCellsOperation.ReconJudgeSimilarCellsOperation ( EngineConfig engineConfig, String columnName, String similarValue, Recon.Judgment judgment, ReconCandidate match, Boolean shareNewTopics )
com/google/refine/operations/recon/ReconJudgeSimilarCellsOperation."<init>":(Lcom/google/refine/browsing/EngineConfig;Ljava/lang/String;Ljava/lang/String;Lcom/google/refine/model/Recon$Judgment;Lcom/google/refine/model/ReconCandidate;Ljava/lang/Boolean;)V
openrefine-3.2.jar,
ReconMarkNewTopicsOperation.class
package com.google.refine.operations.recon
ReconMarkNewTopicsOperation.getColumnName ( ) : String
com/google/refine/operations/recon/ReconMarkNewTopicsOperation.getColumnName:()Ljava/lang/String;
ReconMarkNewTopicsOperation.getShareNewTopics ( ) : boolean
com/google/refine/operations/recon/ReconMarkNewTopicsOperation.getShareNewTopics:()Z
openrefine-3.2.jar,
ReconMatchBestCandidatesOperation.class
package com.google.refine.operations.recon
ReconMatchBestCandidatesOperation.getColumnName ( ) : String
com/google/refine/operations/recon/ReconMatchBestCandidatesOperation.getColumnName:()Ljava/lang/String;
openrefine-3.2.jar,
ReconMatchSpecificTopicOperation.class
package com.google.refine.operations.recon
ReconMatchSpecificTopicOperation.ReconMatchSpecificTopicOperation ( EngineConfig engineConfig, String columnName, ReconMatchSpecificTopicOperation.ReconItem match, String identifierSpace, String schemaSpace )
com/google/refine/operations/recon/ReconMatchSpecificTopicOperation."<init>":(Lcom/google/refine/browsing/EngineConfig;Ljava/lang/String;Lcom/google/refine/operations/recon/ReconMatchSpecificTopicOperation$ReconItem;Ljava/lang/String;Ljava/lang/String;)V
openrefine-3.2.jar,
ReconOperation.class
package com.google.refine.operations.recon
ReconOperation.getColumnName ( ) : String
com/google/refine/operations/recon/ReconOperation.getColumnName:()Ljava/lang/String;
ReconOperation.getReconConfig ( ) : ReconConfig
com/google/refine/operations/recon/ReconOperation.getReconConfig:()Lcom/google/refine/model/recon/ReconConfig;
openrefine-3.2.jar,
ReconProcess.class
package com.google.refine.operations.recon
ReconOperation.ReconProcess.onDoneActions ( ) : List<JsonNode>
com/google/refine/operations/recon/ReconOperation.ReconProcess.onDoneActions:()Ljava/util/List;
openrefine-3.2.jar,
ReconQuery.class
package com.google.refine.model.recon
StandardReconConfig.ReconQuery.isTypeStrict ( ) : String
com/google/refine/model/recon/StandardReconConfig.ReconQuery.isTypeStrict:()Ljava/lang/String;
StandardReconConfig.ReconQuery.StandardReconConfig.ReconQuery ( String query, String typeID, List<StandardReconConfig.QueryProperty> properties, int limit )
com/google/refine/model/recon/StandardReconConfig.ReconQuery."<init>":(Ljava/lang/String;Ljava/lang/String;Ljava/util/List;I)V
StandardReconConfig.ReconQuery.toString ( ) : String
com/google/refine/model/recon/StandardReconConfig.ReconQuery.toString:()Ljava/lang/String;
openrefine-3.2.jar,
ReconResult.class
package com.google.refine.model.recon
StandardReconConfig.ReconResult.StandardReconConfig.ReconResult ( )
com/google/refine/model/recon/StandardReconConfig.ReconResult."<init>":()V
StandardReconConfig.ReconResult.toCandidate ( ) : ReconCandidate
com/google/refine/model/recon/StandardReconConfig.ReconResult.toCandidate:()Lcom/google/refine/model/ReconCandidate;
StandardReconConfig.ReconResult.toString ( ) : String
com/google/refine/model/recon/StandardReconConfig.ReconResult.toString:()Ljava/lang/String;
openrefine-3.2.jar,
ReconType.class
package com.google.refine.model
ReconType.load ( String json ) [static] : ReconType
com/google/refine/model/ReconType.load:(Ljava/lang/String;)Lcom/google/refine/model/ReconType;
ReconType.ReconType ( String id )
com/google/refine/model/ReconType."<init>":(Ljava/lang/String;)V
openrefine-3.2.jar,
RecordModel.class
package com.google.refine.model
RecordModel.hasRecords ( ) : boolean
com/google/refine/model/RecordModel.hasRecords:()Z
openrefine-3.2.jar,
Reinterpret.class
package com.google.refine.expr.functions.strings
Reinterpret.getDescription ( ) : String
com/google/refine/expr/functions/strings/Reinterpret.getDescription:()Ljava/lang/String;
Reinterpret.getParams ( ) : String
com/google/refine/expr/functions/strings/Reinterpret.getParams:()Ljava/lang/String;
Reinterpret.getReturns ( ) : String
com/google/refine/expr/functions/strings/Reinterpret.getReturns:()Ljava/lang/String;
openrefine-3.2.jar,
Replace.class
package com.google.refine.expr.functions.strings
Replace.getDescription ( ) : String
com/google/refine/expr/functions/strings/Replace.getDescription:()Ljava/lang/String;
Replace.getParams ( ) : String
com/google/refine/expr/functions/strings/Replace.getParams:()Ljava/lang/String;
Replace.getReturns ( ) : String
com/google/refine/expr/functions/strings/Replace.getReturns:()Ljava/lang/String;
openrefine-3.2.jar,
ReplaceChars.class
package com.google.refine.expr.functions.strings
ReplaceChars.getDescription ( ) : String
com/google/refine/expr/functions/strings/ReplaceChars.getDescription:()Ljava/lang/String;
ReplaceChars.getParams ( ) : String
com/google/refine/expr/functions/strings/ReplaceChars.getParams:()Ljava/lang/String;
ReplaceChars.getReturns ( ) : String
com/google/refine/expr/functions/strings/ReplaceChars.getReturns:()Ljava/lang/String;
openrefine-3.2.jar,
Result.class
package com.google.refine.importing
UrlRewriter.Result.UrlRewriter.Result ( )
com/google/refine/importing/UrlRewriter.Result."<init>":()V
openrefine-3.2.jar,
Reverse.class
package com.google.refine.expr.functions.arrays
Reverse.getDescription ( ) : String
com/google/refine/expr/functions/arrays/Reverse.getDescription:()Ljava/lang/String;
Reverse.getParams ( ) : String
com/google/refine/expr/functions/arrays/Reverse.getParams:()Ljava/lang/String;
Reverse.getReturns ( ) : String
com/google/refine/expr/functions/arrays/Reverse.getReturns:()Ljava/lang/String;
openrefine-3.2.jar,
Round.class
package com.google.refine.expr.functions.math
Round.getDescription ( ) : String
com/google/refine/expr/functions/math/Round.getDescription:()Ljava/lang/String;
Round.getParams ( ) : String
com/google/refine/expr/functions/math/Round.getParams:()Ljava/lang/String;
Round.getReturns ( ) : String
com/google/refine/expr/functions/math/Round.getReturns:()Ljava/lang/String;
openrefine-3.2.jar,
Row.class
package com.google.refine.model
Row.deserialize ( boolean starred, boolean flagged, List<Cell> cells ) [static] : Row
com/google/refine/model/Row.deserialize:(ZZLjava/util/List;)Lcom/google/refine/model/Row;
Row.getCells ( ) : List<Cell>
com/google/refine/model/Row.getCells:()Ljava/util/List;
Row.isFlagged ( ) : boolean
com/google/refine/model/Row.isFlagged:()Z
Row.isStarred ( ) : boolean
com/google/refine/model/Row.isStarred:()Z
openrefine-3.2.jar,
RowFlagOperation.class
package com.google.refine.operations.row
RowFlagOperation.getFlagged ( ) : boolean
com/google/refine/operations/row/RowFlagOperation.getFlagged:()Z
openrefine-3.2.jar,
RowReorderOperation.class
package com.google.refine.operations.row
RowReorderOperation.getMode ( ) : Engine.Mode
com/google/refine/operations/row/RowReorderOperation.getMode:()Lcom/google/refine/browsing/Engine$Mode;
RowReorderOperation.getSortingConfig ( ) : SortingConfig
com/google/refine/operations/row/RowReorderOperation.getSortingConfig:()Lcom/google/refine/sorting/SortingConfig;
RowReorderOperation.RowReorderOperation ( Engine.Mode mode, SortingConfig sorting )
com/google/refine/operations/row/RowReorderOperation."<init>":(Lcom/google/refine/browsing/Engine$Mode;Lcom/google/refine/sorting/SortingConfig;)V
openrefine-3.2.jar,
RowStarOperation.class
package com.google.refine.operations.row
RowStarOperation.getStarred ( ) : boolean
com/google/refine/operations/row/RowStarOperation.getStarred:()Z
openrefine-3.2.jar,
RowWritingVisitor.class
package com.google.refine.commands.row
GetRowsCommand.RowWritingVisitor.GetRowsCommand.RowWritingVisitor ( int start, int limit )
com/google/refine/commands/row/GetRowsCommand.RowWritingVisitor."<init>":(II)V
openrefine-3.2.jar,
RPartition.class
package com.google.refine.expr.functions.strings
RPartition.getDescription ( ) : String
com/google/refine/expr/functions/strings/RPartition.getDescription:()Ljava/lang/String;
RPartition.getParams ( ) : String
com/google/refine/expr/functions/strings/RPartition.getParams:()Ljava/lang/String;
RPartition.getReturns ( ) : String
com/google/refine/expr/functions/strings/RPartition.getReturns:()Ljava/lang/String;
openrefine-3.2.jar,
SaveMode.class
package com.google.refine.util
JsonViews.SaveMode.JsonViews.SaveMode ( )
com/google/refine/util/JsonViews.SaveMode."<init>":()V
openrefine-3.2.jar,
ScatterplotFacet.class
package com.google.refine.browsing.facets
ScatterplotFacet.getColorString ( ) : String
com/google/refine/browsing/facets/ScatterplotFacet.getColorString:()Ljava/lang/String;
ScatterplotFacet.getDimX ( ) : int
com/google/refine/browsing/facets/ScatterplotFacet.getDimX:()I
ScatterplotFacet.getDimY ( ) : int
com/google/refine/browsing/facets/ScatterplotFacet.getDimY:()I
ScatterplotFacet.getDot ( ) : double
com/google/refine/browsing/facets/ScatterplotFacet.getDot:()D
ScatterplotFacet.getErrorX ( ) : String
com/google/refine/browsing/facets/ScatterplotFacet.getErrorX:()Ljava/lang/String;
ScatterplotFacet.getErrorY ( ) : String
com/google/refine/browsing/facets/ScatterplotFacet.getErrorY:()Ljava/lang/String;
ScatterplotFacet.getFromX ( ) : Double
com/google/refine/browsing/facets/ScatterplotFacet.getFromX:()Ljava/lang/Double;
ScatterplotFacet.getFromY ( ) : Double
com/google/refine/browsing/facets/ScatterplotFacet.getFromY:()Ljava/lang/Double;
ScatterplotFacet.getImage ( ) : String
com/google/refine/browsing/facets/ScatterplotFacet.getImage:()Ljava/lang/String;
ScatterplotFacet.getName ( ) : String
com/google/refine/browsing/facets/ScatterplotFacet.getName:()Ljava/lang/String;
ScatterplotFacet.getRotation ( ) : double
com/google/refine/browsing/facets/ScatterplotFacet.getRotation:()D
ScatterplotFacet.getSize ( ) : int
com/google/refine/browsing/facets/ScatterplotFacet.getSize:()I
ScatterplotFacet.getToX ( ) : Double
com/google/refine/browsing/facets/ScatterplotFacet.getToX:()Ljava/lang/Double;
ScatterplotFacet.getToY ( ) : Double
com/google/refine/browsing/facets/ScatterplotFacet.getToY:()Ljava/lang/Double;
ScatterplotFacet.getXColumnName ( ) : String
com/google/refine/browsing/facets/ScatterplotFacet.getXColumnName:()Ljava/lang/String;
ScatterplotFacet.getXExpression ( ) : String
com/google/refine/browsing/facets/ScatterplotFacet.getXExpression:()Ljava/lang/String;
ScatterplotFacet.getYColumnName ( ) : String
com/google/refine/browsing/facets/ScatterplotFacet.getYColumnName:()Ljava/lang/String;
ScatterplotFacet.getYExpression ( ) : String
com/google/refine/browsing/facets/ScatterplotFacet.getYExpression:()Ljava/lang/String;
openrefine-3.2.jar,
ScatterplotFacetConfig.class
package com.google.refine.browsing.facets
ScatterplotFacet.ScatterplotFacetConfig.getColor ( ) : Color
com/google/refine/browsing/facets/ScatterplotFacet.ScatterplotFacetConfig.getColor:()Ljava/awt/Color;
ScatterplotFacet.ScatterplotFacetConfig.getDimX ( ) : String
com/google/refine/browsing/facets/ScatterplotFacet.ScatterplotFacetConfig.getDimX:()Ljava/lang/String;
ScatterplotFacet.ScatterplotFacetConfig.getDimY ( ) : String
com/google/refine/browsing/facets/ScatterplotFacet.ScatterplotFacetConfig.getDimY:()Ljava/lang/String;
ScatterplotFacet.ScatterplotFacetConfig.getJsonType ( ) : String
com/google/refine/browsing/facets/ScatterplotFacet.ScatterplotFacetConfig.getJsonType:()Ljava/lang/String;
ScatterplotFacet.ScatterplotFacetConfig.isSelected ( ) : boolean
com/google/refine/browsing/facets/ScatterplotFacet.ScatterplotFacetConfig.isSelected:()Z
openrefine-3.2.jar,
SelectXml.class
package com.google.refine.expr.functions.xml
SelectXml.getDescription ( ) : String
com/google/refine/expr/functions/xml/SelectXml.getDescription:()Ljava/lang/String;
SelectXml.getParams ( ) : String
com/google/refine/expr/functions/xml/SelectXml.getParams:()Ljava/lang/String;
SelectXml.getReturns ( ) : String
com/google/refine/expr/functions/xml/SelectXml.getReturns:()Ljava/lang/String;
openrefine-3.2.jar,
SeparatorBasedImporter.class
package com.google.refine.importers
SeparatorBasedImporter.createParserUIInitializationData ( ImportingJob job, List<ObjectNode> fileRecords, String format ) : ObjectNode
com/google/refine/importers/SeparatorBasedImporter.createParserUIInitializationData:(Lcom/google/refine/importing/ImportingJob;Ljava/util/List;Ljava/lang/String;)Lcom/fasterxml/jackson/databind/node/ObjectNode;
SeparatorBasedImporter.parseOneFile ( Project project, ProjectMetadata metadata, ImportingJob job, String fileSource, Reader reader, int limit, ObjectNode options, List<Exception> exceptions ) : void
com/google/refine/importers/SeparatorBasedImporter.parseOneFile:(Lcom/google/refine/model/Project;Lcom/google/refine/ProjectMetadata;Lcom/google/refine/importing/ImportingJob;Ljava/lang/String;Ljava/io/Reader;ILcom/fasterxml/jackson/databind/node/ObjectNode;Ljava/util/List;)V
openrefine-3.2.jar,
SerializationFilters.class
package com.google.refine.util
SerializationFilters.SerializationFilters ( )
com/google/refine/util/SerializationFilters."<init>":()V
openrefine-3.2.jar,
SHA1.class
package com.google.refine.expr.functions.strings
SHA1.getDescription ( ) : String
com/google/refine/expr/functions/strings/SHA1.getDescription:()Ljava/lang/String;
SHA1.getParams ( ) : String
com/google/refine/expr/functions/strings/SHA1.getParams:()Ljava/lang/String;
SHA1.getReturns ( ) : String
com/google/refine/expr/functions/strings/SHA1.getReturns:()Ljava/lang/String;
openrefine-3.2.jar,
SimilarityDistance.class
package com.google.refine.clustering.knn
SimilarityDistance.compute ( String p1, String p2 ) [abstract] : double
com/google/refine/clustering/knn/SimilarityDistance.compute:(Ljava/lang/String;Ljava/lang/String;)D
openrefine-3.2.jar,
SimpleHistoryEntry.class
package com.google.refine.commands.history
GetOperationsCommand.SimpleHistoryEntry.getDescription ( ) : String
com/google/refine/commands/history/GetOperationsCommand.SimpleHistoryEntry.getDescription:()Ljava/lang/String;
GetOperationsCommand.SimpleHistoryEntry.getOperation ( ) : AbstractOperation
com/google/refine/commands/history/GetOperationsCommand.SimpleHistoryEntry.getOperation:()Lcom/google/refine/model/AbstractOperation;
GetOperationsCommand.SimpleHistoryEntry.GetOperationsCommand.SimpleHistoryEntry ( HistoryEntry e )
com/google/refine/commands/history/GetOperationsCommand.SimpleHistoryEntry."<init>":(Lcom/google/refine/history/HistoryEntry;)V
openrefine-3.2.jar,
Sin.class
package com.google.refine.expr.functions.math
Sin.getDescription ( ) : String
com/google/refine/expr/functions/math/Sin.getDescription:()Ljava/lang/String;
Sin.getParams ( ) : String
com/google/refine/expr/functions/math/Sin.getParams:()Ljava/lang/String;
Sin.getReturns ( ) : String
com/google/refine/expr/functions/math/Sin.getReturns:()Ljava/lang/String;
openrefine-3.2.jar,
Sinh.class
package com.google.refine.expr.functions.math
Sinh.getDescription ( ) : String
com/google/refine/expr/functions/math/Sinh.getDescription:()Ljava/lang/String;
Sinh.getParams ( ) : String
com/google/refine/expr/functions/math/Sinh.getParams:()Ljava/lang/String;
Sinh.getReturns ( ) : String
com/google/refine/expr/functions/math/Sinh.getReturns:()Ljava/lang/String;
openrefine-3.2.jar,
Slice.class
package com.google.refine.expr.functions
Slice.getDescription ( ) : String
com/google/refine/expr/functions/Slice.getDescription:()Ljava/lang/String;
Slice.getParams ( ) : String
com/google/refine/expr/functions/Slice.getParams:()Ljava/lang/String;
Slice.getReturns ( ) : String
com/google/refine/expr/functions/Slice.getReturns:()Ljava/lang/String;
openrefine-3.2.jar,
SmartSplit.class
package com.google.refine.expr.functions.strings
SmartSplit.getDescription ( ) : String
com/google/refine/expr/functions/strings/SmartSplit.getDescription:()Ljava/lang/String;
SmartSplit.getParams ( ) : String
com/google/refine/expr/functions/strings/SmartSplit.getParams:()Ljava/lang/String;
SmartSplit.getReturns ( ) : String
com/google/refine/expr/functions/strings/SmartSplit.getReturns:()Ljava/lang/String;
openrefine-3.2.jar,
Sort.class
package com.google.refine.expr.functions.arrays
Sort.getDescription ( ) : String
com/google/refine/expr/functions/arrays/Sort.getDescription:()Ljava/lang/String;
Sort.getParams ( ) : String
com/google/refine/expr/functions/arrays/Sort.getParams:()Ljava/lang/String;
Sort.getReturns ( ) : String
com/google/refine/expr/functions/arrays/Sort.getReturns:()Ljava/lang/String;
openrefine-3.2.jar,
SortingConfig.class
package com.google.refine.sorting
SortingConfig.getCriteria ( ) : Criterion[ ]
com/google/refine/sorting/SortingConfig.getCriteria:()[Lcom/google/refine/sorting/Criterion;
SortingConfig.reconstruct ( String obj ) [static] : SortingConfig
com/google/refine/sorting/SortingConfig.reconstruct:(Ljava/lang/String;)Lcom/google/refine/sorting/SortingConfig;
SortingConfig.SortingConfig ( Criterion[ ] criteria )
com/google/refine/sorting/SortingConfig."<init>":([Lcom/google/refine/sorting/Criterion;)V
openrefine-3.2.jar,
Split.class
package com.google.refine.expr.functions.strings
Split.getDescription ( ) : String
com/google/refine/expr/functions/strings/Split.getDescription:()Ljava/lang/String;
Split.getParams ( ) : String
com/google/refine/expr/functions/strings/Split.getParams:()Ljava/lang/String;
Split.getReturns ( ) : String
com/google/refine/expr/functions/strings/Split.getReturns:()Ljava/lang/String;
openrefine-3.2.jar,
SplitByCharType.class
package com.google.refine.expr.functions.strings
SplitByCharType.getDescription ( ) : String
com/google/refine/expr/functions/strings/SplitByCharType.getDescription:()Ljava/lang/String;
SplitByCharType.getParams ( ) : String
com/google/refine/expr/functions/strings/SplitByCharType.getParams:()Ljava/lang/String;
SplitByCharType.getReturns ( ) : String
com/google/refine/expr/functions/strings/SplitByCharType.getReturns:()Ljava/lang/String;
openrefine-3.2.jar,
SplitByLengths.class
package com.google.refine.expr.functions.strings
SplitByLengths.getDescription ( ) : String
com/google/refine/expr/functions/strings/SplitByLengths.getDescription:()Ljava/lang/String;
SplitByLengths.getParams ( ) : String
com/google/refine/expr/functions/strings/SplitByLengths.getParams:()Ljava/lang/String;
SplitByLengths.getReturns ( ) : String
com/google/refine/expr/functions/strings/SplitByLengths.getReturns:()Ljava/lang/String;
openrefine-3.2.jar,
SqlCreateBuilder.class
package com.google.refine.exporters.sql
SqlCreateBuilder.SqlCreateBuilder ( String table, List<String> columns, JsonNode sqlOptions )
com/google/refine/exporters/sql/SqlCreateBuilder."<init>":(Ljava/lang/String;Ljava/util/List;Lcom/fasterxml/jackson/databind/JsonNode;)V
openrefine-3.2.jar,
SqlInsertBuilder.class
package com.google.refine.exporters.sql
SqlInsertBuilder.SqlInsertBuilder ( String table, List<String> columns, List<ArrayList<SqlData>> rows, JsonNode sqlOptions )
com/google/refine/exporters/sql/SqlInsertBuilder."<init>":(Ljava/lang/String;Ljava/util/List;Ljava/util/List;Lcom/fasterxml/jackson/databind/JsonNode;)V
openrefine-3.2.jar,
StandardReconConfig.class
package com.google.refine.model.recon
StandardReconConfig.computeFeatures ( Recon recon, String text ) : void
com/google/refine/model/recon/StandardReconConfig.computeFeatures:(Lcom/google/refine/model/Recon;Ljava/lang/String;)V
StandardReconConfig.createReconServiceResults ( String text, ArrayNode resultsList, long historyEntryID ) : Recon
com/google/refine/model/recon/StandardReconConfig.createReconServiceResults:(Ljava/lang/String;Lcom/fasterxml/jackson/databind/node/ArrayNode;J)Lcom/google/refine/model/Recon;
StandardReconConfig.getMode ( ) : String
com/google/refine/model/recon/StandardReconConfig.getMode:()Ljava/lang/String;
StandardReconConfig.getReconType ( ) : ReconType
com/google/refine/model/recon/StandardReconConfig.getReconType:()Lcom/google/refine/model/ReconType;
StandardReconConfig.reconstruct ( String json ) [static] : StandardReconConfig
com/google/refine/model/recon/StandardReconConfig.reconstruct:(Ljava/lang/String;)Lcom/google/refine/model/recon/StandardReconConfig;
StandardReconConfig.StandardReconConfig ( String service, String identifierSpace, String schemaSpace, ReconType type, boolean autoMatch, List<StandardReconConfig.ColumnDetail> columnDetails, int limit )
com/google/refine/model/recon/StandardReconConfig."<init>":(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/google/refine/model/ReconType;ZLjava/util/List;I)V
openrefine-3.2.jar,
StandardReconJob.class
package com.google.refine.model.recon
StandardReconConfig.StandardReconJob.toString ( ) : String
com/google/refine/model/recon/StandardReconConfig.StandardReconJob.toString:()Ljava/lang/String;
openrefine-3.2.jar,
StartsWith.class
package com.google.refine.expr.functions.strings
StartsWith.getDescription ( ) : String
com/google/refine/expr/functions/strings/StartsWith.getDescription:()Ljava/lang/String;
StartsWith.getParams ( ) : String
com/google/refine/expr/functions/strings/StartsWith.getParams:()Ljava/lang/String;
StartsWith.getReturns ( ) : String
com/google/refine/expr/functions/strings/StartsWith.getReturns:()Ljava/lang/String;
openrefine-3.2.jar,
StringCriterion.class
package com.google.refine.sorting
StringCriterion.getValueType ( ) : String
com/google/refine/sorting/StringCriterion.getValueType:()Ljava/lang/String;
openrefine-3.2.jar,
SuccessfulEvaluation.class
package com.google.refine.commands.expr
PreviewExpressionCommand.SuccessfulEvaluation.PreviewExpressionCommand.SuccessfulEvaluation ( String value )
com/google/refine/commands/expr/PreviewExpressionCommand.SuccessfulEvaluation."<init>":(Ljava/lang/String;)V
openrefine-3.2.jar,
Sum.class
package com.google.refine.expr.functions.math
Sum.getDescription ( ) : String
com/google/refine/expr/functions/math/Sum.getDescription:()Ljava/lang/String;
Sum.getParams ( ) : String
com/google/refine/expr/functions/math/Sum.getParams:()Ljava/lang/String;
Sum.getReturns ( ) : String
com/google/refine/expr/functions/math/Sum.getReturns:()Ljava/lang/String;
openrefine-3.2.jar,
TabularImportingParserBase.class
package com.google.refine.importers
TabularImportingParserBase.createParserUIInitializationData ( ImportingJob job, List<ObjectNode> fileRecords, String format ) : ObjectNode
com/google/refine/importers/TabularImportingParserBase.createParserUIInitializationData:(Lcom/google/refine/importing/ImportingJob;Ljava/util/List;Ljava/lang/String;)Lcom/fasterxml/jackson/databind/node/ObjectNode;
TabularImportingParserBase.parseOneFile ( Project project, ProjectMetadata metadata, ImportingJob job, String fileSource, Reader dataReader, int limit, ObjectNode options, List<Exception> exceptions ) : void
com/google/refine/importers/TabularImportingParserBase.parseOneFile:(Lcom/google/refine/model/Project;Lcom/google/refine/ProjectMetadata;Lcom/google/refine/importing/ImportingJob;Ljava/lang/String;Ljava/io/Reader;ILcom/fasterxml/jackson/databind/node/ObjectNode;Ljava/util/List;)V
TabularImportingParserBase.readTable ( Project project, ProjectMetadata metadata, ImportingJob job, TabularImportingParserBase.TableDataReader reader, String fileSource, int limit, ObjectNode options, List<Exception> exceptions ) [static] : void
com/google/refine/importers/TabularImportingParserBase.readTable:(Lcom/google/refine/model/Project;Lcom/google/refine/ProjectMetadata;Lcom/google/refine/importing/ImportingJob;Lcom/google/refine/importers/TabularImportingParserBase$TableDataReader;Ljava/lang/String;ILcom/fasterxml/jackson/databind/node/ObjectNode;Ljava/util/List;)V
openrefine-3.2.jar,
TabularSerializer.class
package com.google.refine.exporters
TabularSerializer.startFile ( JsonNode p1 ) [abstract] : void
com/google/refine/exporters/TabularSerializer.startFile:(Lcom/fasterxml/jackson/databind/JsonNode;)V
openrefine-3.2.jar,
Tan.class
package com.google.refine.expr.functions.math
Tan.getDescription ( ) : String
com/google/refine/expr/functions/math/Tan.getDescription:()Ljava/lang/String;
Tan.getParams ( ) : String
com/google/refine/expr/functions/math/Tan.getParams:()Ljava/lang/String;
Tan.getReturns ( ) : String
com/google/refine/expr/functions/math/Tan.getReturns:()Ljava/lang/String;
openrefine-3.2.jar,
Tanh.class
package com.google.refine.expr.functions.math
Tanh.getDescription ( ) : String
com/google/refine/expr/functions/math/Tanh.getDescription:()Ljava/lang/String;
Tanh.getParams ( ) : String
com/google/refine/expr/functions/math/Tanh.getParams:()Ljava/lang/String;
Tanh.getReturns ( ) : String
com/google/refine/expr/functions/math/Tanh.getReturns:()Ljava/lang/String;
openrefine-3.2.jar,
TemplateConfig.class
package com.google.refine.exporters
TemplatingExporter.TemplateConfig.TemplatingExporter.TemplateConfig ( String template, String prefix, String suffix, String separator )
com/google/refine/exporters/TemplatingExporter.TemplateConfig."<init>":(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
openrefine-3.2.jar,
TextSearchFacet.class
package com.google.refine.browsing.facets
TextSearchFacet.getColumnName ( ) : String
com/google/refine/browsing/facets/TextSearchFacet.getColumnName:()Ljava/lang/String;
TextSearchFacet.getMode ( ) : String
com/google/refine/browsing/facets/TextSearchFacet.getMode:()Ljava/lang/String;
TextSearchFacet.getName ( ) : String
com/google/refine/browsing/facets/TextSearchFacet.getName:()Ljava/lang/String;
TextSearchFacet.getQuery ( ) : String
com/google/refine/browsing/facets/TextSearchFacet.getQuery:()Ljava/lang/String;
TextSearchFacet.isCaseSensitive ( ) : boolean
com/google/refine/browsing/facets/TextSearchFacet.isCaseSensitive:()Z
TextSearchFacet.isInverted ( ) : boolean
com/google/refine/browsing/facets/TextSearchFacet.isInverted:()Z
openrefine-3.2.jar,
TextSearchFacetConfig.class
package com.google.refine.browsing.facets
TextSearchFacet.TextSearchFacetConfig.getJsonType ( ) : String
com/google/refine/browsing/facets/TextSearchFacet.TextSearchFacetConfig.getJsonType:()Ljava/lang/String;
openrefine-3.2.jar,
TimeRangeFacet.class
package com.google.refine.browsing.facets
TimeRangeFacet.getBaseBins ( ) : int[ ]
com/google/refine/browsing/facets/TimeRangeFacet.getBaseBins:()[I
TimeRangeFacet.getBins ( ) : int[ ]
com/google/refine/browsing/facets/TimeRangeFacet.getBins:()[I
TimeRangeFacet.getColumnName ( ) : String
com/google/refine/browsing/facets/TimeRangeFacet.getColumnName:()Ljava/lang/String;
TimeRangeFacet.getError ( ) : String
com/google/refine/browsing/facets/TimeRangeFacet.getError:()Ljava/lang/String;
TimeRangeFacet.getExpression ( ) : String
com/google/refine/browsing/facets/TimeRangeFacet.getExpression:()Ljava/lang/String;
TimeRangeFacet.getFrom ( ) : Double
com/google/refine/browsing/facets/TimeRangeFacet.getFrom:()Ljava/lang/Double;
TimeRangeFacet.getMax ( ) : Double
com/google/refine/browsing/facets/TimeRangeFacet.getMax:()Ljava/lang/Double;
TimeRangeFacet.getMin ( ) : Double
com/google/refine/browsing/facets/TimeRangeFacet.getMin:()Ljava/lang/Double;
TimeRangeFacet.getName ( ) : String
com/google/refine/browsing/facets/TimeRangeFacet.getName:()Ljava/lang/String;
TimeRangeFacet.getStep ( ) : Double
com/google/refine/browsing/facets/TimeRangeFacet.getStep:()Ljava/lang/Double;
TimeRangeFacet.getTo ( ) : Double
com/google/refine/browsing/facets/TimeRangeFacet.getTo:()Ljava/lang/Double;
openrefine-3.2.jar,
TimeRangeFacetConfig.class
package com.google.refine.browsing.facets
TimeRangeFacet.TimeRangeFacetConfig.getJsonType ( ) : String
com/google/refine/browsing/facets/TimeRangeFacet.TimeRangeFacetConfig.getJsonType:()Ljava/lang/String;
TimeRangeFacet.TimeRangeFacetConfig.isSelected ( ) : boolean
com/google/refine/browsing/facets/TimeRangeFacet.TimeRangeFacetConfig.isSelected:()Z
openrefine-3.2.jar,
ToDate.class
package com.google.refine.expr.functions
ToDate.getDescription ( ) : String
com/google/refine/expr/functions/ToDate.getDescription:()Ljava/lang/String;
ToDate.getParams ( ) : String
com/google/refine/expr/functions/ToDate.getParams:()Ljava/lang/String;
ToDate.getReturns ( ) : String
com/google/refine/expr/functions/ToDate.getReturns:()Ljava/lang/String;
openrefine-3.2.jar,
ToLowercase.class
package com.google.refine.expr.functions.strings
ToLowercase.getDescription ( ) : String
com/google/refine/expr/functions/strings/ToLowercase.getDescription:()Ljava/lang/String;
ToLowercase.getParams ( ) : String
com/google/refine/expr/functions/strings/ToLowercase.getParams:()Ljava/lang/String;
ToLowercase.getReturns ( ) : String
com/google/refine/expr/functions/strings/ToLowercase.getReturns:()Ljava/lang/String;
openrefine-3.2.jar,
ToNumber.class
package com.google.refine.expr.functions
ToNumber.getDescription ( ) : String
com/google/refine/expr/functions/ToNumber.getDescription:()Ljava/lang/String;
ToNumber.getParams ( ) : String
com/google/refine/expr/functions/ToNumber.getParams:()Ljava/lang/String;
ToNumber.getReturns ( ) : String
com/google/refine/expr/functions/ToNumber.getReturns:()Ljava/lang/String;
openrefine-3.2.jar,
TopList.class
package com.google.refine.preference
TopList.TopList ( int top, List<String> list )
com/google/refine/preference/TopList."<init>":(ILjava/util/List;)V
openrefine-3.2.jar,
ToString.class
package com.google.refine.expr.functions
ToString.getDescription ( ) : String
com/google/refine/expr/functions/ToString.getDescription:()Ljava/lang/String;
ToString.getParams ( ) : String
com/google/refine/expr/functions/ToString.getParams:()Ljava/lang/String;
ToString.getReturns ( ) : String
com/google/refine/expr/functions/ToString.getReturns:()Ljava/lang/String;
openrefine-3.2.jar,
ToTitlecase.class
package com.google.refine.expr.functions.strings
ToTitlecase.getDescription ( ) : String
com/google/refine/expr/functions/strings/ToTitlecase.getDescription:()Ljava/lang/String;
ToTitlecase.getParams ( ) : String
com/google/refine/expr/functions/strings/ToTitlecase.getParams:()Ljava/lang/String;
ToTitlecase.getReturns ( ) : String
com/google/refine/expr/functions/strings/ToTitlecase.getReturns:()Ljava/lang/String;
openrefine-3.2.jar,
ToUppercase.class
package com.google.refine.expr.functions.strings
ToUppercase.getDescription ( ) : String
com/google/refine/expr/functions/strings/ToUppercase.getDescription:()Ljava/lang/String;
ToUppercase.getParams ( ) : String
com/google/refine/expr/functions/strings/ToUppercase.getParams:()Ljava/lang/String;
ToUppercase.getReturns ( ) : String
com/google/refine/expr/functions/strings/ToUppercase.getReturns:()Ljava/lang/String;
openrefine-3.2.jar,
TransposeColumnsIntoRowsOperation.class
package com.google.refine.operations.cell
TransposeColumnsIntoRowsOperation.deserialize ( String combinedColumnName, String startColumnName, int columnCount, Boolean ignoreBlankCells, Boolean fillDown, boolean prependColumnName, String separator, String keyColumnName, String valueColumnName ) [static] : TransposeColumnsIntoRowsOperation
com/google/refine/operations/cell/TransposeColumnsIntoRowsOperation.deserialize:(Ljava/lang/String;Ljava/lang/String;ILjava/lang/Boolean;Ljava/lang/Boolean;ZLjava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lcom/google/refine/operations/cell/TransposeColumnsIntoRowsOperation;
TransposeColumnsIntoRowsOperation.getPrependColumnName ( ) : Boolean
com/google/refine/operations/cell/TransposeColumnsIntoRowsOperation.getPrependColumnName:()Ljava/lang/Boolean;
openrefine-3.2.jar,
TransposeRowsIntoColumnsOperation.class
package com.google.refine.operations.cell
TransposeRowsIntoColumnsOperation.getColumnName ( ) : String
com/google/refine/operations/cell/TransposeRowsIntoColumnsOperation.getColumnName:()Ljava/lang/String;
TransposeRowsIntoColumnsOperation.getRowCount ( ) : int
com/google/refine/operations/cell/TransposeRowsIntoColumnsOperation.getRowCount:()I
openrefine-3.2.jar,
TreeImportingParserBase.class
package com.google.refine.importers.tree
TreeImportingParserBase.createParserUIInitializationData ( ImportingJob job, List<ObjectNode> fileRecords, String format ) : ObjectNode
com/google/refine/importers/tree/TreeImportingParserBase.createParserUIInitializationData:(Lcom/google/refine/importing/ImportingJob;Ljava/util/List;Ljava/lang/String;)Lcom/fasterxml/jackson/databind/node/ObjectNode;
TreeImportingParserBase.parse ( Project project, ProjectMetadata metadata, ImportingJob job, List<ObjectNode> fileRecords, String format, int limit, ObjectNode options, List<Exception> exceptions ) : void
com/google/refine/importers/tree/TreeImportingParserBase.parse:(Lcom/google/refine/model/Project;Lcom/google/refine/ProjectMetadata;Lcom/google/refine/importing/ImportingJob;Ljava/util/List;Ljava/lang/String;ILcom/fasterxml/jackson/databind/node/ObjectNode;Ljava/util/List;)V
TreeImportingParserBase.parseOneFile ( Project project, ProjectMetadata metadata, ImportingJob job, ObjectNode fileRecord, ImportColumnGroup rootColumnGroup, int limit, ObjectNode options, List<Exception> exceptions, ImporterUtilities.MultiFileReadingProgress progress ) : void
com/google/refine/importers/tree/TreeImportingParserBase.parseOneFile:(Lcom/google/refine/model/Project;Lcom/google/refine/ProjectMetadata;Lcom/google/refine/importing/ImportingJob;Lcom/fasterxml/jackson/databind/node/ObjectNode;Lcom/google/refine/importers/tree/ImportColumnGroup;ILcom/fasterxml/jackson/databind/node/ObjectNode;Ljava/util/List;Lcom/google/refine/importers/ImporterUtilities$MultiFileReadingProgress;)V
TreeImportingParserBase.parseOneFile ( Project project, ProjectMetadata metadata, ImportingJob job, String fileSource, InputStream inputStream, ImportColumnGroup rootColumnGroup, int limit, ObjectNode options, List<Exception> exceptions ) : void
com/google/refine/importers/tree/TreeImportingParserBase.parseOneFile:(Lcom/google/refine/model/Project;Lcom/google/refine/ProjectMetadata;Lcom/google/refine/importing/ImportingJob;Ljava/lang/String;Ljava/io/InputStream;Lcom/google/refine/importers/tree/ImportColumnGroup;ILcom/fasterxml/jackson/databind/node/ObjectNode;Ljava/util/List;)V
TreeImportingParserBase.parseOneFile ( Project project, ProjectMetadata metadata, ImportingJob job, String fileSource, Reader reader, ImportColumnGroup rootColumnGroup, int limit, ObjectNode options, List<Exception> exceptions ) : void
com/google/refine/importers/tree/TreeImportingParserBase.parseOneFile:(Lcom/google/refine/model/Project;Lcom/google/refine/ProjectMetadata;Lcom/google/refine/importing/ImportingJob;Ljava/lang/String;Ljava/io/Reader;Lcom/google/refine/importers/tree/ImportColumnGroup;ILcom/fasterxml/jackson/databind/node/ObjectNode;Ljava/util/List;)V
TreeImportingParserBase.parseOneFile ( Project project, ProjectMetadata metadata, ImportingJob job, String fileSource, TreeReader treeParser, ImportColumnGroup rootColumnGroup, int limit, ObjectNode options, List<Exception> exceptions ) : void
com/google/refine/importers/tree/TreeImportingParserBase.parseOneFile:(Lcom/google/refine/model/Project;Lcom/google/refine/ProjectMetadata;Lcom/google/refine/importing/ImportingJob;Ljava/lang/String;Lcom/google/refine/importers/tree/TreeReader;Lcom/google/refine/importers/tree/ImportColumnGroup;ILcom/fasterxml/jackson/databind/node/ObjectNode;Ljava/util/List;)V
openrefine-3.2.jar,
Trim.class
package com.google.refine.expr.functions.strings
Trim.getDescription ( ) : String
com/google/refine/expr/functions/strings/Trim.getDescription:()Ljava/lang/String;
Trim.getParams ( ) : String
com/google/refine/expr/functions/strings/Trim.getParams:()Ljava/lang/String;
Trim.getReturns ( ) : String
com/google/refine/expr/functions/strings/Trim.getReturns:()Ljava/lang/String;
openrefine-3.2.jar,
Type.class
package com.google.refine.expr.functions
Type.getDescription ( ) : String
com/google/refine/expr/functions/Type.getDescription:()Ljava/lang/String;
Type.getParams ( ) : String
com/google/refine/expr/functions/Type.getParams:()Ljava/lang/String;
Type.getReturns ( ) : String
com/google/refine/expr/functions/Type.getReturns:()Ljava/lang/String;
openrefine-3.2.jar,
TypesResponse.class
package com.google.refine.commands.recon
GuessTypesOfColumnCommand.TypesResponse.GuessTypesOfColumnCommand.TypesResponse ( String code, String message, List<GuessTypesOfColumnCommand.TypeGroup> types )
com/google/refine/commands/recon/GuessTypesOfColumnCommand.TypesResponse."<init>":(Ljava/lang/String;Ljava/lang/String;Ljava/util/List;)V
openrefine-3.2.jar,
Unescape.class
package com.google.refine.expr.functions.strings
Unescape.getDescription ( ) : String
com/google/refine/expr/functions/strings/Unescape.getDescription:()Ljava/lang/String;
Unescape.getParams ( ) : String
com/google/refine/expr/functions/strings/Unescape.getParams:()Ljava/lang/String;
Unescape.getReturns ( ) : String
com/google/refine/expr/functions/strings/Unescape.getReturns:()Ljava/lang/String;
openrefine-3.2.jar,
Unicode.class
package com.google.refine.expr.functions.strings
Unicode.getDescription ( ) : String
com/google/refine/expr/functions/strings/Unicode.getDescription:()Ljava/lang/String;
Unicode.getParams ( ) : String
com/google/refine/expr/functions/strings/Unicode.getParams:()Ljava/lang/String;
Unicode.getReturns ( ) : String
com/google/refine/expr/functions/strings/Unicode.getReturns:()Ljava/lang/String;
openrefine-3.2.jar,
UnicodeType.class
package com.google.refine.expr.functions.strings
UnicodeType.getDescription ( ) : String
com/google/refine/expr/functions/strings/UnicodeType.getDescription:()Ljava/lang/String;
UnicodeType.getParams ( ) : String
com/google/refine/expr/functions/strings/UnicodeType.getParams:()Ljava/lang/String;
UnicodeType.getReturns ( ) : String
com/google/refine/expr/functions/strings/UnicodeType.getReturns:()Ljava/lang/String;
openrefine-3.2.jar,
Uniques.class
package com.google.refine.expr.functions.arrays
Uniques.getDescription ( ) : String
com/google/refine/expr/functions/arrays/Uniques.getDescription:()Ljava/lang/String;
Uniques.getParams ( ) : String
com/google/refine/expr/functions/arrays/Uniques.getParams:()Ljava/lang/String;
Uniques.getReturns ( ) : String
com/google/refine/expr/functions/arrays/Uniques.getReturns:()Ljava/lang/String;
openrefine-3.2.jar,
UnknownOperation.class
package com.google.refine.operations
UnknownOperation.getAttributes ( ) : Map<String,Object>
com/google/refine/operations/UnknownOperation.getAttributes:()Ljava/util/Map;
UnknownOperation.getBriefDescription ( Project project ) : String
com/google/refine/operations/UnknownOperation.getBriefDescription:(Lcom/google/refine/model/Project;)Ljava/lang/String;
UnknownOperation.getOperationId ( ) : String
com/google/refine/operations/UnknownOperation.getOperationId:()Ljava/lang/String;
UnknownOperation.setAttribute ( String key, Object value ) : void
com/google/refine/operations/UnknownOperation.setAttribute:(Ljava/lang/String;Ljava/lang/Object;)V
UnknownOperation.UnknownOperation ( String opCode, String description )
com/google/refine/operations/UnknownOperation."<init>":(Ljava/lang/String;Ljava/lang/String;)V
openrefine-3.2.jar,
UrlRewriter.class
package com.google.refine.importing
UrlRewriter.rewrite ( String p1 ) [abstract] : UrlRewriter.Result
com/google/refine/importing/UrlRewriter.rewrite:(Ljava/lang/String;)Lcom/google/refine/importing/UrlRewriter$Result;
openrefine-3.2.jar,
VersionResponse.class
package com.google.refine.commands
GetVersionCommand.VersionResponse.GetVersionCommand.VersionResponse ( GetVersionCommand p1 )
com/google/refine/commands/GetVersionCommand.VersionResponse."<init>":(Lcom/google/refine/commands/GetVersionCommand;)V
openrefine-3.2.jar,
VicinoDistance.class
package com.google.refine.clustering.knn
VicinoDistance.compute ( String a, String b ) : double
com/google/refine/clustering/knn/VicinoDistance.compute:(Ljava/lang/String;Ljava/lang/String;)D
VicinoDistance.VicinoDistance ( Distance d )
com/google/refine/clustering/knn/VicinoDistance."<init>":(Ledu/mit/simile/vicino/distances/Distance;)V
openrefine-3.2.jar,
WikitextImporter.class
package com.google.refine.importers
WikitextImporter.createParserUIInitializationData ( ImportingJob job, List<ObjectNode> fileRecords, String format ) : ObjectNode
com/google/refine/importers/WikitextImporter.createParserUIInitializationData:(Lcom/google/refine/importing/ImportingJob;Ljava/util/List;Ljava/lang/String;)Lcom/fasterxml/jackson/databind/node/ObjectNode;
WikitextImporter.parseOneFile ( Project project, ProjectMetadata metadata, ImportingJob job, String fileSource, Reader reader, int limit, ObjectNode options, List<Exception> exceptions ) : void
com/google/refine/importers/WikitextImporter.parseOneFile:(Lcom/google/refine/model/Project;Lcom/google/refine/ProjectMetadata;Lcom/google/refine/importing/ImportingJob;Ljava/lang/String;Ljava/io/Reader;ILcom/fasterxml/jackson/databind/node/ObjectNode;Ljava/util/List;)V
openrefine-3.2.jar,
With.class
package com.google.refine.grel.controls
With.getDescription ( ) : String
com/google/refine/grel/controls/With.getDescription:()Ljava/lang/String;
With.getParams ( ) : String
com/google/refine/grel/controls/With.getParams:()Ljava/lang/String;
With.getReturns ( ) : String
com/google/refine/grel/controls/With.getReturns:()Ljava/lang/String;
openrefine-3.2.jar,
WrappedRow.class
package com.google.refine.commands.row
GetRowsCommand.WrappedRow.GetRowsCommand.WrappedRow ( Row rowOrRecord, int rowIndex, Integer recordIndex )
com/google/refine/commands/row/GetRowsCommand.WrappedRow."<init>":(Lcom/google/refine/model/Row;ILjava/lang/Integer;)V
openrefine-3.2.jar,
XmlAttr.class
package com.google.refine.expr.functions.xml
XmlAttr.getDescription ( ) : String
com/google/refine/expr/functions/xml/XmlAttr.getDescription:()Ljava/lang/String;
XmlAttr.getParams ( ) : String
com/google/refine/expr/functions/xml/XmlAttr.getParams:()Ljava/lang/String;
XmlAttr.getReturns ( ) : String
com/google/refine/expr/functions/xml/XmlAttr.getReturns:()Ljava/lang/String;
openrefine-3.2.jar,
XmlImporter.class
package com.google.refine.importers
XmlImporter.createParserUIInitializationData ( ImportingJob job, List<ObjectNode> fileRecords, String format ) : ObjectNode
com/google/refine/importers/XmlImporter.createParserUIInitializationData:(Lcom/google/refine/importing/ImportingJob;Ljava/util/List;Ljava/lang/String;)Lcom/fasterxml/jackson/databind/node/ObjectNode;
XmlImporter.parseOneFile ( Project project, ProjectMetadata metadata, ImportingJob job, String fileSource, InputStream inputStream, ImportColumnGroup rootColumnGroup, int limit, ObjectNode options, List<Exception> exceptions ) : void
com/google/refine/importers/XmlImporter.parseOneFile:(Lcom/google/refine/model/Project;Lcom/google/refine/ProjectMetadata;Lcom/google/refine/importing/ImportingJob;Ljava/lang/String;Ljava/io/InputStream;Lcom/google/refine/importers/tree/ImportColumnGroup;ILcom/fasterxml/jackson/databind/node/ObjectNode;Ljava/util/List;)V
openrefine-3.2.jar,
XmlText.class
package com.google.refine.expr.functions.xml
XmlText.getDescription ( ) : String
com/google/refine/expr/functions/xml/XmlText.getDescription:()Ljava/lang/String;
XmlText.getParams ( ) : String
com/google/refine/expr/functions/xml/XmlText.getParams:()Ljava/lang/String;
XmlText.getReturns ( ) : String
com/google/refine/expr/functions/xml/XmlText.getReturns:()Ljava/lang/String;
openrefine-3.2.jar,
Xor.class
package com.google.refine.expr.functions.booleans
Xor.getDescription ( ) : String
com/google/refine/expr/functions/booleans/Xor.getDescription:()Ljava/lang/String;
Xor.getParams ( ) : String
com/google/refine/expr/functions/booleans/Xor.getParams:()Ljava/lang/String;
Xor.getReturns ( ) : String
com/google/refine/expr/functions/booleans/Xor.getReturns:()Ljava/lang/String;
to the top
Removed Methods 580
openrefine-3.1.jar,
Abs.class
package com.google.refine.expr.functions.math
Abs.write ( JSONWriter writer, Properties options ) : void
com/google/refine/expr/functions/math/Abs.write:(Lorg/json/JSONWriter;Ljava/util/Properties;)V
openrefine-3.1.jar,
AbstractMetadata.class
package com.google.refine.model.metadata
AbstractMetadata.AbstractMetadata ( )
com/google/refine/model/metadata/AbstractMetadata."<init>":()V
AbstractMetadata.getFormatName ( ) : MetadataFormat
com/google/refine/model/metadata/AbstractMetadata.getFormatName:()Lcom/google/refine/model/metadata/MetadataFormat;
AbstractMetadata.getModified ( ) : LocalDateTime
com/google/refine/model/metadata/AbstractMetadata.getModified:()Ljava/time/LocalDateTime;
AbstractMetadata.isDirty ( ) : boolean
com/google/refine/model/metadata/AbstractMetadata.isDirty:()Z
AbstractMetadata.loadFromFile ( File p1 ) [abstract] : void
com/google/refine/model/metadata/AbstractMetadata.loadFromFile:(Ljava/io/File;)V
AbstractMetadata.loadFromJSON ( JSONObject p1 ) [abstract] : void
com/google/refine/model/metadata/AbstractMetadata.loadFromJSON:(Lorg/json/JSONObject;)V
AbstractMetadata.propertyExists ( Object bean, String property ) [static] : boolean
com/google/refine/model/metadata/AbstractMetadata.propertyExists:(Ljava/lang/Object;Ljava/lang/String;)Z
AbstractMetadata.setFormatName ( MetadataFormat formatName ) : void
com/google/refine/model/metadata/AbstractMetadata.setFormatName:(Lcom/google/refine/model/metadata/MetadataFormat;)V
AbstractMetadata.updateModified ( ) : void
com/google/refine/model/metadata/AbstractMetadata.updateModified:()V
AbstractMetadata.write ( JSONWriter jsonWriter, boolean onlyIfDirty ) : void
com/google/refine/model/metadata/AbstractMetadata.write:(Lorg/json/JSONWriter;Z)V
AbstractMetadata.writeToFile ( File p1 ) [abstract] : void
com/google/refine/model/metadata/AbstractMetadata.writeToFile:(Ljava/io/File;)V
openrefine-3.1.jar,
AbstractValidator.class
package com.google.refine.model.metadata.validator.checks
AbstractValidator.AbstractValidator ( Project project, int cellIndex, JSONObject options )
com/google/refine/model/metadata/validator/checks/AbstractValidator."<init>":(Lcom/google/refine/model/Project;ILorg/json/JSONObject;)V
AbstractValidator.addError ( JSONObject result ) : void
com/google/refine/model/metadata/validator/checks/AbstractValidator.addError:(Lorg/json/JSONObject;)V
AbstractValidator.checkCell ( Cell cell ) : boolean
com/google/refine/model/metadata/validator/checks/AbstractValidator.checkCell:(Lcom/google/refine/model/Cell;)Z
AbstractValidator.customizedFormat ( ) : void
com/google/refine/model/metadata/validator/checks/AbstractValidator.customizedFormat:()V
AbstractValidator.filter ( Cell cell ) : boolean
com/google/refine/model/metadata/validator/checks/AbstractValidator.filter:(Lcom/google/refine/model/Cell;)Z
AbstractValidator.formatErrorMessage ( Cell cell, int rowIndex ) : JSONObject
com/google/refine/model/metadata/validator/checks/AbstractValidator.formatErrorMessage:(Lcom/google/refine/model/Cell;I)Lorg/json/JSONObject;
AbstractValidator.validate ( ) : JSONArray
com/google/refine/model/metadata/validator/checks/AbstractValidator.validate:()Lorg/json/JSONArray;
openrefine-3.1.jar,
ACos.class
package com.google.refine.expr.functions.math
ACos.write ( JSONWriter writer, Properties options ) : void
com/google/refine/expr/functions/math/ACos.write:(Lorg/json/JSONWriter;Ljava/util/Properties;)V
openrefine-3.1.jar,
And.class
package com.google.refine.expr.functions.booleans
And.write ( JSONWriter writer, Properties options ) : void
com/google/refine/expr/functions/booleans/And.write:(Lorg/json/JSONWriter;Ljava/util/Properties;)V
openrefine-3.1.jar,
ApplyOperationsCommand.class
package com.google.refine.commands.history
ApplyOperationsCommand.reconstructOperation ( Project project, JSONObject obj ) : void
com/google/refine/commands/history/ApplyOperationsCommand.reconstructOperation:(Lcom/google/refine/model/Project;Lorg/json/JSONObject;)V
openrefine-3.1.jar,
ArgsToArray.class
package com.google.refine.expr.functions.arrays
ArgsToArray.write ( JSONWriter writer, Properties options ) : void
com/google/refine/expr/functions/arrays/ArgsToArray.write:(Lorg/json/JSONWriter;Ljava/util/Properties;)V
openrefine-3.1.jar,
ASin.class
package com.google.refine.expr.functions.math
ASin.write ( JSONWriter writer, Properties options ) : void
com/google/refine/expr/functions/math/ASin.write:(Lorg/json/JSONWriter;Ljava/util/Properties;)V
openrefine-3.1.jar,
ATan.class
package com.google.refine.expr.functions.math
ATan.write ( JSONWriter writer, Properties options ) : void
com/google/refine/expr/functions/math/ATan.write:(Lorg/json/JSONWriter;Ljava/util/Properties;)V
openrefine-3.1.jar,
ATan2.class
package com.google.refine.expr.functions.math
ATan2.write ( JSONWriter writer, Properties options ) : void
com/google/refine/expr/functions/math/ATan2.write:(Lorg/json/JSONWriter;Ljava/util/Properties;)V
openrefine-3.1.jar,
BaseSorter.class
package com.google.refine.sorting
BaseSorter.createCriterionFromJSON ( Project project, JSONObject obj ) : Criterion
com/google/refine/sorting/BaseSorter.createCriterionFromJSON:(Lcom/google/refine/model/Project;Lorg/json/JSONObject;)Lcom/google/refine/sorting/Criterion;
BaseSorter.initializeFromJSON ( Project project, JSONObject obj ) : void
com/google/refine/sorting/BaseSorter.initializeFromJSON:(Lcom/google/refine/model/Project;Lorg/json/JSONObject;)V
openrefine-3.1.jar,
BinningClusterer.class
package com.google.refine.clustering.binning
BinningClusterer.write ( JSONWriter writer, Properties options ) : void
com/google/refine/clustering/binning/BinningClusterer.write:(Lorg/json/JSONWriter;Ljava/util/Properties;)V
openrefine-3.1.jar,
BinningClustererConfig.class
package com.google.refine.clustering.binning
BinningClusterer.BinningClustererConfig.initializeFromJSON ( JSONObject o ) : void
com/google/refine/clustering/binning/BinningClusterer.BinningClustererConfig.initializeFromJSON:(Lorg/json/JSONObject;)V
BinningClusterer.BinningClustererConfig.write ( JSONWriter writer, Properties options ) : void
com/google/refine/clustering/binning/BinningClusterer.BinningClustererConfig.write:(Lorg/json/JSONWriter;Ljava/util/Properties;)V
openrefine-3.1.jar,
BinningParameters.class
package com.google.refine.clustering.binning
BinningClusterer.BinningParameters.reconstruct ( JSONObject o ) [static] : BinningClusterer.BinningParameters
com/google/refine/clustering/binning/BinningClusterer.BinningParameters.reconstruct:(Lorg/json/JSONObject;)Lcom/google/refine/clustering/binning/BinningClusterer$BinningParameters;
BinningClusterer.BinningParameters.write ( JSONWriter writer, Properties options ) : void
com/google/refine/clustering/binning/BinningClusterer.BinningParameters.write:(Lorg/json/JSONWriter;Ljava/util/Properties;)V
openrefine-3.1.jar,
BlankDownOperation.class
package com.google.refine.operations.cell
BlankDownOperation.reconstruct ( Project project, JSONObject obj ) [static] : AbstractOperation
com/google/refine/operations/cell/BlankDownOperation.reconstruct:(Lcom/google/refine/model/Project;Lorg/json/JSONObject;)Lcom/google/refine/model/AbstractOperation;
BlankDownOperation.write ( JSONWriter writer, Properties options ) : void
com/google/refine/operations/cell/BlankDownOperation.write:(Lorg/json/JSONWriter;Ljava/util/Properties;)V
openrefine-3.1.jar,
BlankHeader.class
package com.google.refine.model.metadata.validator.checks
BlankHeader.BlankHeader ( Project project, int cellIndex, JSONObject options )
com/google/refine/model/metadata/validator/checks/BlankHeader."<init>":(Lcom/google/refine/model/Project;ILorg/json/JSONObject;)V
openrefine-3.1.jar,
BlankRow.class
package com.google.refine.model.metadata.validator.checks
BlankRow.BlankRow ( Project project, int cellIndex, JSONObject options )
com/google/refine/model/metadata/validator/checks/BlankRow."<init>":(Lcom/google/refine/model/Project;ILorg/json/JSONObject;)V
openrefine-3.1.jar,
Ceil.class
package com.google.refine.expr.functions.math
Ceil.write ( JSONWriter writer, Properties options ) : void
com/google/refine/expr/functions/math/Ceil.write:(Lorg/json/JSONWriter;Ljava/util/Properties;)V
openrefine-3.1.jar,
Cell.class
package com.google.refine.model
Cell.loadStreaming ( JsonParser jp, Pool pool ) [static] : Cell
com/google/refine/model/Cell.loadStreaming:(Lcom/fasterxml/jackson/core/JsonParser;Lcom/google/refine/util/Pool;)Lcom/google/refine/model/Cell;
Cell.write ( JSONWriter writer, Properties options ) : void
com/google/refine/model/Cell.write:(Lorg/json/JSONWriter;Ljava/util/Properties;)V
openrefine-3.1.jar,
Chomp.class
package com.google.refine.expr.functions.strings
Chomp.write ( JSONWriter writer, Properties options ) : void
com/google/refine/expr/functions/strings/Chomp.write:(Lorg/json/JSONWriter;Ljava/util/Properties;)V
openrefine-3.1.jar,
ClustererConfig.class
package com.google.refine.clustering
ClustererConfig.initializeFromJSON ( JSONObject o ) : void
com/google/refine/clustering/ClustererConfig.initializeFromJSON:(Lorg/json/JSONObject;)V
openrefine-3.1.jar,
Coalesce.class
package com.google.refine.expr.functions
Coalesce.write ( JSONWriter writer, Properties options ) : void
com/google/refine/expr/functions/Coalesce.write:(Lorg/json/JSONWriter;Ljava/util/Properties;)V
openrefine-3.1.jar,
Column.class
package com.google.refine.model
Column.castValue ( String value ) : Any
com/google/refine/model/Column.castValue:(Ljava/lang/String;)Ljava/lang/Object;
Column.write ( JSONWriter writer, Properties options ) : void
com/google/refine/model/Column.write:(Lorg/json/JSONWriter;Ljava/util/Properties;)V
openrefine-3.1.jar,
ColumnAdditionByFetchingURLsOperation.class
package com.google.refine.operations.column
ColumnAdditionByFetchingURLsOperation.ColumnAdditionByFetchingURLsOperation ( EngineConfig engineConfig, String baseColumnName, String urlExpression, OnError onError, String newColumnName, int columnInsertIndex, int delay, boolean cacheResponses, JSONArray httpHeadersJson )
com/google/refine/operations/column/ColumnAdditionByFetchingURLsOperation."<init>":(Lcom/google/refine/browsing/EngineConfig;Ljava/lang/String;Ljava/lang/String;Lcom/google/refine/operations/OnError;Ljava/lang/String;IIZLorg/json/JSONArray;)V
ColumnAdditionByFetchingURLsOperation.reconstruct ( Project project, JSONObject obj ) [static] : AbstractOperation
com/google/refine/operations/column/ColumnAdditionByFetchingURLsOperation.reconstruct:(Lcom/google/refine/model/Project;Lorg/json/JSONObject;)Lcom/google/refine/model/AbstractOperation;
ColumnAdditionByFetchingURLsOperation.write ( JSONWriter writer, Properties options ) : void
com/google/refine/operations/column/ColumnAdditionByFetchingURLsOperation.write:(Lorg/json/JSONWriter;Ljava/util/Properties;)V
openrefine-3.1.jar,
ColumnAdditionByFetchingURLsProcess.class
package com.google.refine.operations.column
ColumnAdditionByFetchingURLsOperation.ColumnAdditionByFetchingURLsProcess.ColumnAdditionByFetchingURLsOperation.ColumnAdditionByFetchingURLsProcess ( ColumnAdditionByFetchingURLsOperation project, Project engine, Engine eval, Evaluable description, String cacheResponses, boolean httpHeadersJson, JSONArray p7 )
com/google/refine/operations/column/ColumnAdditionByFetchingURLsOperation.ColumnAdditionByFetchingURLsProcess."<init>":(Lcom/google/refine/operations/column/ColumnAdditionByFetchingURLsOperation;Lcom/google/refine/model/Project;Lcom/google/refine/browsing/Engine;Lcom/google/refine/expr/Evaluable;Ljava/lang/String;ZLorg/json/JSONArray;)V
ColumnAdditionByFetchingURLsOperation.ColumnAdditionByFetchingURLsProcess.write ( JSONWriter writer, Properties options ) : void
com/google/refine/operations/column/ColumnAdditionByFetchingURLsOperation.ColumnAdditionByFetchingURLsProcess.write:(Lorg/json/JSONWriter;Ljava/util/Properties;)V
openrefine-3.1.jar,
ColumnAdditionChange.class
package com.google.refine.model.changes
ColumnAdditionChange.getColumnIndex ( ) : int
com/google/refine/model/changes/ColumnAdditionChange.getColumnIndex:()I
ColumnAdditionChange.getColumnName ( ) : String
com/google/refine/model/changes/ColumnAdditionChange.getColumnName:()Ljava/lang/String;
ColumnAdditionChange.getNewCellIndex ( ) : int
com/google/refine/model/changes/ColumnAdditionChange.getNewCellIndex:()I
openrefine-3.1.jar,
ColumnAdditionOperation.class
package com.google.refine.operations.column
ColumnAdditionOperation.reconstruct ( Project project, JSONObject obj ) [static] : AbstractOperation
com/google/refine/operations/column/ColumnAdditionOperation.reconstruct:(Lcom/google/refine/model/Project;Lorg/json/JSONObject;)Lcom/google/refine/model/AbstractOperation;
ColumnAdditionOperation.write ( JSONWriter writer, Properties options ) : void
com/google/refine/operations/column/ColumnAdditionOperation.write:(Lorg/json/JSONWriter;Ljava/util/Properties;)V
openrefine-3.1.jar,
ColumnDetail.class
package com.google.refine.model.recon
StandardReconConfig.ColumnDetail.StandardReconConfig.ColumnDetail ( String columnName, String propertyName, String propertyID )
com/google/refine/model/recon/StandardReconConfig.ColumnDetail."<init>":(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
openrefine-3.1.jar,
ColumnGroup.class
package com.google.refine.model
ColumnGroup.write ( JSONWriter writer, Properties options ) : void
com/google/refine/model/ColumnGroup.write:(Lorg/json/JSONWriter;Ljava/util/Properties;)V
openrefine-3.1.jar,
ColumnModel.class
package com.google.refine.model
ColumnModel.write ( JSONWriter writer, Properties options ) : void
com/google/refine/model/ColumnModel.write:(Lorg/json/JSONWriter;Ljava/util/Properties;)V
openrefine-3.1.jar,
ColumnMoveChange.class
package com.google.refine.model.changes
ColumnMoveChange.getColumnName ( ) : String
com/google/refine/model/changes/ColumnMoveChange.getColumnName:()Ljava/lang/String;
ColumnMoveChange.getNewColumnIndex ( ) : int
com/google/refine/model/changes/ColumnMoveChange.getNewColumnIndex:()I
ColumnMoveChange.getOldColumnIndex ( ) : int
com/google/refine/model/changes/ColumnMoveChange.getOldColumnIndex:()I
openrefine-3.1.jar,
ColumnMoveOperation.class
package com.google.refine.operations.column
ColumnMoveOperation.reconstruct ( Project project, JSONObject obj ) [static] : AbstractOperation
com/google/refine/operations/column/ColumnMoveOperation.reconstruct:(Lcom/google/refine/model/Project;Lorg/json/JSONObject;)Lcom/google/refine/model/AbstractOperation;
ColumnMoveOperation.write ( JSONWriter writer, Properties options ) : void
com/google/refine/operations/column/ColumnMoveOperation.write:(Lorg/json/JSONWriter;Ljava/util/Properties;)V
openrefine-3.1.jar,
ColumnRemovalChange.class
package com.google.refine.model.changes
ColumnRemovalChange.getOldColumnIndex ( ) : int
com/google/refine/model/changes/ColumnRemovalChange.getOldColumnIndex:()I
openrefine-3.1.jar,
ColumnRemovalOperation.class
package com.google.refine.operations.column
ColumnRemovalOperation.reconstruct ( Project project, JSONObject obj ) [static] : AbstractOperation
com/google/refine/operations/column/ColumnRemovalOperation.reconstruct:(Lcom/google/refine/model/Project;Lorg/json/JSONObject;)Lcom/google/refine/model/AbstractOperation;
ColumnRemovalOperation.write ( JSONWriter writer, Properties options ) : void
com/google/refine/operations/column/ColumnRemovalOperation.write:(Lorg/json/JSONWriter;Ljava/util/Properties;)V
openrefine-3.1.jar,
ColumnRenameOperation.class
package com.google.refine.operations.column
ColumnRenameOperation.reconstruct ( Project project, JSONObject obj ) [static] : AbstractOperation
com/google/refine/operations/column/ColumnRenameOperation.reconstruct:(Lcom/google/refine/model/Project;Lorg/json/JSONObject;)Lcom/google/refine/model/AbstractOperation;
ColumnRenameOperation.write ( JSONWriter writer, Properties options ) : void
com/google/refine/operations/column/ColumnRenameOperation.write:(Lorg/json/JSONWriter;Ljava/util/Properties;)V
openrefine-3.1.jar,
ColumnReorderChange.class
package com.google.refine.model.changes
ColumnReorderChange.getColumnNames ( ) : List<String>
com/google/refine/model/changes/ColumnReorderChange.getColumnNames:()Ljava/util/List;
openrefine-3.1.jar,
ColumnReorderOperation.class
package com.google.refine.operations.column
ColumnReorderOperation.reconstruct ( Project project, JSONObject obj ) [static] : AbstractOperation
com/google/refine/operations/column/ColumnReorderOperation.reconstruct:(Lcom/google/refine/model/Project;Lorg/json/JSONObject;)Lcom/google/refine/model/AbstractOperation;
ColumnReorderOperation.write ( JSONWriter writer, Properties options ) : void
com/google/refine/operations/column/ColumnReorderOperation.write:(Lorg/json/JSONWriter;Ljava/util/Properties;)V
openrefine-3.1.jar,
ColumnSplitChange.class
package com.google.refine.model.changes
ColumnSplitChange.getColumnIndex ( ) : int
com/google/refine/model/changes/ColumnSplitChange.getColumnIndex:()I
ColumnSplitChange.getColumnNames ( ) : List<String>
com/google/refine/model/changes/ColumnSplitChange.getColumnNames:()Ljava/util/List;
ColumnSplitChange.isRemoveOriginalColumn ( ) : boolean
com/google/refine/model/changes/ColumnSplitChange.isRemoveOriginalColumn:()Z
openrefine-3.1.jar,
ColumnSplitOperation.class
package com.google.refine.operations.column
ColumnSplitOperation.reconstruct ( Project project, JSONObject obj ) [static] : AbstractOperation
com/google/refine/operations/column/ColumnSplitOperation.reconstruct:(Lcom/google/refine/model/Project;Lorg/json/JSONObject;)Lcom/google/refine/model/AbstractOperation;
ColumnSplitOperation.write ( JSONWriter writer, Properties options ) : void
com/google/refine/operations/column/ColumnSplitOperation.write:(Lorg/json/JSONWriter;Ljava/util/Properties;)V
openrefine-3.1.jar,
Combin.class
package com.google.refine.expr.functions.math
Combin.write ( JSONWriter writer, Properties options ) : void
com/google/refine/expr/functions/math/Combin.write:(Lorg/json/JSONWriter;Ljava/util/Properties;)V
openrefine-3.1.jar,
Command.class
package com.google.refine.commands
Command.getJsonParameter ( HttpServletRequest request, String name ) [static] : JSONObject
com/google/refine/commands/Command.getJsonParameter:(Ljavax/servlet/http/HttpServletRequest;Ljava/lang/String;)Lorg/json/JSONObject;
Command.getMetadata ( HttpServletRequest request ) : ProjectMetadata
com/google/refine/commands/Command.getMetadata:(Ljavax/servlet/http/HttpServletRequest;)Lcom/google/refine/model/metadata/ProjectMetadata;
Command.respondJSON ( HttpServletResponse response, Jsonizable o ) [static] : void
com/google/refine/commands/Command.respondJSON:(Ljavax/servlet/http/HttpServletResponse;Lcom/google/refine/Jsonizable;)V
Command.respondJSON ( HttpServletResponse response, Jsonizable o, Properties options ) [static] : void
com/google/refine/commands/Command.respondJSON:(Ljavax/servlet/http/HttpServletResponse;Lcom/google/refine/Jsonizable;Ljava/util/Properties;)V
Command.respondJSONObject ( HttpServletResponse response, JSONObject o ) [static] : void
com/google/refine/commands/Command.respondJSONObject:(Ljavax/servlet/http/HttpServletResponse;Lorg/json/JSONObject;)V
openrefine-3.1.jar,
Contains.class
package com.google.refine.expr.functions.strings
Contains.write ( JSONWriter writer, Properties options ) : void
com/google/refine/expr/functions/strings/Contains.write:(Lorg/json/JSONWriter;Ljava/util/Properties;)V
openrefine-3.1.jar,
Cos.class
package com.google.refine.expr.functions.math
Cos.write ( JSONWriter writer, Properties options ) : void
com/google/refine/expr/functions/math/Cos.write:(Lorg/json/JSONWriter;Ljava/util/Properties;)V
openrefine-3.1.jar,
Cosh.class
package com.google.refine.expr.functions.math
Cosh.write ( JSONWriter writer, Properties options ) : void
com/google/refine/expr/functions/math/Cosh.write:(Lorg/json/JSONWriter;Ljava/util/Properties;)V
openrefine-3.1.jar,
Criterion.class
package com.google.refine.sorting
Criterion.initializeFromJSON ( Project project, JSONObject obj ) : void
com/google/refine/sorting/Criterion.initializeFromJSON:(Lcom/google/refine/model/Project;Lorg/json/JSONObject;)V
openrefine-3.1.jar,
Cross.class
package com.google.refine.expr.functions
Cross.write ( JSONWriter writer, Properties options ) : void
com/google/refine/expr/functions/Cross.write:(Lorg/json/JSONWriter;Ljava/util/Properties;)V
openrefine-3.1.jar,
DataExtensionReconConfig.class
package com.google.refine.model.recon
DataExtensionReconConfig.reconstruct ( JSONObject obj ) [static] : ReconConfig
com/google/refine/model/recon/DataExtensionReconConfig.reconstruct:(Lorg/json/JSONObject;)Lcom/google/refine/model/recon/ReconConfig;
openrefine-3.1.jar,
DataPackageMetadata.class
package com.google.refine.model.metadata
DataPackageMetadata.DataPackageMetadata ( )
com/google/refine/model/metadata/DataPackageMetadata."<init>":()V
DataPackageMetadata.getJSON ( ) : JSONObject
com/google/refine/model/metadata/DataPackageMetadata.getJSON:()Lorg/json/JSONObject;
DataPackageMetadata.getPackage ( ) : Package
com/google/refine/model/metadata/DataPackageMetadata.getPackage:()Lio/frictionlessdata/datapackage/Package;
DataPackageMetadata.getResourcePaths ( ) : List<String>
com/google/refine/model/metadata/DataPackageMetadata.getResourcePaths:()Ljava/util/List;
DataPackageMetadata.loadFromFile ( File metadataFile ) : void
com/google/refine/model/metadata/DataPackageMetadata.loadFromFile:(Ljava/io/File;)V
DataPackageMetadata.loadFromJSON ( JSONObject obj ) : void
com/google/refine/model/metadata/DataPackageMetadata.loadFromJSON:(Lorg/json/JSONObject;)V
DataPackageMetadata.loadFromStream ( InputStream inputStream ) : void
com/google/refine/model/metadata/DataPackageMetadata.loadFromStream:(Ljava/io/InputStream;)V
DataPackageMetadata.validate ( ) : List<Exception>
com/google/refine/model/metadata/DataPackageMetadata.validate:()Ljava/util/List;
DataPackageMetadata.write ( JSONWriter jsonWriter, Properties options ) : void
com/google/refine/model/metadata/DataPackageMetadata.write:(Lorg/json/JSONWriter;Ljava/util/Properties;)V
DataPackageMetadata.writeToFile ( File metadataFile ) : void
com/google/refine/model/metadata/DataPackageMetadata.writeToFile:(Ljava/io/File;)V
openrefine-3.1.jar,
DataPackageUrlRewriter.class
package com.google.refine.model.metadata
DataPackageUrlRewriter.DataPackageUrlRewriter ( )
com/google/refine/model/metadata/DataPackageUrlRewriter."<init>":()V
DataPackageUrlRewriter.filter ( String url ) : boolean
com/google/refine/model/metadata/DataPackageUrlRewriter.filter:(Ljava/lang/String;)Z
DataPackageUrlRewriter.rewrite ( String url ) : List<UrlRewriter.Result>
com/google/refine/model/metadata/DataPackageUrlRewriter.rewrite:(Ljava/lang/String;)Ljava/util/List;
openrefine-3.1.jar,
DatePart.class
package com.google.refine.expr.functions.date
DatePart.write ( JSONWriter writer, Properties options ) : void
com/google/refine/expr/functions/date/DatePart.write:(Lorg/json/JSONWriter;Ljava/util/Properties;)V
openrefine-3.1.jar,
DecoratedValue.class
package com.google.refine.browsing
DecoratedValue.write ( JSONWriter writer, Properties options ) : void
com/google/refine/browsing/DecoratedValue.write:(Lorg/json/JSONWriter;Ljava/util/Properties;)V
openrefine-3.1.jar,
DefaultImportingController.class
package com.google.refine.importing
DefaultImportingController.convertErrorsToJsonArray ( List<Exception> exceptions ) [static] : JSONArray
com/google/refine/importing/DefaultImportingController.convertErrorsToJsonArray:(Ljava/util/List;)Lorg/json/JSONArray;
DefaultImportingController.writeErrors ( JSONWriter writer, List<Exception> exceptions ) [static] : void
com/google/refine/importing/DefaultImportingController.writeErrors:(Lorg/json/JSONWriter;Ljava/util/List;)V
openrefine-3.1.jar,
Degrees.class
package com.google.refine.expr.functions.math
Degrees.write ( JSONWriter writer, Properties options ) : void
com/google/refine/expr/functions/math/Degrees.write:(Lorg/json/JSONWriter;Ljava/util/Properties;)V
openrefine-3.1.jar,
DenormalizeOperation.class
package com.google.refine.operations.row
DenormalizeOperation.reconstruct ( Project project, JSONObject obj ) [static] : AbstractOperation
com/google/refine/operations/row/DenormalizeOperation.reconstruct:(Lcom/google/refine/model/Project;Lorg/json/JSONObject;)Lcom/google/refine/model/AbstractOperation;
DenormalizeOperation.write ( JSONWriter writer, Properties options ) : void
com/google/refine/operations/row/DenormalizeOperation.write:(Lorg/json/JSONWriter;Ljava/util/Properties;)V
openrefine-3.1.jar,
Diff.class
package com.google.refine.expr.functions.strings
Diff.write ( JSONWriter writer, Properties options ) : void
com/google/refine/expr/functions/strings/Diff.write:(Lorg/json/JSONWriter;Ljava/util/Properties;)V
openrefine-3.1.jar,
DuplicateHeader.class
package com.google.refine.model.metadata.validator.checks
DuplicateHeader.DuplicateHeader ( Project project, int cellIndex, JSONObject options )
com/google/refine/model/metadata/validator/checks/DuplicateHeader."<init>":(Lcom/google/refine/model/Project;ILorg/json/JSONObject;)V
openrefine-3.1.jar,
DuplicateRow.class
package com.google.refine.model.metadata.validator.checks
DuplicateRow.DuplicateRow ( Project project, int cellIndex, JSONObject options )
com/google/refine/model/metadata/validator/checks/DuplicateRow."<init>":(Lcom/google/refine/model/Project;ILorg/json/JSONObject;)V
openrefine-3.1.jar,
Edit.class
package com.google.refine.operations.cell
MassEditOperation.Edit.write ( JSONWriter writer, Properties options ) : void
com/google/refine/operations/cell/MassEditOperation.Edit.write:(Lorg/json/JSONWriter;Ljava/util/Properties;)V
openrefine-3.1.jar,
EndsWith.class
package com.google.refine.expr.functions.strings
EndsWith.write ( JSONWriter writer, Properties options ) : void
com/google/refine/expr/functions/strings/EndsWith.write:(Lorg/json/JSONWriter;Ljava/util/Properties;)V
openrefine-3.1.jar,
Engine.class
package com.google.refine.browsing
Engine.initializeFromJSON ( JSONObject o ) : void *DEPRECATED*
com/google/refine/browsing/Engine.initializeFromJSON:(Lorg/json/JSONObject;)V
Engine.write ( JSONWriter writer, Properties options ) : void
com/google/refine/browsing/Engine.write:(Lorg/json/JSONWriter;Ljava/util/Properties;)V
openrefine-3.1.jar,
EngineConfig.class
package com.google.refine.browsing
EngineConfig.reconstruct ( JSONObject o ) [static] : EngineConfig
com/google/refine/browsing/EngineConfig.reconstruct:(Lorg/json/JSONObject;)Lcom/google/refine/browsing/EngineConfig;
EngineConfig.write ( JSONWriter writer, Properties options ) : void
com/google/refine/browsing/EngineConfig.write:(Lorg/json/JSONWriter;Ljava/util/Properties;)V
openrefine-3.1.jar,
EnumerableConstraint.class
package com.google.refine.model.metadata.validator.checks
EnumerableConstraint.checkCell ( Cell cell ) : boolean
com/google/refine/model/metadata/validator/checks/EnumerableConstraint.checkCell:(Lcom/google/refine/model/Cell;)Z
EnumerableConstraint.EnumerableConstraint ( Project project, int cellIndex, JSONObject options )
com/google/refine/model/metadata/validator/checks/EnumerableConstraint."<init>":(Lcom/google/refine/model/Project;ILorg/json/JSONObject;)V
openrefine-3.1.jar,
Escape.class
package com.google.refine.expr.functions.strings
Escape.write ( JSONWriter writer, Properties options ) : void
com/google/refine/expr/functions/strings/Escape.write:(Lorg/json/JSONWriter;Ljava/util/Properties;)V
openrefine-3.1.jar,
EvalError.class
package com.google.refine.expr
EvalError.write ( JSONWriter writer, Properties options ) : void
com/google/refine/expr/EvalError.write:(Lorg/json/JSONWriter;Ljava/util/Properties;)V
openrefine-3.1.jar,
Even.class
package com.google.refine.expr.functions.math
Even.write ( JSONWriter writer, Properties options ) : void
com/google/refine/expr/functions/math/Even.write:(Lorg/json/JSONWriter;Ljava/util/Properties;)V
openrefine-3.1.jar,
ExcelImporter.class
package com.google.refine.importers
ExcelImporter.parseOneFile ( Project project, ProjectMetadata metadata, ImportingJob job, String fileSource, InputStream inputStream, int limit, JSONObject options, List<Exception> exceptions ) : void
com/google/refine/importers/ExcelImporter.parseOneFile:(Lcom/google/refine/model/Project;Lcom/google/refine/model/metadata/ProjectMetadata;Lcom/google/refine/importing/ImportingJob;Ljava/lang/String;Ljava/io/InputStream;ILorg/json/JSONObject;Ljava/util/List;)V
openrefine-3.1.jar,
Exp.class
package com.google.refine.expr.functions.math
Exp.write ( JSONWriter writer, Properties options ) : void
com/google/refine/expr/functions/math/Exp.write:(Lorg/json/JSONWriter;Ljava/util/Properties;)V
openrefine-3.1.jar,
ExpressionEqualRowFilter.class
package com.google.refine.browsing.filters
ExpressionEqualRowFilter.ExpressionEqualRowFilter ( Evaluable evaluable, String columnName, int cellIndex, Object[ ] matches, boolean selectNumber, boolean selectDateTime, boolean selectBoolean, boolean selectBlank, boolean selectError, boolean invert )
com/google/refine/browsing/filters/ExpressionEqualRowFilter."<init>":(Lcom/google/refine/expr/Evaluable;Ljava/lang/String;I[Ljava/lang/Object;ZZZZZZ)V
openrefine-3.1.jar,
ExpressionUtils.class
package com.google.refine.expr
ExpressionUtils.isBoolean ( Object v ) [static] : boolean
com/google/refine/expr/ExpressionUtils.isBoolean:(Ljava/lang/Object;)Z
ExpressionUtils.isDateTime ( Object v ) [static] : boolean
com/google/refine/expr/ExpressionUtils.isDateTime:(Ljava/lang/Object;)Z
ExpressionUtils.isNumber ( Object v ) [static] : boolean
com/google/refine/expr/ExpressionUtils.isNumber:(Ljava/lang/Object;)Z
openrefine-3.1.jar,
ExtendDataOperation.class
package com.google.refine.operations.recon
ExtendDataOperation.ExtendDataOperation ( EngineConfig engineConfig, String baseColumnName, String endpoint, String identifierSpace, String schemaSpace, JSONObject extension, int columnInsertIndex )
com/google/refine/operations/recon/ExtendDataOperation."<init>":(Lcom/google/refine/browsing/EngineConfig;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lorg/json/JSONObject;I)V
ExtendDataOperation.reconstruct ( Project project, JSONObject obj ) [static] : AbstractOperation
com/google/refine/operations/recon/ExtendDataOperation.reconstruct:(Lcom/google/refine/model/Project;Lorg/json/JSONObject;)Lcom/google/refine/model/AbstractOperation;
ExtendDataOperation.write ( JSONWriter writer, Properties options ) : void
com/google/refine/operations/recon/ExtendDataOperation.write:(Lorg/json/JSONWriter;Ljava/util/Properties;)V
openrefine-3.1.jar,
ExtendDataProcess.class
package com.google.refine.operations.recon
ExtendDataOperation.ExtendDataProcess.write ( JSONWriter writer, Properties options ) : void
com/google/refine/operations/recon/ExtendDataOperation.ExtendDataProcess.write:(Lorg/json/JSONWriter;Ljava/util/Properties;)V
openrefine-3.1.jar,
ExtraHeader.class
package com.google.refine.model.metadata.validator.checks
ExtraHeader.ExtraHeader ( Project project, int cellIndex, JSONObject options )
com/google/refine/model/metadata/validator/checks/ExtraHeader."<init>":(Lcom/google/refine/model/Project;ILorg/json/JSONObject;)V
openrefine-3.1.jar,
ExtraValue.class
package com.google.refine.model.metadata.validator.checks
ExtraValue.ExtraValue ( Project project, int cellIndex, JSONObject options )
com/google/refine/model/metadata/validator/checks/ExtraValue."<init>":(Lcom/google/refine/model/Project;ILorg/json/JSONObject;)V
openrefine-3.1.jar,
FacetConfig.class
package com.google.refine.browsing.facets
FacetConfig.initializeFromJSON ( JSONObject p1 ) [abstract] : void
com/google/refine/browsing/facets/FacetConfig.initializeFromJSON:(Lorg/json/JSONObject;)V
openrefine-3.1.jar,
FacetCount.class
package com.google.refine.expr.functions
FacetCount.write ( JSONWriter writer, Properties options ) : void
com/google/refine/expr/functions/FacetCount.write:(Lorg/json/JSONWriter;Ljava/util/Properties;)V
openrefine-3.1.jar,
Fact.class
package com.google.refine.expr.functions.math
Fact.write ( JSONWriter writer, Properties options ) : void
com/google/refine/expr/functions/math/Fact.write:(Lorg/json/JSONWriter;Ljava/util/Properties;)V
openrefine-3.1.jar,
FactN.class
package com.google.refine.expr.functions.math
FactN.write ( JSONWriter writer, Properties options ) : void
com/google/refine/expr/functions/math/FactN.write:(Lorg/json/JSONWriter;Ljava/util/Properties;)V
openrefine-3.1.jar,
FileProjectManager.class
package com.google.refine.io
FileProjectManager.saveMetadata ( IMetadata metadata, long projectId ) : void
com/google/refine/io/FileProjectManager.saveMetadata:(Lcom/google/refine/model/metadata/IMetadata;J)V
openrefine-3.1.jar,
FillDownOperation.class
package com.google.refine.operations.cell
FillDownOperation.reconstruct ( Project project, JSONObject obj ) [static] : AbstractOperation
com/google/refine/operations/cell/FillDownOperation.reconstruct:(Lcom/google/refine/model/Project;Lorg/json/JSONObject;)Lcom/google/refine/model/AbstractOperation;
FillDownOperation.write ( JSONWriter writer, Properties options ) : void
com/google/refine/operations/cell/FillDownOperation.write:(Lorg/json/JSONWriter;Ljava/util/Properties;)V
openrefine-3.1.jar,
Filter.class
package com.google.refine.grel.controls
Filter.write ( JSONWriter writer, Properties options ) : void
com/google/refine/grel/controls/Filter.write:(Lorg/json/JSONWriter;Ljava/util/Properties;)V
openrefine-3.1.jar,
Find.class
package com.google.refine.expr.functions.strings
Find.write ( JSONWriter writer, Properties options ) : void
com/google/refine/expr/functions/strings/Find.write:(Lorg/json/JSONWriter;Ljava/util/Properties;)V
openrefine-3.1.jar,
Fingerprint.class
package com.google.refine.expr.functions.strings
Fingerprint.write ( JSONWriter writer, Properties options ) : void
com/google/refine/expr/functions/strings/Fingerprint.write:(Lorg/json/JSONWriter;Ljava/util/Properties;)V
openrefine-3.1.jar,
FixedWidthImporter.class
package com.google.refine.importers
FixedWidthImporter.parseOneFile ( Project project, ProjectMetadata metadata, ImportingJob job, String fileSource, Reader reader, int limit, JSONObject options, List<Exception> exceptions ) : void
com/google/refine/importers/FixedWidthImporter.parseOneFile:(Lcom/google/refine/model/Project;Lcom/google/refine/model/metadata/ProjectMetadata;Lcom/google/refine/importing/ImportingJob;Ljava/lang/String;Ljava/io/Reader;ILorg/json/JSONObject;Ljava/util/List;)V
openrefine-3.1.jar,
Floor.class
package com.google.refine.expr.functions.math
Floor.write ( JSONWriter writer, Properties options ) : void
com/google/refine/expr/functions/math/Floor.write:(Lorg/json/JSONWriter;Ljava/util/Properties;)V
openrefine-3.1.jar,
ForEach.class
package com.google.refine.grel.controls
ForEach.write ( JSONWriter writer, Properties options ) : void
com/google/refine/grel/controls/ForEach.write:(Lorg/json/JSONWriter;Ljava/util/Properties;)V
openrefine-3.1.jar,
ForEachIndex.class
package com.google.refine.grel.controls
ForEachIndex.write ( JSONWriter writer, Properties options ) : void
com/google/refine/grel/controls/ForEachIndex.write:(Lorg/json/JSONWriter;Ljava/util/Properties;)V
openrefine-3.1.jar,
ForNonBlank.class
package com.google.refine.grel.controls
ForNonBlank.write ( JSONWriter writer, Properties options ) : void
com/google/refine/grel/controls/ForNonBlank.write:(Lorg/json/JSONWriter;Ljava/util/Properties;)V
openrefine-3.1.jar,
ForRange.class
package com.google.refine.grel.controls
ForRange.write ( JSONWriter writer, Properties options ) : void
com/google/refine/grel/controls/ForRange.write:(Lorg/json/JSONWriter;Ljava/util/Properties;)V
openrefine-3.1.jar,
Get.class
package com.google.refine.expr.functions
Get.write ( JSONWriter writer, Properties options ) : void
com/google/refine/expr/functions/Get.write:(Lorg/json/JSONWriter;Ljava/util/Properties;)V
openrefine-3.1.jar,
GetMetadataCommand.class
package com.google.refine.commands.project
GetMetadataCommand.doGet ( HttpServletRequest request, HttpServletResponse response ) : void
com/google/refine/commands/project/GetMetadataCommand.doGet:(Ljavax/servlet/http/HttpServletRequest;Ljavax/servlet/http/HttpServletResponse;)V
GetMetadataCommand.GetMetadataCommand ( )
com/google/refine/commands/project/GetMetadataCommand."<init>":()V
openrefine-3.1.jar,
GetScatterplotCommand.class
package com.google.refine.commands.browsing
GetScatterplotCommand.draw ( OutputStream output, Project project, Engine engine, JSONObject o ) : void
com/google/refine/commands/browsing/GetScatterplotCommand.draw:(Ljava/io/OutputStream;Lcom/google/refine/model/Project;Lcom/google/refine/browsing/Engine;Lorg/json/JSONObject;)V
openrefine-3.1.jar,
GreatestCommonDenominator.class
package com.google.refine.expr.functions.math
GreatestCommonDenominator.write ( JSONWriter writer, Properties options ) : void
com/google/refine/expr/functions/math/GreatestCommonDenominator.write:(Lorg/json/JSONWriter;Ljava/util/Properties;)V
openrefine-3.1.jar,
HasField.class
package com.google.refine.expr.functions
HasField.write ( JSONWriter writer, Properties options ) : void
com/google/refine/expr/functions/HasField.write:(Lorg/json/JSONWriter;Ljava/util/Properties;)V
openrefine-3.1.jar,
History.class
package com.google.refine.history
History.write ( JSONWriter writer, Properties options ) : void
com/google/refine/history/History.write:(Lorg/json/JSONWriter;Ljava/util/Properties;)V
openrefine-3.1.jar,
HistoryEntry.class
package com.google.refine.history
HistoryEntry.write ( JSONWriter writer, Properties options ) : void
com/google/refine/history/HistoryEntry.write:(Lorg/json/JSONWriter;Ljava/util/Properties;)V
openrefine-3.1.jar,
HistoryProcess.class
package com.google.refine.history
HistoryProcess.write ( JSONWriter writer, Properties options ) : void
com/google/refine/history/HistoryProcess.write:(Lorg/json/JSONWriter;Ljava/util/Properties;)V
openrefine-3.1.jar,
HttpUtilities.class
package com.google.refine.commands
HttpUtilities.getJsonParameter ( HttpServletRequest request, String name ) [static] : JSONObject
com/google/refine/commands/HttpUtilities.getJsonParameter:(Ljavax/servlet/http/HttpServletRequest;Ljava/lang/String;)Lorg/json/JSONObject;
HttpUtilities.respondJSON ( HttpServletResponse response, Jsonizable o ) [static] : void
com/google/refine/commands/HttpUtilities.respondJSON:(Ljavax/servlet/http/HttpServletResponse;Lcom/google/refine/Jsonizable;)V
HttpUtilities.respondJSON ( HttpServletResponse response, Jsonizable o, Properties options ) [static] : void
com/google/refine/commands/HttpUtilities.respondJSON:(Ljavax/servlet/http/HttpServletResponse;Lcom/google/refine/Jsonizable;Ljava/util/Properties;)V
openrefine-3.1.jar,
If.class
package com.google.refine.grel.controls
If.write ( JSONWriter writer, Properties options ) : void
com/google/refine/grel/controls/If.write:(Lorg/json/JSONWriter;Ljava/util/Properties;)V
openrefine-3.1.jar,
IMetadata.class
package com.google.refine.model.metadata
IMetadata.getFormatName ( ) [abstract] : MetadataFormat
com/google/refine/model/metadata/IMetadata.getFormatName:()Lcom/google/refine/model/metadata/MetadataFormat;
IMetadata.getJSON ( ) [abstract] : JSONObject
com/google/refine/model/metadata/IMetadata.getJSON:()Lorg/json/JSONObject;
IMetadata.getModified ( ) [abstract] : LocalDateTime
com/google/refine/model/metadata/IMetadata.getModified:()Ljava/time/LocalDateTime;
IMetadata.isDirty ( ) [abstract] : boolean
com/google/refine/model/metadata/IMetadata.isDirty:()Z
IMetadata.loadFromFile ( File p1 ) [abstract] : void
com/google/refine/model/metadata/IMetadata.loadFromFile:(Ljava/io/File;)V
IMetadata.loadFromJSON ( JSONObject p1 ) [abstract] : void
com/google/refine/model/metadata/IMetadata.loadFromJSON:(Lorg/json/JSONObject;)V
IMetadata.loadFromStream ( InputStream p1 ) [abstract] : void
com/google/refine/model/metadata/IMetadata.loadFromStream:(Ljava/io/InputStream;)V
IMetadata.setFormatName ( MetadataFormat p1 ) [abstract] : void
com/google/refine/model/metadata/IMetadata.setFormatName:(Lcom/google/refine/model/metadata/MetadataFormat;)V
IMetadata.updateModified ( ) [abstract] : void
com/google/refine/model/metadata/IMetadata.updateModified:()V
IMetadata.validate ( ) [abstract] : List<Exception>
com/google/refine/model/metadata/IMetadata.validate:()Ljava/util/List;
IMetadata.write ( JSONWriter p1, boolean p2 ) [abstract] : void
com/google/refine/model/metadata/IMetadata.write:(Lorg/json/JSONWriter;Z)V
IMetadata.writeToFile ( File p1 ) [abstract] : void
com/google/refine/model/metadata/IMetadata.writeToFile:(Ljava/io/File;)V
openrefine-3.1.jar,
ImportingJob.class
package com.google.refine.importing
ImportingJob.getOrCreateDefaultConfig ( ) : JSONObject
com/google/refine/importing/ImportingJob.getOrCreateDefaultConfig:()Lorg/json/JSONObject;
ImportingJob.getRetrievalRecord ( ) : JSONObject
com/google/refine/importing/ImportingJob.getRetrievalRecord:()Lorg/json/JSONObject;
ImportingJob.isMetadataFileRecord ( JSONObject fileRecordObject ) : boolean
com/google/refine/importing/ImportingJob.isMetadataFileRecord:(Lorg/json/JSONObject;)Z
ImportingJob.setFileSelection ( JSONArray fileSelectionArray ) : void
com/google/refine/importing/ImportingJob.setFileSelection:(Lorg/json/JSONArray;)V
ImportingJob.setRankedFormats ( JSONArray rankedFormats ) : void
com/google/refine/importing/ImportingJob.setRankedFormats:(Lorg/json/JSONArray;)V
ImportingJob.write ( JSONWriter writer, Properties options ) : void
com/google/refine/importing/ImportingJob.write:(Lorg/json/JSONWriter;Ljava/util/Properties;)V
openrefine-3.1.jar,
ImportingManager.class
package com.google.refine.importing
ImportingManager.writeConfiguration ( JSONWriter writer, Properties options ) [static] : void
com/google/refine/importing/ImportingManager.writeConfiguration:(Lorg/json/JSONWriter;Ljava/util/Properties;)V
openrefine-3.1.jar,
ImportingParser.class
package com.google.refine.importing
ImportingParser.createParserUIInitializationData ( ImportingJob p1, List<JSONObject> p2, String p3 ) [abstract] : JSONObject
com/google/refine/importing/ImportingParser.createParserUIInitializationData:(Lcom/google/refine/importing/ImportingJob;Ljava/util/List;Ljava/lang/String;)Lorg/json/JSONObject;
ImportingParser.parse ( Project p1, ProjectMetadata p2, ImportingJob p3, List<JSONObject> p4, String p5, int p6, JSONObject p7, List<Exception> p8 ) [abstract] : void
com/google/refine/importing/ImportingParser.parse:(Lcom/google/refine/model/Project;Lcom/google/refine/model/metadata/ProjectMetadata;Lcom/google/refine/importing/ImportingJob;Ljava/util/List;Ljava/lang/String;ILorg/json/JSONObject;Ljava/util/List;)V
openrefine-3.1.jar,
ImportingParserBase.class
package com.google.refine.importers
ImportingParserBase.createParserUIInitializationData ( ImportingJob job, List<JSONObject> fileRecords, String format ) : JSONObject
com/google/refine/importers/ImportingParserBase.createParserUIInitializationData:(Lcom/google/refine/importing/ImportingJob;Ljava/util/List;Ljava/lang/String;)Lorg/json/JSONObject;
ImportingParserBase.parse ( Project project, ProjectMetadata metadata, ImportingJob job, List<JSONObject> fileRecords, String format, int limit, JSONObject options, List<Exception> exceptions ) : void
com/google/refine/importers/ImportingParserBase.parse:(Lcom/google/refine/model/Project;Lcom/google/refine/model/metadata/ProjectMetadata;Lcom/google/refine/importing/ImportingJob;Ljava/util/List;Ljava/lang/String;ILorg/json/JSONObject;Ljava/util/List;)V
ImportingParserBase.parseOneFile ( Project project, ProjectMetadata metadata, ImportingJob job, JSONObject fileRecord, int limit, JSONObject options, List<Exception> exceptions, ImporterUtilities.MultiFileReadingProgress progress ) : void
com/google/refine/importers/ImportingParserBase.parseOneFile:(Lcom/google/refine/model/Project;Lcom/google/refine/model/metadata/ProjectMetadata;Lcom/google/refine/importing/ImportingJob;Lorg/json/JSONObject;ILorg/json/JSONObject;Ljava/util/List;Lcom/google/refine/importers/ImporterUtilities$MultiFileReadingProgress;)V
ImportingParserBase.parseOneFile ( Project project, ProjectMetadata metadata, ImportingJob job, String fileSource, InputStream inputStream, int limit, JSONObject options, List<Exception> exceptions ) : void
com/google/refine/importers/ImportingParserBase.parseOneFile:(Lcom/google/refine/model/Project;Lcom/google/refine/model/metadata/ProjectMetadata;Lcom/google/refine/importing/ImportingJob;Ljava/lang/String;Ljava/io/InputStream;ILorg/json/JSONObject;Ljava/util/List;)V
ImportingParserBase.parseOneFile ( Project project, ProjectMetadata metadata, ImportingJob job, String fileSource, Reader reader, int limit, JSONObject options, List<Exception> exceptions ) : void
com/google/refine/importers/ImportingParserBase.parseOneFile:(Lcom/google/refine/model/Project;Lcom/google/refine/model/metadata/ProjectMetadata;Lcom/google/refine/importing/ImportingJob;Ljava/lang/String;Ljava/io/Reader;ILorg/json/JSONObject;Ljava/util/List;)V
openrefine-3.1.jar,
ImportingUtilities.class
package com.google.refine.importing
ImportingUtilities.autoSelectFiles ( ImportingJob job, JSONObject retrievalRecord, JSONArray fileSelectionIndexes ) [static] : String
com/google/refine/importing/ImportingUtilities.autoSelectFiles:(Lcom/google/refine/importing/ImportingJob;Lorg/json/JSONObject;Lorg/json/JSONArray;)Ljava/lang/String;
ImportingUtilities.createProject ( ImportingJob job, String format, JSONObject optionObj, List<Exception> exceptions, boolean synchronous ) [static] : long
com/google/refine/importing/ImportingUtilities.createProject:(Lcom/google/refine/importing/ImportingJob;Ljava/lang/String;Lorg/json/JSONObject;Ljava/util/List;Z)J
ImportingUtilities.createProjectMetadata ( JSONObject optionObj ) [static] : ProjectMetadata
com/google/refine/importing/ImportingUtilities.createProjectMetadata:(Lorg/json/JSONObject;)Lcom/google/refine/model/metadata/ProjectMetadata;
ImportingUtilities.explodeArchive ( File rawDataDir, InputStream archiveIS, JSONObject archiveFileRecord, JSONArray fileRecords, ImportingUtilities.Progress progress ) [static] : boolean
com/google/refine/importing/ImportingUtilities.explodeArchive:(Ljava/io/File;Ljava/io/InputStream;Lorg/json/JSONObject;Lorg/json/JSONArray;Lcom/google/refine/importing/ImportingUtilities$Progress;)Z
ImportingUtilities.getCommonFormatForSelectedFiles ( ImportingJob job, JSONArray fileSelectionIndexes ) [static] : String
com/google/refine/importing/ImportingUtilities.getCommonFormatForSelectedFiles:(Lcom/google/refine/importing/ImportingJob;Lorg/json/JSONArray;)Ljava/lang/String;
ImportingUtilities.getEncoding ( JSONObject fileRecord ) [static] : String
com/google/refine/importing/ImportingUtilities.getEncoding:(Lorg/json/JSONObject;)Ljava/lang/String;
ImportingUtilities.getFile ( ImportingJob job, JSONObject fileRecord ) [static] : File
com/google/refine/importing/ImportingUtilities.getFile:(Lcom/google/refine/importing/ImportingJob;Lorg/json/JSONObject;)Ljava/io/File;
ImportingUtilities.getFileReader ( File file, JSONObject fileRecord, String commonEncoding ) [static] : Reader
com/google/refine/importing/ImportingUtilities.getFileReader:(Ljava/io/File;Lorg/json/JSONObject;Ljava/lang/String;)Ljava/io/Reader;
ImportingUtilities.getFileReader ( ImportingJob job, JSONObject fileRecord, String commonEncoding ) [static] : Reader
com/google/refine/importing/ImportingUtilities.getFileReader:(Lcom/google/refine/importing/ImportingJob;Lorg/json/JSONObject;Ljava/lang/String;)Ljava/io/Reader;
ImportingUtilities.getFileSource ( JSONObject fileRecord ) [static] : String
com/google/refine/importing/ImportingUtilities.getFileSource:(Lorg/json/JSONObject;)Ljava/lang/String;
ImportingUtilities.getReaderFromStream ( InputStream inputStream, JSONObject fileRecord, String commonEncoding ) [static] : Reader
com/google/refine/importing/ImportingUtilities.getReaderFromStream:(Ljava/io/InputStream;Lorg/json/JSONObject;Ljava/lang/String;)Ljava/io/Reader;
ImportingUtilities.inferColumnType ( Project project ) [static] : void
com/google/refine/importing/ImportingUtilities.inferColumnType:(Lcom/google/refine/model/Project;)V
ImportingUtilities.loadDataAndPrepareJob ( HttpServletRequest request, HttpServletResponse response, Properties parameters, ImportingJob job, JSONObject config ) [static] : void
com/google/refine/importing/ImportingUtilities.loadDataAndPrepareJob:(Ljavax/servlet/http/HttpServletRequest;Ljavax/servlet/http/HttpServletResponse;Ljava/util/Properties;Lcom/google/refine/importing/ImportingJob;Lorg/json/JSONObject;)V
ImportingUtilities.postProcessRetrievedFile ( File rawDataDir, File file, JSONObject fileRecord, JSONArray fileRecords, ImportingUtilities.Progress progress ) [static] : boolean
com/google/refine/importing/ImportingUtilities.postProcessRetrievedFile:(Ljava/io/File;Ljava/io/File;Lorg/json/JSONObject;Lorg/json/JSONArray;Lcom/google/refine/importing/ImportingUtilities$Progress;)Z
ImportingUtilities.postProcessSingleRetrievedFile ( File file, JSONObject fileRecord ) [static] : void
com/google/refine/importing/ImportingUtilities.postProcessSingleRetrievedFile:(Ljava/io/File;Lorg/json/JSONObject;)V
ImportingUtilities.previewParse ( ImportingJob job, String format, JSONObject optionObj, List<Exception> exceptions ) [static] : void
com/google/refine/importing/ImportingUtilities.previewParse:(Lcom/google/refine/importing/ImportingJob;Ljava/lang/String;Lorg/json/JSONObject;Ljava/util/List;)V
ImportingUtilities.retrieveContentFromPostRequest ( HttpServletRequest request, Properties parameters, File rawDataDir, JSONObject retrievalRecord, ImportingUtilities.Progress progress ) [static] : void
com/google/refine/importing/ImportingUtilities.retrieveContentFromPostRequest:(Ljavax/servlet/http/HttpServletRequest;Ljava/util/Properties;Ljava/io/File;Lorg/json/JSONObject;Lcom/google/refine/importing/ImportingUtilities$Progress;)V
ImportingUtilities.uncompressFile ( File rawDataDir, InputStream uncompressedIS, JSONObject fileRecord, ImportingUtilities.Progress progress ) [static] : File
com/google/refine/importing/ImportingUtilities.uncompressFile:(Ljava/io/File;Ljava/io/InputStream;Lorg/json/JSONObject;Lcom/google/refine/importing/ImportingUtilities$Progress;)Ljava/io/File;
ImportingUtilities.updateJobWithNewFileSelection ( ImportingJob job, JSONArray fileSelectionArray ) [static] : void
com/google/refine/importing/ImportingUtilities.updateJobWithNewFileSelection:(Lcom/google/refine/importing/ImportingJob;Lorg/json/JSONArray;)V
openrefine-3.1.jar,
Inc.class
package com.google.refine.expr.functions.date
Inc.write ( JSONWriter writer, Properties options ) : void
com/google/refine/expr/functions/date/Inc.write:(Lorg/json/JSONWriter;Ljava/util/Properties;)V
openrefine-3.1.jar,
IndexOf.class
package com.google.refine.expr.functions.strings
IndexOf.write ( JSONWriter writer, Properties options ) : void
com/google/refine/expr/functions/strings/IndexOf.write:(Lorg/json/JSONWriter;Ljava/util/Properties;)V
openrefine-3.1.jar,
InnerHtml.class
package com.google.refine.expr.functions.html
InnerHtml.write ( JSONWriter writer, Properties options ) : void
com/google/refine/expr/functions/html/InnerHtml.write:(Lorg/json/JSONWriter;Ljava/util/Properties;)V
openrefine-3.1.jar,
InnerXml.class
package com.google.refine.expr.functions.xml
InnerXml.write ( JSONWriter writer, Properties options ) : void
com/google/refine/expr/functions/xml/InnerXml.write:(Lorg/json/JSONWriter;Ljava/util/Properties;)V
openrefine-3.1.jar,
InterProjectModel.class
package com.google.refine
InterProjectModel.getJoin ( String fromProject, String fromColumn, String toProject, String toColumn ) : InterProjectModel.ProjectJoin
com/google/refine/InterProjectModel.getJoin:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lcom/google/refine/InterProjectModel$ProjectJoin;
openrefine-3.1.jar,
IsBlank.class
package com.google.refine.grel.controls
IsBlank.write ( JSONWriter p1, Properties p2 ) : void
com/google/refine/grel/controls/IsBlank.write:(Lorg/json/JSONWriter;Ljava/util/Properties;)V
openrefine-3.1.jar,
IsEmptyString.class
package com.google.refine.grel.controls
IsEmptyString.write ( JSONWriter p1, Properties p2 ) : void
com/google/refine/grel/controls/IsEmptyString.write:(Lorg/json/JSONWriter;Ljava/util/Properties;)V
openrefine-3.1.jar,
IsError.class
package com.google.refine.grel.controls
IsError.write ( JSONWriter p1, Properties p2 ) : void
com/google/refine/grel/controls/IsError.write:(Lorg/json/JSONWriter;Ljava/util/Properties;)V
openrefine-3.1.jar,
IsNonBlank.class
package com.google.refine.grel.controls
IsNonBlank.write ( JSONWriter p1, Properties p2 ) : void
com/google/refine/grel/controls/IsNonBlank.write:(Lorg/json/JSONWriter;Ljava/util/Properties;)V
openrefine-3.1.jar,
IsNotNull.class
package com.google.refine.grel.controls
IsNotNull.write ( JSONWriter p1, Properties p2 ) : void
com/google/refine/grel/controls/IsNotNull.write:(Lorg/json/JSONWriter;Ljava/util/Properties;)V
openrefine-3.1.jar,
IsNull.class
package com.google.refine.grel.controls
IsNull.write ( JSONWriter p1, Properties p2 ) : void
com/google/refine/grel/controls/IsNull.write:(Lorg/json/JSONWriter;Ljava/util/Properties;)V
openrefine-3.1.jar,
IsNumeric.class
package com.google.refine.grel.controls
IsNumeric.write ( JSONWriter p1, Properties p2 ) : void
com/google/refine/grel/controls/IsNumeric.write:(Lorg/json/JSONWriter;Ljava/util/Properties;)V
openrefine-3.1.jar,
Join.class
package com.google.refine.expr.functions.arrays
Join.write ( JSONWriter writer, Properties options ) : void
com/google/refine/expr/functions/arrays/Join.write:(Lorg/json/JSONWriter;Ljava/util/Properties;)V
openrefine-3.1.jar,
JSObject.class
package com.google.refine.util
JSObject.JSObject ( )
com/google/refine/util/JSObject."<init>":()V
JSObject.writeCollection ( IndentWriter writer, Collection<?> c ) [static] : void
com/google/refine/util/JSObject.writeCollection:(Lcom/google/refine/util/IndentWriter;Ljava/util/Collection;)V
JSObject.writeJSObject ( IndentWriter writer, JSObject jso ) [static] : void
com/google/refine/util/JSObject.writeJSObject:(Lcom/google/refine/util/IndentWriter;Lcom/google/refine/util/JSObject;)V
JSObject.writeJSONArray ( IndentWriter writer, JSONArray na ) [static] : void
com/google/refine/util/JSObject.writeJSONArray:(Lcom/google/refine/util/IndentWriter;Lorg/json/JSONArray;)V
JSObject.writeJSONObject ( IndentWriter writer, JSONObject no ) [static] : void
com/google/refine/util/JSObject.writeJSONObject:(Lcom/google/refine/util/IndentWriter;Lorg/json/JSONObject;)V
JSObject.writeObject ( IndentWriter writer, Object o ) [static] : void
com/google/refine/util/JSObject.writeObject:(Lcom/google/refine/util/IndentWriter;Ljava/lang/Object;)V
openrefine-3.1.jar,
JsonImporter.class
package com.google.refine.importers
JsonImporter.parseOneFile ( Project project, ProjectMetadata metadata, ImportingJob job, String fileSource, InputStream is, ImportColumnGroup rootColumnGroup, int limit, JSONObject options, List<Exception> exceptions ) : void
com/google/refine/importers/JsonImporter.parseOneFile:(Lcom/google/refine/model/Project;Lcom/google/refine/model/metadata/ProjectMetadata;Lcom/google/refine/importing/ImportingJob;Ljava/lang/String;Ljava/io/InputStream;Lcom/google/refine/importers/tree/ImportColumnGroup;ILorg/json/JSONObject;Ljava/util/List;)V
openrefine-3.1.jar,
Jsonizable.class
package com.google.refine
Jsonizable.write ( JSONWriter p1, Properties p2 ) [abstract] : void
com/google/refine/Jsonizable.write:(Lorg/json/JSONWriter;Ljava/util/Properties;)V
openrefine-3.1.jar,
Jsonize.class
package com.google.refine.expr.functions
Jsonize.write ( JSONWriter writer, Properties options ) : void
com/google/refine/expr/functions/Jsonize.write:(Lorg/json/JSONWriter;Ljava/util/Properties;)V
openrefine-3.1.jar,
JSONUtilities.class
package com.google.refine.util
JSONUtilities.append ( JSONArray a, boolean element ) [static] : void
com/google/refine/util/JSONUtilities.append:(Lorg/json/JSONArray;Z)V
JSONUtilities.append ( JSONArray a, double element ) [static] : void
com/google/refine/util/JSONUtilities.append:(Lorg/json/JSONArray;D)V
JSONUtilities.append ( JSONArray a, int element ) [static] : void
com/google/refine/util/JSONUtilities.append:(Lorg/json/JSONArray;I)V
JSONUtilities.append ( JSONArray a, JSONObject element ) [static] : void
com/google/refine/util/JSONUtilities.append:(Lorg/json/JSONArray;Lorg/json/JSONObject;)V
JSONUtilities.append ( JSONArray a, long element ) [static] : void
com/google/refine/util/JSONUtilities.append:(Lorg/json/JSONArray;J)V
JSONUtilities.append ( JSONArray a, Object element ) [static] : void
com/google/refine/util/JSONUtilities.append:(Lorg/json/JSONArray;Ljava/lang/Object;)V
JSONUtilities.append ( JSONArray a, String element ) [static] : void
com/google/refine/util/JSONUtilities.append:(Lorg/json/JSONArray;Ljava/lang/String;)V
JSONUtilities.arrayToJSONArray ( String[ ] array ) [static] : JSONArray
com/google/refine/util/JSONUtilities.arrayToJSONArray:([Ljava/lang/String;)Lorg/json/JSONArray;
JSONUtilities.concatArray ( JSONArray destArray, JSONArray srcArray ) [static] : void
com/google/refine/util/JSONUtilities.concatArray:(Lorg/json/JSONArray;Lorg/json/JSONArray;)V
JSONUtilities.getArray ( JSONObject obj, String key ) [static] : JSONArray
com/google/refine/util/JSONUtilities.getArray:(Lorg/json/JSONObject;Ljava/lang/String;)Lorg/json/JSONArray;
JSONUtilities.getBoolean ( JSONObject obj, String key, boolean def ) [static] : boolean
com/google/refine/util/JSONUtilities.getBoolean:(Lorg/json/JSONObject;Ljava/lang/String;Z)Z
JSONUtilities.getDate ( JSONObject obj, String key, OffsetDateTime def ) [static] : OffsetDateTime
com/google/refine/util/JSONUtilities.getDate:(Lorg/json/JSONObject;Ljava/lang/String;Ljava/time/OffsetDateTime;)Ljava/time/OffsetDateTime;
JSONUtilities.getDouble ( JSONObject obj, String key, double def ) [static] : double
com/google/refine/util/JSONUtilities.getDouble:(Lorg/json/JSONObject;Ljava/lang/String;D)D
JSONUtilities.getInt ( JSONObject obj, String key, int def ) [static] : int
com/google/refine/util/JSONUtilities.getInt:(Lorg/json/JSONObject;Ljava/lang/String;I)I
JSONUtilities.getIntArray ( JSONObject obj, String key ) [static] : int[ ]
com/google/refine/util/JSONUtilities.getIntArray:(Lorg/json/JSONObject;Ljava/lang/String;)[I
JSONUtilities.getIntElement ( JSONArray a, int i, int def ) [static] : int
com/google/refine/util/JSONUtilities.getIntElement:(Lorg/json/JSONArray;II)I
JSONUtilities.getLocalDate ( JSONObject obj, String key, LocalDateTime def ) [static] : LocalDateTime
com/google/refine/util/JSONUtilities.getLocalDate:(Lorg/json/JSONObject;Ljava/lang/String;Ljava/time/LocalDateTime;)Ljava/time/LocalDateTime;
JSONUtilities.getLong ( JSONObject obj, String key, long def ) [static] : long
com/google/refine/util/JSONUtilities.getLong:(Lorg/json/JSONObject;Ljava/lang/String;J)J
JSONUtilities.getObject ( JSONObject obj, String key ) [static] : JSONObject
com/google/refine/util/JSONUtilities.getObject:(Lorg/json/JSONObject;Ljava/lang/String;)Lorg/json/JSONObject;
JSONUtilities.getObjectElement ( JSONArray a, int i ) [static] : JSONObject
com/google/refine/util/JSONUtilities.getObjectElement:(Lorg/json/JSONArray;I)Lorg/json/JSONObject;
JSONUtilities.getString ( JSONObject obj, String key, String def ) [static] : String
com/google/refine/util/JSONUtilities.getString:(Lorg/json/JSONObject;Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;
JSONUtilities.getStringArray ( JSONObject obj, String key ) [static] : String[ ]
com/google/refine/util/JSONUtilities.getStringArray:(Lorg/json/JSONObject;Ljava/lang/String;)[Ljava/lang/String;
JSONUtilities.getStringList ( JSONObject obj, String key, List<String> list ) [static] : void
com/google/refine/util/JSONUtilities.getStringList:(Lorg/json/JSONObject;Ljava/lang/String;Ljava/util/List;)V
JSONUtilities.putField ( JSONObject obj, String key, Object value ) [static] : void
com/google/refine/util/JSONUtilities.putField:(Lorg/json/JSONObject;Ljava/lang/String;Ljava/lang/Object;)V
JSONUtilities.safeInc ( JSONObject obj, String key ) [static] : void
com/google/refine/util/JSONUtilities.safeInc:(Lorg/json/JSONObject;Ljava/lang/String;)V
JSONUtilities.safePut ( JSONObject obj, String key, boolean value ) [static] : void
com/google/refine/util/JSONUtilities.safePut:(Lorg/json/JSONObject;Ljava/lang/String;Z)V
JSONUtilities.safePut ( JSONObject obj, String key, Collection<?> value ) [static] : void
com/google/refine/util/JSONUtilities.safePut:(Lorg/json/JSONObject;Ljava/lang/String;Ljava/util/Collection;)V
JSONUtilities.safePut ( JSONObject obj, String key, double value ) [static] : void
com/google/refine/util/JSONUtilities.safePut:(Lorg/json/JSONObject;Ljava/lang/String;D)V
JSONUtilities.safePut ( JSONObject obj, String key, int value ) [static] : void
com/google/refine/util/JSONUtilities.safePut:(Lorg/json/JSONObject;Ljava/lang/String;I)V
JSONUtilities.safePut ( JSONObject obj, String key, long value ) [static] : void
com/google/refine/util/JSONUtilities.safePut:(Lorg/json/JSONObject;Ljava/lang/String;J)V
JSONUtilities.safePut ( JSONObject obj, String key, Map<?,?> value ) [static] : void
com/google/refine/util/JSONUtilities.safePut:(Lorg/json/JSONObject;Ljava/lang/String;Ljava/util/Map;)V
JSONUtilities.safePut ( JSONObject obj, String key, Object value ) [static] : void
com/google/refine/util/JSONUtilities.safePut:(Lorg/json/JSONObject;Ljava/lang/String;Ljava/lang/Object;)V
JSONUtilities.safePut ( JSONObject obj, String key, String value ) [static] : void
com/google/refine/util/JSONUtilities.safePut:(Lorg/json/JSONObject;Ljava/lang/String;Ljava/lang/String;)V
JSONUtilities.serialize ( Jsonizable obj ) [static] : String
com/google/refine/util/JSONUtilities.serialize:(Lcom/google/refine/Jsonizable;)Ljava/lang/String;
JSONUtilities.serialize ( Jsonizable obj, Properties options ) [static] : String
com/google/refine/util/JSONUtilities.serialize:(Lcom/google/refine/Jsonizable;Ljava/util/Properties;)Ljava/lang/String;
JSONUtilities.toArray ( JSONArray a ) [static] : Object[ ]
com/google/refine/util/JSONUtilities.toArray:(Lorg/json/JSONArray;)[Ljava/lang/Object;
JSONUtilities.toStringList ( JSONArray a ) [static] : List<String>
com/google/refine/util/JSONUtilities.toStringList:(Lorg/json/JSONArray;)Ljava/util/List;
JSONUtilities.writeStringArray ( JSONWriter writer, String[ ] strings ) [static] : void
com/google/refine/util/JSONUtilities.writeStringArray:(Lorg/json/JSONWriter;[Ljava/lang/String;)V
JSONUtilities.writeStringList ( JSONWriter writer, List<String> list ) [static] : void
com/google/refine/util/JSONUtilities.writeStringList:(Lorg/json/JSONWriter;Ljava/util/List;)V
openrefine-3.1.jar,
KeyValueColumnizeOperation.class
package com.google.refine.operations.cell
KeyValueColumnizeOperation.reconstruct ( Project project, JSONObject obj ) [static] : AbstractOperation
com/google/refine/operations/cell/KeyValueColumnizeOperation.reconstruct:(Lcom/google/refine/model/Project;Lorg/json/JSONObject;)Lcom/google/refine/model/AbstractOperation;
KeyValueColumnizeOperation.write ( JSONWriter writer, Properties options ) : void
com/google/refine/operations/cell/KeyValueColumnizeOperation.write:(Lorg/json/JSONWriter;Ljava/util/Properties;)V
openrefine-3.1.jar,
kNNClusterer.class
package com.google.refine.clustering.knn
kNNClusterer.write ( JSONWriter writer, Properties options ) : void
com/google/refine/clustering/knn/kNNClusterer.write:(Lorg/json/JSONWriter;Ljava/util/Properties;)V
openrefine-3.1.jar,
kNNClustererConfig.class
package com.google.refine.clustering.knn
kNNClusterer.kNNClustererConfig.getDistance ( ) : Distance
com/google/refine/clustering/knn/kNNClusterer.kNNClustererConfig.getDistance:()Ledu/mit/simile/vicino/distances/Distance;
kNNClusterer.kNNClustererConfig.initializeFromJSON ( JSONObject o ) : void
com/google/refine/clustering/knn/kNNClusterer.kNNClustererConfig.initializeFromJSON:(Lorg/json/JSONObject;)V
kNNClusterer.kNNClustererConfig.write ( JSONWriter writer, Properties options ) : void
com/google/refine/clustering/knn/kNNClusterer.kNNClustererConfig.write:(Lorg/json/JSONWriter;Ljava/util/Properties;)V
openrefine-3.1.jar,
kNNClustererConfigParameters.class
package com.google.refine.clustering.knn
kNNClusterer.kNNClustererConfigParameters.reconstruct ( JSONObject o ) [static] : kNNClusterer.kNNClustererConfigParameters
com/google/refine/clustering/knn/kNNClusterer.kNNClustererConfigParameters.reconstruct:(Lorg/json/JSONObject;)Lcom/google/refine/clustering/knn/kNNClusterer$kNNClustererConfigParameters;
kNNClusterer.kNNClustererConfigParameters.write ( JSONWriter writer, Properties options ) : void
com/google/refine/clustering/knn/kNNClusterer.kNNClustererConfigParameters.write:(Lorg/json/JSONWriter;Ljava/util/Properties;)V
openrefine-3.1.jar,
LastIndexOf.class
package com.google.refine.expr.functions.strings
LastIndexOf.write ( JSONWriter writer, Properties options ) : void
com/google/refine/expr/functions/strings/LastIndexOf.write:(Lorg/json/JSONWriter;Ljava/util/Properties;)V
openrefine-3.1.jar,
LeastCommonMultiple.class
package com.google.refine.expr.functions.math
LeastCommonMultiple.write ( JSONWriter writer, Properties options ) : void
com/google/refine/expr/functions/math/LeastCommonMultiple.write:(Lorg/json/JSONWriter;Ljava/util/Properties;)V
openrefine-3.1.jar,
Length.class
package com.google.refine.expr.functions
Length.write ( JSONWriter writer, Properties options ) : void
com/google/refine/expr/functions/Length.write:(Lorg/json/JSONWriter;Ljava/util/Properties;)V
openrefine-3.1.jar,
LineBasedImporter.class
package com.google.refine.importers
LineBasedImporter.parseOneFile ( Project project, ProjectMetadata metadata, ImportingJob job, String fileSource, Reader reader, int limit, JSONObject options, List<Exception> exceptions ) : void
com/google/refine/importers/LineBasedImporter.parseOneFile:(Lcom/google/refine/model/Project;Lcom/google/refine/model/metadata/ProjectMetadata;Lcom/google/refine/importing/ImportingJob;Ljava/lang/String;Ljava/io/Reader;ILorg/json/JSONObject;Ljava/util/List;)V
openrefine-3.1.jar,
ListFacet.class
package com.google.refine.browsing.facets
ListFacet.write ( JSONWriter writer, Properties options ) : void
com/google/refine/browsing/facets/ListFacet.write:(Lorg/json/JSONWriter;Ljava/util/Properties;)V
openrefine-3.1.jar,
ListFacetConfig.class
package com.google.refine.browsing.facets
ListFacet.ListFacetConfig.initializeFromJSON ( JSONObject o ) : void
com/google/refine/browsing/facets/ListFacet.ListFacetConfig.initializeFromJSON:(Lorg/json/JSONObject;)V
ListFacet.ListFacetConfig.write ( JSONWriter writer, Properties options ) : void
com/google/refine/browsing/facets/ListFacet.ListFacetConfig.write:(Lorg/json/JSONWriter;Ljava/util/Properties;)V
openrefine-3.1.jar,
Ln.class
package com.google.refine.expr.functions.math
Ln.write ( JSONWriter writer, Properties options ) : void
com/google/refine/expr/functions/math/Ln.write:(Lorg/json/JSONWriter;Ljava/util/Properties;)V
openrefine-3.1.jar,
Log.class
package com.google.refine.expr.functions.math
Log.write ( JSONWriter writer, Properties options ) : void
com/google/refine/expr/functions/math/Log.write:(Lorg/json/JSONWriter;Ljava/util/Properties;)V
openrefine-3.1.jar,
LongRunningProcess.class
package com.google.refine.process
LongRunningProcess.write ( JSONWriter writer, Properties options ) : void
com/google/refine/process/LongRunningProcess.write:(Lorg/json/JSONWriter;Ljava/util/Properties;)V
openrefine-3.1.jar,
MassEditOperation.class
package com.google.refine.operations.cell
MassEditOperation.reconstruct ( Project project, JSONObject obj ) [static] : AbstractOperation
com/google/refine/operations/cell/MassEditOperation.reconstruct:(Lcom/google/refine/model/Project;Lorg/json/JSONObject;)Lcom/google/refine/model/AbstractOperation;
MassEditOperation.reconstructEdits ( JSONArray editsA ) [static] : List<MassEditOperation.Edit>
com/google/refine/operations/cell/MassEditOperation.reconstructEdits:(Lorg/json/JSONArray;)Ljava/util/List;
MassEditOperation.write ( JSONWriter writer, Properties options ) : void
com/google/refine/operations/cell/MassEditOperation.write:(Lorg/json/JSONWriter;Ljava/util/Properties;)V
openrefine-3.1.jar,
Match.class
package com.google.refine.expr.functions.strings
Match.write ( JSONWriter writer, Properties options ) : void
com/google/refine/expr/functions/strings/Match.write:(Lorg/json/JSONWriter;Ljava/util/Properties;)V
openrefine-3.1.jar,
Max.class
package com.google.refine.expr.functions.math
Max.write ( JSONWriter writer, Properties options ) : void
com/google/refine/expr/functions/math/Max.write:(Lorg/json/JSONWriter;Ljava/util/Properties;)V
openrefine-3.1.jar,
MaximumConstraint.class
package com.google.refine.model.metadata.validator.checks
MaximumConstraint.checkCell ( Cell cell ) : boolean
com/google/refine/model/metadata/validator/checks/MaximumConstraint.checkCell:(Lcom/google/refine/model/Cell;)Z
MaximumConstraint.MaximumConstraint ( Project project, int cellIndex, JSONObject options )
com/google/refine/model/metadata/validator/checks/MaximumConstraint."<init>":(Lcom/google/refine/model/Project;ILorg/json/JSONObject;)V
openrefine-3.1.jar,
MaximumLengthConstraint.class
package com.google.refine.model.metadata.validator.checks
MaximumLengthConstraint.checkCell ( Cell cell ) : boolean
com/google/refine/model/metadata/validator/checks/MaximumLengthConstraint.checkCell:(Lcom/google/refine/model/Cell;)Z
MaximumLengthConstraint.MaximumLengthConstraint ( Project project, int cellIndex, JSONObject options )
com/google/refine/model/metadata/validator/checks/MaximumLengthConstraint."<init>":(Lcom/google/refine/model/Project;ILorg/json/JSONObject;)V
openrefine-3.1.jar,
MD5.class
package com.google.refine.expr.functions.strings
MD5.write ( JSONWriter writer, Properties options ) : void
com/google/refine/expr/functions/strings/MD5.write:(Lorg/json/JSONWriter;Ljava/util/Properties;)V
openrefine-3.1.jar,
MetadataFactory.class
package com.google.refine.model.metadata
MetadataFactory.buildDataPackageMetadata ( ) [static] : DataPackageMetadata
com/google/refine/model/metadata/MetadataFactory.buildDataPackageMetadata:()Lcom/google/refine/model/metadata/DataPackageMetadata;
MetadataFactory.buildDataPackageMetadata ( Project project ) [static] : DataPackageMetadata
com/google/refine/model/metadata/MetadataFactory.buildDataPackageMetadata:(Lcom/google/refine/model/Project;)Lcom/google/refine/model/metadata/DataPackageMetadata;
MetadataFactory.buildMetadata ( MetadataFormat format ) [static] : IMetadata
com/google/refine/model/metadata/MetadataFactory.buildMetadata:(Lcom/google/refine/model/metadata/MetadataFormat;)Lcom/google/refine/model/metadata/IMetadata;
MetadataFactory.MetadataFactory ( )
com/google/refine/model/metadata/MetadataFactory."<init>":()V
openrefine-3.1.jar,
MetadataFormat.class
package com.google.refine.model.metadata
MetadataFormat.valueOf ( String name ) [static] : MetadataFormat
com/google/refine/model/metadata/MetadataFormat.valueOf:(Ljava/lang/String;)Lcom/google/refine/model/metadata/MetadataFormat;
MetadataFormat.values ( ) [static] : MetadataFormat[ ]
com/google/refine/model/metadata/MetadataFormat.values:()[Lcom/google/refine/model/metadata/MetadataFormat;
openrefine-3.1.jar,
Min.class
package com.google.refine.expr.functions.math
Min.write ( JSONWriter writer, Properties options ) : void
com/google/refine/expr/functions/math/Min.write:(Lorg/json/JSONWriter;Ljava/util/Properties;)V
openrefine-3.1.jar,
MinimumConstraint.class
package com.google.refine.model.metadata.validator.checks
MinimumConstraint.checkCell ( Cell cell ) : boolean
com/google/refine/model/metadata/validator/checks/MinimumConstraint.checkCell:(Lcom/google/refine/model/Cell;)Z
MinimumConstraint.MinimumConstraint ( Project project, int cellIndex, JSONObject options )
com/google/refine/model/metadata/validator/checks/MinimumConstraint."<init>":(Lcom/google/refine/model/Project;ILorg/json/JSONObject;)V
openrefine-3.1.jar,
MinimumLengthConstraint.class
package com.google.refine.model.metadata.validator.checks
MinimumLengthConstraint.checkCell ( Cell cell ) : boolean
com/google/refine/model/metadata/validator/checks/MinimumLengthConstraint.checkCell:(Lcom/google/refine/model/Cell;)Z
MinimumLengthConstraint.filter ( Cell cell ) : boolean
com/google/refine/model/metadata/validator/checks/MinimumLengthConstraint.filter:(Lcom/google/refine/model/Cell;)Z
MinimumLengthConstraint.MinimumLengthConstraint ( Project project, int cellIndex, JSONObject options )
com/google/refine/model/metadata/validator/checks/MinimumLengthConstraint."<init>":(Lcom/google/refine/model/Project;ILorg/json/JSONObject;)V
openrefine-3.1.jar,
MissingHeader.class
package com.google.refine.model.metadata.validator.checks
MissingHeader.MissingHeader ( Project project, int cellIndex, JSONObject options )
com/google/refine/model/metadata/validator/checks/MissingHeader."<init>":(Lcom/google/refine/model/Project;ILorg/json/JSONObject;)V
openrefine-3.1.jar,
MissingValue.class
package com.google.refine.model.metadata.validator.checks
MissingValue.MissingValue ( Project project, int cellIndex, JSONObject options )
com/google/refine/model/metadata/validator/checks/MissingValue."<init>":(Lcom/google/refine/model/Project;ILorg/json/JSONObject;)V
openrefine-3.1.jar,
Mod.class
package com.google.refine.expr.functions.math
Mod.write ( JSONWriter writer, Properties options ) : void
com/google/refine/expr/functions/math/Mod.write:(Lorg/json/JSONWriter;Ljava/util/Properties;)V
openrefine-3.1.jar,
Multinomial.class
package com.google.refine.expr.functions.math
Multinomial.write ( JSONWriter writer, Properties options ) : void
com/google/refine/expr/functions/math/Multinomial.write:(Lorg/json/JSONWriter;Ljava/util/Properties;)V
openrefine-3.1.jar,
MultiValuedCellJoinOperation.class
package com.google.refine.operations.cell
MultiValuedCellJoinOperation.reconstruct ( Project project, JSONObject obj ) [static] : AbstractOperation
com/google/refine/operations/cell/MultiValuedCellJoinOperation.reconstruct:(Lcom/google/refine/model/Project;Lorg/json/JSONObject;)Lcom/google/refine/model/AbstractOperation;
MultiValuedCellJoinOperation.write ( JSONWriter writer, Properties options ) : void
com/google/refine/operations/cell/MultiValuedCellJoinOperation.write:(Lorg/json/JSONWriter;Ljava/util/Properties;)V
openrefine-3.1.jar,
MultiValuedCellSplitOperation.class
package com.google.refine.operations.cell
MultiValuedCellSplitOperation.reconstruct ( Project project, JSONObject obj ) [static] : AbstractOperation
com/google/refine/operations/cell/MultiValuedCellSplitOperation.reconstruct:(Lcom/google/refine/model/Project;Lorg/json/JSONObject;)Lcom/google/refine/model/AbstractOperation;
MultiValuedCellSplitOperation.write ( JSONWriter writer, Properties options ) : void
com/google/refine/operations/cell/MultiValuedCellSplitOperation.write:(Lorg/json/JSONWriter;Ljava/util/Properties;)V
openrefine-3.1.jar,
NGram.class
package com.google.refine.expr.functions.strings
NGram.write ( JSONWriter writer, Properties options ) : void
com/google/refine/expr/functions/strings/NGram.write:(Lorg/json/JSONWriter;Ljava/util/Properties;)V
openrefine-3.1.jar,
NGramFingerprint.class
package com.google.refine.expr.functions.strings
NGramFingerprint.write ( JSONWriter writer, Properties options ) : void
com/google/refine/expr/functions/strings/NGramFingerprint.write:(Lorg/json/JSONWriter;Ljava/util/Properties;)V
openrefine-3.1.jar,
NominalFacetChoice.class
package com.google.refine.browsing.facets
NominalFacetChoice.write ( JSONWriter writer, Properties options ) : void
com/google/refine/browsing/facets/NominalFacetChoice.write:(Lorg/json/JSONWriter;Ljava/util/Properties;)V
openrefine-3.1.jar,
NonMatchingHeader.class
package com.google.refine.model.metadata.validator.checks
NonMatchingHeader.NonMatchingHeader ( Project project, int cellIndex, JSONObject options )
com/google/refine/model/metadata/validator/checks/NonMatchingHeader."<init>":(Lcom/google/refine/model/Project;ILorg/json/JSONObject;)V
openrefine-3.1.jar,
Not.class
package com.google.refine.expr.functions.booleans
Not.write ( JSONWriter writer, Properties options ) : void
com/google/refine/expr/functions/booleans/Not.write:(Lorg/json/JSONWriter;Ljava/util/Properties;)V
openrefine-3.1.jar,
Now.class
package com.google.refine.expr.functions.date
Now.write ( JSONWriter writer, Properties options ) : void
com/google/refine/expr/functions/date/Now.write:(Lorg/json/JSONWriter;Ljava/util/Properties;)V
openrefine-3.1.jar,
Odd.class
package com.google.refine.expr.functions.math
Odd.write ( JSONWriter writer, Properties options ) : void
com/google/refine/expr/functions/math/Odd.write:(Lorg/json/JSONWriter;Ljava/util/Properties;)V
openrefine-3.1.jar,
OdsImporter.class
package com.google.refine.importers
OdsImporter.parseOneFile ( Project project, ProjectMetadata metadata, ImportingJob job, String fileSource, InputStream inputStream, int limit, JSONObject options, List<Exception> exceptions ) : void
com/google/refine/importers/OdsImporter.parseOneFile:(Lcom/google/refine/model/Project;Lcom/google/refine/model/metadata/ProjectMetadata;Lcom/google/refine/importing/ImportingJob;Ljava/lang/String;Ljava/io/InputStream;ILorg/json/JSONObject;Ljava/util/List;)V
openrefine-3.1.jar,
OperationRegistry.class
package com.google.refine.operations
OperationRegistry.reconstruct ( Project project, JSONObject obj ) [static] : AbstractOperation
com/google/refine/operations/OperationRegistry.reconstruct:(Lcom/google/refine/model/Project;Lorg/json/JSONObject;)Lcom/google/refine/model/AbstractOperation;
openrefine-3.1.jar,
Or.class
package com.google.refine.expr.functions.booleans
Or.write ( JSONWriter writer, Properties options ) : void
com/google/refine/expr/functions/booleans/Or.write:(Lorg/json/JSONWriter;Ljava/util/Properties;)V
openrefine-3.1.jar,
OwnText.class
package com.google.refine.expr.functions.xml
OwnText.write ( JSONWriter writer, Properties options ) : void
com/google/refine/expr/functions/xml/OwnText.write:(Lorg/json/JSONWriter;Ljava/util/Properties;)V
openrefine-3.1.jar,
PackageExtension.class
package com.google.refine.model.metadata
PackageExtension.buildPackageFromTemplate ( ) [static] : Package
com/google/refine/model/metadata/PackageExtension.buildPackageFromTemplate:()Lio/frictionlessdata/datapackage/Package;
PackageExtension.PackageExtension ( )
com/google/refine/model/metadata/PackageExtension."<init>":()V
PackageExtension.saveZip ( Package pkg, ByteArrayOutputStream dataByteArrayOutputStream, OutputStream destOs ) [static] : void
com/google/refine/model/metadata/PackageExtension.saveZip:(Lio/frictionlessdata/datapackage/Package;Ljava/io/ByteArrayOutputStream;Ljava/io/OutputStream;)V
openrefine-3.1.jar,
PackageProjectCommand.class
package com.google.refine.commands.project
PackageProjectCommand.doPost ( HttpServletRequest request, HttpServletResponse response ) : void
com/google/refine/commands/project/PackageProjectCommand.doPost:(Ljavax/servlet/http/HttpServletRequest;Ljavax/servlet/http/HttpServletResponse;)V
PackageProjectCommand.gzipTarToOutputStream ( Project project, OutputStream os ) : void
com/google/refine/commands/project/PackageProjectCommand.gzipTarToOutputStream:(Lcom/google/refine/model/Project;Ljava/io/OutputStream;)V
PackageProjectCommand.PackageProjectCommand ( )
com/google/refine/commands/project/PackageProjectCommand."<init>":()V
PackageProjectCommand.tarToOutputStream ( Project project, OutputStream os ) : void
com/google/refine/commands/project/PackageProjectCommand.tarToOutputStream:(Lcom/google/refine/model/Project;Ljava/io/OutputStream;)V
openrefine-3.1.jar,
ParseHtml.class
package com.google.refine.expr.functions.html
ParseHtml.write ( JSONWriter writer, Properties options ) : void
com/google/refine/expr/functions/html/ParseHtml.write:(Lorg/json/JSONWriter;Ljava/util/Properties;)V
openrefine-3.1.jar,
ParseJson.class
package com.google.refine.expr.functions.strings
ParseJson.write ( JSONWriter writer, Properties options ) : void
com/google/refine/expr/functions/strings/ParseJson.write:(Lorg/json/JSONWriter;Ljava/util/Properties;)V
openrefine-3.1.jar,
ParseXml.class
package com.google.refine.expr.functions.xml
ParseXml.write ( JSONWriter writer, Properties options ) : void
com/google/refine/expr/functions/xml/ParseXml.write:(Lorg/json/JSONWriter;Ljava/util/Properties;)V
openrefine-3.1.jar,
ParsingUtilities.class
package com.google.refine.util
ParsingUtilities.evaluateJsonStringToArray ( String s ) [static] : JSONArray
com/google/refine/util/ParsingUtilities.evaluateJsonStringToArray:(Ljava/lang/String;)Lorg/json/JSONArray;
ParsingUtilities.evaluateJsonStringToObject ( String s ) [static] : JSONObject
com/google/refine/util/ParsingUtilities.evaluateJsonStringToObject:(Ljava/lang/String;)Lorg/json/JSONObject;
openrefine-3.1.jar,
Partition.class
package com.google.refine.expr.functions.strings
Partition.write ( JSONWriter writer, Properties options ) : void
com/google/refine/expr/functions/strings/Partition.write:(Lorg/json/JSONWriter;Ljava/util/Properties;)V
openrefine-3.1.jar,
PatternConstraint.class
package com.google.refine.model.metadata.validator.checks
PatternConstraint.checkCell ( Cell cell ) : boolean
com/google/refine/model/metadata/validator/checks/PatternConstraint.checkCell:(Lcom/google/refine/model/Cell;)Z
PatternConstraint.PatternConstraint ( Project project, int cellIndex, JSONObject options )
com/google/refine/model/metadata/validator/checks/PatternConstraint."<init>":(Lcom/google/refine/model/Project;ILorg/json/JSONObject;)V
openrefine-3.1.jar,
Phonetic.class
package com.google.refine.expr.functions.strings
Phonetic.write ( JSONWriter writer, Properties options ) : void
com/google/refine/expr/functions/strings/Phonetic.write:(Lorg/json/JSONWriter;Ljava/util/Properties;)V
openrefine-3.1.jar,
Pool.class
package com.google.refine.util
Pool.write ( JSONWriter writer, Properties options ) : void
com/google/refine/util/Pool.write:(Lorg/json/JSONWriter;Ljava/util/Properties;)V
openrefine-3.1.jar,
Pow.class
package com.google.refine.expr.functions.math
Pow.write ( JSONWriter writer, Properties options ) : void
com/google/refine/expr/functions/math/Pow.write:(Lorg/json/JSONWriter;Ljava/util/Properties;)V
openrefine-3.1.jar,
PreferenceStore.class
package com.google.refine.preference
PreferenceStore.load ( JSONObject obj ) : void
com/google/refine/preference/PreferenceStore.load:(Lorg/json/JSONObject;)V
PreferenceStore.loadObject ( Object o ) [static] : Object
com/google/refine/preference/PreferenceStore.loadObject:(Ljava/lang/Object;)Ljava/lang/Object;
PreferenceStore.write ( JSONWriter writer, Properties options ) : void
com/google/refine/preference/PreferenceStore.write:(Lorg/json/JSONWriter;Ljava/util/Properties;)V
openrefine-3.1.jar,
ProcessManager.class
package com.google.refine.process
ProcessManager.write ( JSONWriter writer, Properties options ) : void
com/google/refine/process/ProcessManager.write:(Lorg/json/JSONWriter;Ljava/util/Properties;)V
openrefine-3.1.jar,
Project.class
package com.google.refine.model
Project.getMetadata ( ) : ProjectMetadata
com/google/refine/model/Project.getMetadata:()Lcom/google/refine/model/metadata/ProjectMetadata;
openrefine-3.1.jar,
ProjectManager.class
package com.google.refine
ProjectManager.getProjectMetadata ( long id ) : ProjectMetadata
com/google/refine/ProjectManager.getProjectMetadata:(J)Lcom/google/refine/model/metadata/ProjectMetadata;
ProjectManager.getProjectMetadata ( String name ) : ProjectMetadata
com/google/refine/ProjectManager.getProjectMetadata:(Ljava/lang/String;)Lcom/google/refine/model/metadata/ProjectMetadata;
ProjectManager.mergeEmptyUserMetadata ( ProjectMetadata metadata ) : void
com/google/refine/ProjectManager.mergeEmptyUserMetadata:(Lcom/google/refine/model/metadata/ProjectMetadata;)V
ProjectManager.registerProject ( Project project, ProjectMetadata projectMetadata ) : void
com/google/refine/ProjectManager.registerProject:(Lcom/google/refine/model/Project;Lcom/google/refine/model/metadata/ProjectMetadata;)V
ProjectManager.saveMetadata ( IMetadata p1, long p2 ) [abstract] : void
com/google/refine/ProjectManager.saveMetadata:(Lcom/google/refine/model/metadata/IMetadata;J)V
openrefine-3.1.jar,
ProjectMetadata.class
package com.google.refine.model.metadata
ProjectMetadata.appendImportOptionMetadata ( JSONObject obj ) : void
com/google/refine/model/metadata/ProjectMetadata.appendImportOptionMetadata:(Lorg/json/JSONObject;)V
ProjectMetadata.appendTags ( String[ ] tags ) : void
com/google/refine/model/metadata/ProjectMetadata.appendTags:([Ljava/lang/String;)V
ProjectMetadata.getContributors ( ) : String
com/google/refine/model/metadata/ProjectMetadata.getContributors:()Ljava/lang/String;
ProjectMetadata.getCreated ( ) : LocalDateTime
com/google/refine/model/metadata/ProjectMetadata.getCreated:()Ljava/time/LocalDateTime;
ProjectMetadata.getCreator ( ) : String
com/google/refine/model/metadata/ProjectMetadata.getCreator:()Ljava/lang/String;
ProjectMetadata.getCustomMetadata ( String key ) : Serializable
com/google/refine/model/metadata/ProjectMetadata.getCustomMetadata:(Ljava/lang/String;)Ljava/io/Serializable;
ProjectMetadata.getDescription ( ) : String
com/google/refine/model/metadata/ProjectMetadata.getDescription:()Ljava/lang/String;
ProjectMetadata.getEncoding ( ) : String
com/google/refine/model/metadata/ProjectMetadata.getEncoding:()Ljava/lang/String;
ProjectMetadata.getEncodingConfidence ( ) : int
com/google/refine/model/metadata/ProjectMetadata.getEncodingConfidence:()I
ProjectMetadata.getHomepage ( ) : String
com/google/refine/model/metadata/ProjectMetadata.getHomepage:()Ljava/lang/String;
ProjectMetadata.getImage ( ) : String
com/google/refine/model/metadata/ProjectMetadata.getImage:()Ljava/lang/String;
ProjectMetadata.getImportOptionMetadata ( ) : JSONArray
com/google/refine/model/metadata/ProjectMetadata.getImportOptionMetadata:()Lorg/json/JSONArray;
ProjectMetadata.getJSON ( ) : JSONObject
com/google/refine/model/metadata/ProjectMetadata.getJSON:()Lorg/json/JSONObject;
ProjectMetadata.getLicense ( ) : String
com/google/refine/model/metadata/ProjectMetadata.getLicense:()Ljava/lang/String;
ProjectMetadata.getModified ( ) : LocalDateTime
com/google/refine/model/metadata/ProjectMetadata.getModified:()Ljava/time/LocalDateTime;
ProjectMetadata.getName ( ) : String
com/google/refine/model/metadata/ProjectMetadata.getName:()Ljava/lang/String;
ProjectMetadata.getPassword ( ) : String
com/google/refine/model/metadata/ProjectMetadata.getPassword:()Ljava/lang/String;
ProjectMetadata.getPreferenceStore ( ) : PreferenceStore
com/google/refine/model/metadata/ProjectMetadata.getPreferenceStore:()Lcom/google/refine/preference/PreferenceStore;
ProjectMetadata.getSubject ( ) : String
com/google/refine/model/metadata/ProjectMetadata.getSubject:()Ljava/lang/String;
ProjectMetadata.getTags ( ) : String[ ]
com/google/refine/model/metadata/ProjectMetadata.getTags:()[Ljava/lang/String;
ProjectMetadata.getTitle ( ) : String
com/google/refine/model/metadata/ProjectMetadata.getTitle:()Ljava/lang/String;
ProjectMetadata.getUserMetadata ( ) : JSONArray
com/google/refine/model/metadata/ProjectMetadata.getUserMetadata:()Lorg/json/JSONArray;
ProjectMetadata.getVersion ( ) : String
com/google/refine/model/metadata/ProjectMetadata.getVersion:()Ljava/lang/String;
ProjectMetadata.loadFromFile ( File metadataFile ) : void
com/google/refine/model/metadata/ProjectMetadata.loadFromFile:(Ljava/io/File;)V
ProjectMetadata.loadFromJSON ( JSONObject obj ) : void
com/google/refine/model/metadata/ProjectMetadata.loadFromJSON:(Lorg/json/JSONObject;)V
ProjectMetadata.loadFromStream ( InputStream inputStream ) : void
com/google/refine/model/metadata/ProjectMetadata.loadFromStream:(Ljava/io/InputStream;)V
ProjectMetadata.preparePreferenceStore ( PreferenceStore ps ) [static] : void
com/google/refine/model/metadata/ProjectMetadata.preparePreferenceStore:(Lcom/google/refine/preference/PreferenceStore;)V
ProjectMetadata.ProjectMetadata ( )
com/google/refine/model/metadata/ProjectMetadata."<init>":()V
ProjectMetadata.ProjectMetadata ( LocalDateTime created, LocalDateTime modified, String name )
com/google/refine/model/metadata/ProjectMetadata."<init>":(Ljava/time/LocalDateTime;Ljava/time/LocalDateTime;Ljava/lang/String;)V
ProjectMetadata.ProjectMetadata ( LocalDateTime date )
com/google/refine/model/metadata/ProjectMetadata."<init>":(Ljava/time/LocalDateTime;)V
ProjectMetadata.setAnyStringField ( String metaName, String valueString ) : void
com/google/refine/model/metadata/ProjectMetadata.setAnyStringField:(Ljava/lang/String;Ljava/lang/String;)V
ProjectMetadata.setContributors ( String contributors ) : void
com/google/refine/model/metadata/ProjectMetadata.setContributors:(Ljava/lang/String;)V
ProjectMetadata.setCreator ( String creator ) : void
com/google/refine/model/metadata/ProjectMetadata.setCreator:(Ljava/lang/String;)V
ProjectMetadata.setCustomMetadata ( String key, Serializable value ) : void
com/google/refine/model/metadata/ProjectMetadata.setCustomMetadata:(Ljava/lang/String;Ljava/io/Serializable;)V
ProjectMetadata.setDescription ( String description ) : void
com/google/refine/model/metadata/ProjectMetadata.setDescription:(Ljava/lang/String;)V
ProjectMetadata.setEncoding ( String encoding ) : void
com/google/refine/model/metadata/ProjectMetadata.setEncoding:(Ljava/lang/String;)V
ProjectMetadata.setEncodingConfidence ( int confidence ) : void
com/google/refine/model/metadata/ProjectMetadata.setEncodingConfidence:(I)V
ProjectMetadata.setEncodingConfidence ( String confidence ) : void
com/google/refine/model/metadata/ProjectMetadata.setEncodingConfidence:(Ljava/lang/String;)V
ProjectMetadata.setHomepage ( String homepage ) : void
com/google/refine/model/metadata/ProjectMetadata.setHomepage:(Ljava/lang/String;)V
ProjectMetadata.setImage ( String image ) : void
com/google/refine/model/metadata/ProjectMetadata.setImage:(Ljava/lang/String;)V
ProjectMetadata.setImportOptionMetadata ( JSONArray jsonArray ) : void
com/google/refine/model/metadata/ProjectMetadata.setImportOptionMetadata:(Lorg/json/JSONArray;)V
ProjectMetadata.setLicense ( String license ) : void
com/google/refine/model/metadata/ProjectMetadata.setLicense:(Ljava/lang/String;)V
ProjectMetadata.setName ( String name ) : void
com/google/refine/model/metadata/ProjectMetadata.setName:(Ljava/lang/String;)V
ProjectMetadata.setPassword ( String password ) : void
com/google/refine/model/metadata/ProjectMetadata.setPassword:(Ljava/lang/String;)V
ProjectMetadata.setRowCount ( int rowCount ) : void
com/google/refine/model/metadata/ProjectMetadata.setRowCount:(I)V
ProjectMetadata.setSubject ( String subject ) : void
com/google/refine/model/metadata/ProjectMetadata.setSubject:(Ljava/lang/String;)V
ProjectMetadata.setTags ( String[ ] tags ) : void
com/google/refine/model/metadata/ProjectMetadata.setTags:([Ljava/lang/String;)V
ProjectMetadata.setTitle ( String title ) : void
com/google/refine/model/metadata/ProjectMetadata.setTitle:(Ljava/lang/String;)V
ProjectMetadata.setUserMetadata ( JSONArray userMetadata ) : void
com/google/refine/model/metadata/ProjectMetadata.setUserMetadata:(Lorg/json/JSONArray;)V
ProjectMetadata.setVersion ( String version ) : void
com/google/refine/model/metadata/ProjectMetadata.setVersion:(Ljava/lang/String;)V
ProjectMetadata.updateModified ( ) : void
com/google/refine/model/metadata/ProjectMetadata.updateModified:()V
ProjectMetadata.validate ( ) : List<Exception>
com/google/refine/model/metadata/ProjectMetadata.validate:()Ljava/util/List;
ProjectMetadata.write ( JSONWriter jsonWriter ) : void
com/google/refine/model/metadata/ProjectMetadata.write:(Lorg/json/JSONWriter;)V
ProjectMetadata.write ( JSONWriter writer, Properties options ) : void
com/google/refine/model/metadata/ProjectMetadata.write:(Lorg/json/JSONWriter;Ljava/util/Properties;)V
ProjectMetadata.writeToFile ( File metadataFile ) : void
com/google/refine/model/metadata/ProjectMetadata.writeToFile:(Ljava/io/File;)V
ProjectMetadata.writeWithoutOption ( JSONWriter writer ) : void
com/google/refine/model/metadata/ProjectMetadata.writeWithoutOption:(Lorg/json/JSONWriter;)V
openrefine-3.1.jar,
ProjectMetadataUtilities.class
package com.google.refine.io
ProjectMetadataUtilities.load ( File projectDir ) [static] : ProjectMetadata
com/google/refine/io/ProjectMetadataUtilities.load:(Ljava/io/File;)Lcom/google/refine/model/metadata/ProjectMetadata;
ProjectMetadataUtilities.loadFromFile ( File metadataFile ) [static] : ProjectMetadata
com/google/refine/io/ProjectMetadataUtilities.loadFromFile:(Ljava/io/File;)Lcom/google/refine/model/metadata/ProjectMetadata;
ProjectMetadataUtilities.recover ( File projectDir, long id ) [static] : ProjectMetadata
com/google/refine/io/ProjectMetadataUtilities.recover:(Ljava/io/File;J)Lcom/google/refine/model/metadata/ProjectMetadata;
ProjectMetadataUtilities.save ( IMetadata projectMeta, File projectDir ) [static] : void
com/google/refine/io/ProjectMetadataUtilities.save:(Lcom/google/refine/model/metadata/IMetadata;Ljava/io/File;)V
ProjectMetadataUtilities.saveToFile ( IMetadata projectMeta, File metadataFile ) [static] : void
com/google/refine/io/ProjectMetadataUtilities.saveToFile:(Lcom/google/refine/model/metadata/IMetadata;Ljava/io/File;)V
openrefine-3.1.jar,
ProjectUtilities.class
package com.google.refine.io
ProjectUtilities.loadDataFile ( File dir, String dataFile, long id ) [static] : Project
com/google/refine/io/ProjectUtilities.loadDataFile:(Ljava/io/File;Ljava/lang/String;J)Lcom/google/refine/model/Project;
ProjectUtilities.retriveMetadata ( File dir ) [static] : Map<MetadataFormat,IMetadata>
com/google/refine/io/ProjectUtilities.retriveMetadata:(Ljava/io/File;)Ljava/util/Map;
openrefine-3.1.jar,
QuickHistoryEntryProcess.class
package com.google.refine.process
QuickHistoryEntryProcess.write ( JSONWriter writer, Properties options ) : void
com/google/refine/process/QuickHistoryEntryProcess.write:(Lorg/json/JSONWriter;Ljava/util/Properties;)V
openrefine-3.1.jar,
Quotient.class
package com.google.refine.expr.functions.math
Quotient.write ( JSONWriter writer, Properties options ) : void
com/google/refine/expr/functions/math/Quotient.write:(Lorg/json/JSONWriter;Ljava/util/Properties;)V
openrefine-3.1.jar,
Radians.class
package com.google.refine.expr.functions.math
Radians.write ( JSONWriter writer, Properties options ) : void
com/google/refine/expr/functions/math/Radians.write:(Lorg/json/JSONWriter;Ljava/util/Properties;)V
openrefine-3.1.jar,
Range.class
package com.google.refine.expr.functions.strings
Range.write ( JSONWriter writer, Properties options ) : void
com/google/refine/expr/functions/strings/Range.write:(Lorg/json/JSONWriter;Ljava/util/Properties;)V
openrefine-3.1.jar,
RangeFacet.class
package com.google.refine.browsing.facets
RangeFacet.write ( JSONWriter writer, Properties options ) : void
com/google/refine/browsing/facets/RangeFacet.write:(Lorg/json/JSONWriter;Ljava/util/Properties;)V
openrefine-3.1.jar,
RangeFacetConfig.class
package com.google.refine.browsing.facets
RangeFacet.RangeFacetConfig.initializeFromJSON ( JSONObject o ) : void
com/google/refine/browsing/facets/RangeFacet.RangeFacetConfig.initializeFromJSON:(Lorg/json/JSONObject;)V
RangeFacet.RangeFacetConfig.RangeFacet.RangeFacetConfig ( )
com/google/refine/browsing/facets/RangeFacet.RangeFacetConfig."<init>":()V
RangeFacet.RangeFacetConfig.write ( JSONWriter writer, Properties options ) : void
com/google/refine/browsing/facets/RangeFacet.RangeFacetConfig.write:(Lorg/json/JSONWriter;Ljava/util/Properties;)V
openrefine-3.1.jar,
RdfTripleImporter.class
package com.google.refine.importers
RdfTripleImporter.parseOneFile ( Project project, ProjectMetadata metadata, ImportingJob job, String fileSource, InputStream input, int limit, JSONObject options, List<Exception> exceptions ) : void
com/google/refine/importers/RdfTripleImporter.parseOneFile:(Lcom/google/refine/model/Project;Lcom/google/refine/model/metadata/ProjectMetadata;Lcom/google/refine/importing/ImportingJob;Ljava/lang/String;Ljava/io/InputStream;ILorg/json/JSONObject;Ljava/util/List;)V
openrefine-3.1.jar,
Recon.class
package com.google.refine.model
Recon.loadStreaming ( JsonParser jp, Pool pool ) [static] : Recon
com/google/refine/model/Recon.loadStreaming:(Lcom/fasterxml/jackson/core/JsonParser;Lcom/google/refine/util/Pool;)Lcom/google/refine/model/Recon;
Recon.loadStreaming ( String s, Pool pool ) [static] : Recon
com/google/refine/model/Recon.loadStreaming:(Ljava/lang/String;Lcom/google/refine/util/Pool;)Lcom/google/refine/model/Recon;
Recon.write ( JSONWriter writer, Properties options ) : void
com/google/refine/model/Recon.write:(Lorg/json/JSONWriter;Ljava/util/Properties;)V
openrefine-3.1.jar,
ReconCandidate.class
package com.google.refine.model
ReconCandidate.write ( JSONWriter writer, Properties options ) : void
com/google/refine/model/ReconCandidate.write:(Lorg/json/JSONWriter;Ljava/util/Properties;)V
openrefine-3.1.jar,
ReconciledDataExtensionJob.class
package com.google.refine.model.recon
ReconciledDataExtensionJob.collectResult ( JSONObject record, Map<String,ReconCandidate> reconCandidateMap ) : ReconciledDataExtensionJob.DataExtension
com/google/refine/model/recon/ReconciledDataExtensionJob.collectResult:(Lorg/json/JSONObject;Ljava/util/Map;)Lcom/google/refine/model/recon/ReconciledDataExtensionJob$DataExtension;
ReconciledDataExtensionJob.formulateQuery ( Set<String> ids, JSONObject node, Writer writer ) [static] : void
com/google/refine/model/recon/ReconciledDataExtensionJob.formulateQuery:(Ljava/util/Set;Lorg/json/JSONObject;Ljava/io/Writer;)V
ReconciledDataExtensionJob.gatherColumnInfo ( JSONArray meta, List<ReconciledDataExtensionJob.ColumnInfo> columns ) [static] : void
com/google/refine/model/recon/ReconciledDataExtensionJob.gatherColumnInfo:(Lorg/json/JSONArray;Ljava/util/List;)V
ReconciledDataExtensionJob.ReconciledDataExtensionJob ( JSONObject obj, String endpoint )
com/google/refine/model/recon/ReconciledDataExtensionJob."<init>":(Lorg/json/JSONObject;Ljava/lang/String;)V
ReconciledDataExtensionJob.storeCell ( List<Object[ ]> rows, int row, int col, JSONObject obj, Map<String,ReconCandidate> reconCandidateMap ) : void
com/google/refine/model/recon/ReconciledDataExtensionJob.storeCell:(Ljava/util/List;IILorg/json/JSONObject;Ljava/util/Map;)V
openrefine-3.1.jar,
ReconClearSimilarCellsOperation.class
package com.google.refine.operations.recon
ReconClearSimilarCellsOperation.reconstruct ( Project project, JSONObject obj ) [static] : AbstractOperation
com/google/refine/operations/recon/ReconClearSimilarCellsOperation.reconstruct:(Lcom/google/refine/model/Project;Lorg/json/JSONObject;)Lcom/google/refine/model/AbstractOperation;
ReconClearSimilarCellsOperation.write ( JSONWriter writer, Properties options ) : void
com/google/refine/operations/recon/ReconClearSimilarCellsOperation.write:(Lorg/json/JSONWriter;Ljava/util/Properties;)V
openrefine-3.1.jar,
ReconConfig.class
package com.google.refine.model.recon
ReconConfig.reconstruct ( JSONObject obj ) [static] : ReconConfig
com/google/refine/model/recon/ReconConfig.reconstruct:(Lorg/json/JSONObject;)Lcom/google/refine/model/recon/ReconConfig;
openrefine-3.1.jar,
ReconCopyAcrossColumnsOperation.class
package com.google.refine.operations.recon
ReconCopyAcrossColumnsOperation.reconstruct ( Project project, JSONObject obj ) [static] : AbstractOperation
com/google/refine/operations/recon/ReconCopyAcrossColumnsOperation.reconstruct:(Lcom/google/refine/model/Project;Lorg/json/JSONObject;)Lcom/google/refine/model/AbstractOperation;
ReconCopyAcrossColumnsOperation.write ( JSONWriter writer, Properties options ) : void
com/google/refine/operations/recon/ReconCopyAcrossColumnsOperation.write:(Lorg/json/JSONWriter;Ljava/util/Properties;)V
openrefine-3.1.jar,
ReconDiscardJudgmentsOperation.class
package com.google.refine.operations.recon
ReconDiscardJudgmentsOperation.reconstruct ( Project project, JSONObject obj ) [static] : AbstractOperation
com/google/refine/operations/recon/ReconDiscardJudgmentsOperation.reconstruct:(Lcom/google/refine/model/Project;Lorg/json/JSONObject;)Lcom/google/refine/model/AbstractOperation;
ReconDiscardJudgmentsOperation.write ( JSONWriter writer, Properties options ) : void
com/google/refine/operations/recon/ReconDiscardJudgmentsOperation.write:(Lorg/json/JSONWriter;Ljava/util/Properties;)V
openrefine-3.1.jar,
ReconJudgeSimilarCellsOperation.class
package com.google.refine.operations.recon
ReconJudgeSimilarCellsOperation.ReconJudgeSimilarCellsOperation ( EngineConfig engineConfig, String columnName, String similarValue, Recon.Judgment judgment, ReconCandidate match, boolean shareNewTopics )
com/google/refine/operations/recon/ReconJudgeSimilarCellsOperation."<init>":(Lcom/google/refine/browsing/EngineConfig;Ljava/lang/String;Ljava/lang/String;Lcom/google/refine/model/Recon$Judgment;Lcom/google/refine/model/ReconCandidate;Z)V
ReconJudgeSimilarCellsOperation.reconstruct ( Project project, JSONObject obj ) [static] : AbstractOperation
com/google/refine/operations/recon/ReconJudgeSimilarCellsOperation.reconstruct:(Lcom/google/refine/model/Project;Lorg/json/JSONObject;)Lcom/google/refine/model/AbstractOperation;
ReconJudgeSimilarCellsOperation.write ( JSONWriter writer, Properties options ) : void
com/google/refine/operations/recon/ReconJudgeSimilarCellsOperation.write:(Lorg/json/JSONWriter;Ljava/util/Properties;)V
openrefine-3.1.jar,
ReconMarkNewTopicsOperation.class
package com.google.refine.operations.recon
ReconMarkNewTopicsOperation.reconstruct ( Project project, JSONObject obj ) [static] : AbstractOperation
com/google/refine/operations/recon/ReconMarkNewTopicsOperation.reconstruct:(Lcom/google/refine/model/Project;Lorg/json/JSONObject;)Lcom/google/refine/model/AbstractOperation;
ReconMarkNewTopicsOperation.write ( JSONWriter writer, Properties options ) : void
com/google/refine/operations/recon/ReconMarkNewTopicsOperation.write:(Lorg/json/JSONWriter;Ljava/util/Properties;)V
openrefine-3.1.jar,
ReconMatchBestCandidatesOperation.class
package com.google.refine.operations.recon
ReconMatchBestCandidatesOperation.reconstruct ( Project project, JSONObject obj ) [static] : AbstractOperation
com/google/refine/operations/recon/ReconMatchBestCandidatesOperation.reconstruct:(Lcom/google/refine/model/Project;Lorg/json/JSONObject;)Lcom/google/refine/model/AbstractOperation;
ReconMatchBestCandidatesOperation.write ( JSONWriter writer, Properties options ) : void
com/google/refine/operations/recon/ReconMatchBestCandidatesOperation.write:(Lorg/json/JSONWriter;Ljava/util/Properties;)V
openrefine-3.1.jar,
ReconMatchSpecificTopicOperation.class
package com.google.refine.operations.recon
ReconMatchSpecificTopicOperation.ReconMatchSpecificTopicOperation ( EngineConfig engineConfig, String columnName, ReconCandidate match, String identifierSpace, String schemaSpace )
com/google/refine/operations/recon/ReconMatchSpecificTopicOperation."<init>":(Lcom/google/refine/browsing/EngineConfig;Ljava/lang/String;Lcom/google/refine/model/ReconCandidate;Ljava/lang/String;Ljava/lang/String;)V
ReconMatchSpecificTopicOperation.reconstruct ( Project project, JSONObject obj ) [static] : AbstractOperation
com/google/refine/operations/recon/ReconMatchSpecificTopicOperation.reconstruct:(Lcom/google/refine/model/Project;Lorg/json/JSONObject;)Lcom/google/refine/model/AbstractOperation;
ReconMatchSpecificTopicOperation.write ( JSONWriter writer, Properties options ) : void
com/google/refine/operations/recon/ReconMatchSpecificTopicOperation.write:(Lorg/json/JSONWriter;Ljava/util/Properties;)V
openrefine-3.1.jar,
ReconOperation.class
package com.google.refine.operations.recon
ReconOperation.reconstruct ( Project project, JSONObject obj ) [static] : AbstractOperation
com/google/refine/operations/recon/ReconOperation.reconstruct:(Lcom/google/refine/model/Project;Lorg/json/JSONObject;)Lcom/google/refine/model/AbstractOperation;
ReconOperation.write ( JSONWriter writer, Properties options ) : void
com/google/refine/operations/recon/ReconOperation.write:(Lorg/json/JSONWriter;Ljava/util/Properties;)V
openrefine-3.1.jar,
ReconProcess.class
package com.google.refine.operations.recon
ReconOperation.ReconProcess.write ( JSONWriter writer, Properties options ) : void
com/google/refine/operations/recon/ReconOperation.ReconProcess.write:(Lorg/json/JSONWriter;Ljava/util/Properties;)V
openrefine-3.1.jar,
ReconStats.class
package com.google.refine.model
ReconStats.load ( JSONObject obj ) [static] : ReconStats
com/google/refine/model/ReconStats.load:(Lorg/json/JSONObject;)Lcom/google/refine/model/ReconStats;
ReconStats.write ( JSONWriter writer, Properties options ) : void
com/google/refine/model/ReconStats.write:(Lorg/json/JSONWriter;Ljava/util/Properties;)V
openrefine-3.1.jar,
ReconType.class
package com.google.refine.model
ReconType.load ( JSONObject obj ) [static] : ReconType
com/google/refine/model/ReconType.load:(Lorg/json/JSONObject;)Lcom/google/refine/model/ReconType;
ReconType.write ( JSONWriter writer, Properties options ) : void
com/google/refine/model/ReconType.write:(Lorg/json/JSONWriter;Ljava/util/Properties;)V
openrefine-3.1.jar,
ReconUseValuesAsIdentifiersOperation.class
package com.google.refine.operations.recon
ReconUseValuesAsIdentifiersOperation.reconstruct ( JSONObject obj ) [static] : ReconUseValuesAsIdentifiersOperation
com/google/refine/operations/recon/ReconUseValuesAsIdentifiersOperation.reconstruct:(Lorg/json/JSONObject;)Lcom/google/refine/operations/recon/ReconUseValuesAsIdentifiersOperation;
ReconUseValuesAsIdentifiersOperation.write ( JSONWriter writer, Properties options ) : void
com/google/refine/operations/recon/ReconUseValuesAsIdentifiersOperation.write:(Lorg/json/JSONWriter;Ljava/util/Properties;)V
openrefine-3.1.jar,
RecordModel.class
package com.google.refine.model
RecordModel.write ( JSONWriter writer, Properties options ) : void
com/google/refine/model/RecordModel.write:(Lorg/json/JSONWriter;Ljava/util/Properties;)V
openrefine-3.1.jar,
Reinterpret.class
package com.google.refine.expr.functions.strings
Reinterpret.write ( JSONWriter writer, Properties options ) : void
com/google/refine/expr/functions/strings/Reinterpret.write:(Lorg/json/JSONWriter;Ljava/util/Properties;)V
openrefine-3.1.jar,
Replace.class
package com.google.refine.expr.functions.strings
Replace.write ( JSONWriter writer, Properties options ) : void
com/google/refine/expr/functions/strings/Replace.write:(Lorg/json/JSONWriter;Ljava/util/Properties;)V
openrefine-3.1.jar,
ReplaceChars.class
package com.google.refine.expr.functions.strings
ReplaceChars.write ( JSONWriter writer, Properties options ) : void
com/google/refine/expr/functions/strings/ReplaceChars.write:(Lorg/json/JSONWriter;Ljava/util/Properties;)V
openrefine-3.1.jar,
RequiredConstraint.class
package com.google.refine.model.metadata.validator.checks
RequiredConstraint.checkCell ( Cell cell ) : boolean
com/google/refine/model/metadata/validator/checks/RequiredConstraint.checkCell:(Lcom/google/refine/model/Cell;)Z
RequiredConstraint.filter ( Cell cell ) : boolean
com/google/refine/model/metadata/validator/checks/RequiredConstraint.filter:(Lcom/google/refine/model/Cell;)Z
RequiredConstraint.RequiredConstraint ( Project project, int cellIndex, JSONObject options )
com/google/refine/model/metadata/validator/checks/RequiredConstraint."<init>":(Lcom/google/refine/model/Project;ILorg/json/JSONObject;)V
openrefine-3.1.jar,
Result.class
package com.google.refine.importing
UrlRewriter.Result.UrlRewriter.Result ( String rewrittenUrl, String format, boolean download )
com/google/refine/importing/UrlRewriter.Result."<init>":(Ljava/lang/String;Ljava/lang/String;Z)V
UrlRewriter.Result.UrlRewriter.Result ( String rewrittenUrl, String format, boolean download, String metaDataFormat )
com/google/refine/importing/UrlRewriter.Result."<init>":(Ljava/lang/String;Ljava/lang/String;ZLjava/lang/String;)V
openrefine-3.1.jar,
Reverse.class
package com.google.refine.expr.functions.arrays
Reverse.write ( JSONWriter writer, Properties options ) : void
com/google/refine/expr/functions/arrays/Reverse.write:(Lorg/json/JSONWriter;Ljava/util/Properties;)V
openrefine-3.1.jar,
Round.class
package com.google.refine.expr.functions.math
Round.write ( JSONWriter writer, Properties options ) : void
com/google/refine/expr/functions/math/Round.write:(Lorg/json/JSONWriter;Ljava/util/Properties;)V
openrefine-3.1.jar,
Row.class
package com.google.refine.model
Row.write ( JSONWriter writer, Properties options ) : void
com/google/refine/model/Row.write:(Lorg/json/JSONWriter;Ljava/util/Properties;)V
openrefine-3.1.jar,
RowFlagOperation.class
package com.google.refine.operations.row
RowFlagOperation.reconstruct ( Project project, JSONObject obj ) [static] : AbstractOperation
com/google/refine/operations/row/RowFlagOperation.reconstruct:(Lcom/google/refine/model/Project;Lorg/json/JSONObject;)Lcom/google/refine/model/AbstractOperation;
RowFlagOperation.write ( JSONWriter writer, Properties options ) : void
com/google/refine/operations/row/RowFlagOperation.write:(Lorg/json/JSONWriter;Ljava/util/Properties;)V
openrefine-3.1.jar,
RowRemovalOperation.class
package com.google.refine.operations.row
RowRemovalOperation.reconstruct ( Project project, JSONObject obj ) [static] : AbstractOperation
com/google/refine/operations/row/RowRemovalOperation.reconstruct:(Lcom/google/refine/model/Project;Lorg/json/JSONObject;)Lcom/google/refine/model/AbstractOperation;
RowRemovalOperation.write ( JSONWriter writer, Properties options ) : void
com/google/refine/operations/row/RowRemovalOperation.write:(Lorg/json/JSONWriter;Ljava/util/Properties;)V
openrefine-3.1.jar,
RowReorderOperation.class
package com.google.refine.operations.row
RowReorderOperation.reconstruct ( Project project, JSONObject obj ) [static] : AbstractOperation
com/google/refine/operations/row/RowReorderOperation.reconstruct:(Lcom/google/refine/model/Project;Lorg/json/JSONObject;)Lcom/google/refine/model/AbstractOperation;
RowReorderOperation.RowReorderOperation ( Engine.Mode mode, JSONObject sorting )
com/google/refine/operations/row/RowReorderOperation."<init>":(Lcom/google/refine/browsing/Engine$Mode;Lorg/json/JSONObject;)V
RowReorderOperation.write ( JSONWriter writer, Properties options ) : void
com/google/refine/operations/row/RowReorderOperation.write:(Lorg/json/JSONWriter;Ljava/util/Properties;)V
openrefine-3.1.jar,
RowStarOperation.class
package com.google.refine.operations.row
RowStarOperation.reconstruct ( Project project, JSONObject obj ) [static] : AbstractOperation
com/google/refine/operations/row/RowStarOperation.reconstruct:(Lcom/google/refine/model/Project;Lorg/json/JSONObject;)Lcom/google/refine/model/AbstractOperation;
RowStarOperation.write ( JSONWriter writer, Properties options ) : void
com/google/refine/operations/row/RowStarOperation.write:(Lorg/json/JSONWriter;Ljava/util/Properties;)V
openrefine-3.1.jar,
RowWritingVisitor.class
package com.google.refine.commands.row
GetRowsCommand.RowWritingVisitor.GetRowsCommand.RowWritingVisitor ( int start, int limit, JSONWriter writer, Properties options )
com/google/refine/commands/row/GetRowsCommand.RowWritingVisitor."<init>":(IILorg/json/JSONWriter;Ljava/util/Properties;)V
openrefine-3.1.jar,
RPartition.class
package com.google.refine.expr.functions.strings
RPartition.write ( JSONWriter writer, Properties options ) : void
com/google/refine/expr/functions/strings/RPartition.write:(Lorg/json/JSONWriter;Ljava/util/Properties;)V
openrefine-3.1.jar,
ScatterplotFacet.class
package com.google.refine.browsing.facets
ScatterplotFacet.write ( JSONWriter writer, Properties options ) : void
com/google/refine/browsing/facets/ScatterplotFacet.write:(Lorg/json/JSONWriter;Ljava/util/Properties;)V
openrefine-3.1.jar,
ScatterplotFacetConfig.class
package com.google.refine.browsing.facets
ScatterplotFacet.ScatterplotFacetConfig.initializeFromJSON ( JSONObject o ) : void
com/google/refine/browsing/facets/ScatterplotFacet.ScatterplotFacetConfig.initializeFromJSON:(Lorg/json/JSONObject;)V
ScatterplotFacet.ScatterplotFacetConfig.write ( JSONWriter writer, Properties options ) : void
com/google/refine/browsing/facets/ScatterplotFacet.ScatterplotFacetConfig.write:(Lorg/json/JSONWriter;Ljava/util/Properties;)V
openrefine-3.1.jar,
SchemaExtension.class
package com.google.refine.model.metadata
SchemaExtension.createResource ( String resourceName, ColumnModel columnModel ) [static] : Resource
com/google/refine/model/metadata/SchemaExtension.createResource:(Ljava/lang/String;Lcom/google/refine/model/ColumnModel;)Lio/frictionlessdata/datapackage/Resource;
SchemaExtension.insertField ( Schema schema, Field field, int position ) [static] : void
com/google/refine/model/metadata/SchemaExtension.insertField:(Lio/frictionlessdata/tableschema/Schema;Lio/frictionlessdata/tableschema/Field;I)V
SchemaExtension.removeField ( Schema schema, int index ) [static] : Field
com/google/refine/model/metadata/SchemaExtension.removeField:(Lio/frictionlessdata/tableschema/Schema;I)Lio/frictionlessdata/tableschema/Field;
SchemaExtension.SchemaExtension ( )
com/google/refine/model/metadata/SchemaExtension."<init>":()V
openrefine-3.1.jar,
SelectXml.class
package com.google.refine.expr.functions.xml
SelectXml.write ( JSONWriter writer, Properties options ) : void
com/google/refine/expr/functions/xml/SelectXml.write:(Lorg/json/JSONWriter;Ljava/util/Properties;)V
openrefine-3.1.jar,
SeparatorBasedImporter.class
package com.google.refine.importers
SeparatorBasedImporter.parseOneFile ( Project project, ProjectMetadata metadata, ImportingJob job, String fileSource, Reader reader, int limit, JSONObject options, List<Exception> exceptions ) : void
com/google/refine/importers/SeparatorBasedImporter.parseOneFile:(Lcom/google/refine/model/Project;Lcom/google/refine/model/metadata/ProjectMetadata;Lcom/google/refine/importing/ImportingJob;Ljava/lang/String;Ljava/io/Reader;ILorg/json/JSONObject;Ljava/util/List;)V
openrefine-3.1.jar,
SHA1.class
package com.google.refine.expr.functions.strings
SHA1.write ( JSONWriter writer, Properties options ) : void
com/google/refine/expr/functions/strings/SHA1.write:(Lorg/json/JSONWriter;Ljava/util/Properties;)V
openrefine-3.1.jar,
Sin.class
package com.google.refine.expr.functions.math
Sin.write ( JSONWriter writer, Properties options ) : void
com/google/refine/expr/functions/math/Sin.write:(Lorg/json/JSONWriter;Ljava/util/Properties;)V
openrefine-3.1.jar,
Sinh.class
package com.google.refine.expr.functions.math
Sinh.write ( JSONWriter writer, Properties options ) : void
com/google/refine/expr/functions/math/Sinh.write:(Lorg/json/JSONWriter;Ljava/util/Properties;)V
openrefine-3.1.jar,
Slice.class
package com.google.refine.expr.functions
Slice.write ( JSONWriter writer, Properties options ) : void
com/google/refine/expr/functions/Slice.write:(Lorg/json/JSONWriter;Ljava/util/Properties;)V
openrefine-3.1.jar,
SmartSplit.class
package com.google.refine.expr.functions.strings
SmartSplit.write ( JSONWriter writer, Properties options ) : void
com/google/refine/expr/functions/strings/SmartSplit.write:(Lorg/json/JSONWriter;Ljava/util/Properties;)V
openrefine-3.1.jar,
Sort.class
package com.google.refine.expr.functions.arrays
Sort.write ( JSONWriter writer, Properties options ) : void
com/google/refine/expr/functions/arrays/Sort.write:(Lorg/json/JSONWriter;Ljava/util/Properties;)V
openrefine-3.1.jar,
Split.class
package com.google.refine.expr.functions.strings
Split.write ( JSONWriter writer, Properties options ) : void
com/google/refine/expr/functions/strings/Split.write:(Lorg/json/JSONWriter;Ljava/util/Properties;)V
openrefine-3.1.jar,
SplitByCharType.class
package com.google.refine.expr.functions.strings
SplitByCharType.write ( JSONWriter writer, Properties options ) : void
com/google/refine/expr/functions/strings/SplitByCharType.write:(Lorg/json/JSONWriter;Ljava/util/Properties;)V
openrefine-3.1.jar,
SplitByLengths.class
package com.google.refine.expr.functions.strings
SplitByLengths.write ( JSONWriter writer, Properties options ) : void
com/google/refine/expr/functions/strings/SplitByLengths.write:(Lorg/json/JSONWriter;Ljava/util/Properties;)V
openrefine-3.1.jar,
SqlCreateBuilder.class
package com.google.refine.exporters.sql
SqlCreateBuilder.SqlCreateBuilder ( String table, List<String> columns, JSONObject options )
com/google/refine/exporters/sql/SqlCreateBuilder."<init>":(Ljava/lang/String;Ljava/util/List;Lorg/json/JSONObject;)V
openrefine-3.1.jar,
SqlInsertBuilder.class
package com.google.refine.exporters.sql
SqlInsertBuilder.SqlInsertBuilder ( String table, List<String> columns, List<ArrayList<SqlData>> rows, JSONObject options )
com/google/refine/exporters/sql/SqlInsertBuilder."<init>":(Ljava/lang/String;Ljava/util/List;Ljava/util/List;Lorg/json/JSONObject;)V
openrefine-3.1.jar,
StandardReconConfig.class
package com.google.refine.model.recon
StandardReconConfig.createReconServiceResults ( String text, JSONArray results, long historyEntryID ) : Recon
com/google/refine/model/recon/StandardReconConfig.createReconServiceResults:(Ljava/lang/String;Lorg/json/JSONArray;J)Lcom/google/refine/model/Recon;
StandardReconConfig.reconstruct ( JSONObject obj ) [static] : ReconConfig
com/google/refine/model/recon/StandardReconConfig.reconstruct:(Lorg/json/JSONObject;)Lcom/google/refine/model/recon/ReconConfig;
StandardReconConfig.write ( JSONWriter writer, Properties options ) : void
com/google/refine/model/recon/StandardReconConfig.write:(Lorg/json/JSONWriter;Ljava/util/Properties;)V
openrefine-3.1.jar,
StartsWith.class
package com.google.refine.expr.functions.strings
StartsWith.write ( JSONWriter writer, Properties options ) : void
com/google/refine/expr/functions/strings/StartsWith.write:(Lorg/json/JSONWriter;Ljava/util/Properties;)V
openrefine-3.1.jar,
StringCriterion.class
package com.google.refine.sorting
StringCriterion.initializeFromJSON ( Project project, JSONObject obj ) : void
com/google/refine/sorting/StringCriterion.initializeFromJSON:(Lcom/google/refine/model/Project;Lorg/json/JSONObject;)V
openrefine-3.1.jar,
Sum.class
package com.google.refine.expr.functions.math
Sum.write ( JSONWriter writer, Properties options ) : void
com/google/refine/expr/functions/math/Sum.write:(Lorg/json/JSONWriter;Ljava/util/Properties;)V
openrefine-3.1.jar,
TabularImportingParserBase.class
package com.google.refine.importers
TabularImportingParserBase.parseOneFile ( Project project, ProjectMetadata metadata, ImportingJob job, String fileSource, Reader dataReader, int limit, JSONObject options, List<Exception> exceptions ) : void
com/google/refine/importers/TabularImportingParserBase.parseOneFile:(Lcom/google/refine/model/Project;Lcom/google/refine/model/metadata/ProjectMetadata;Lcom/google/refine/importing/ImportingJob;Ljava/lang/String;Ljava/io/Reader;ILorg/json/JSONObject;Ljava/util/List;)V
TabularImportingParserBase.readTable ( Project project, ProjectMetadata metadata, ImportingJob job, TabularImportingParserBase.TableDataReader reader, String fileSource, int limit, JSONObject options, List<Exception> exceptions ) [static] : void
com/google/refine/importers/TabularImportingParserBase.readTable:(Lcom/google/refine/model/Project;Lcom/google/refine/model/metadata/ProjectMetadata;Lcom/google/refine/importing/ImportingJob;Lcom/google/refine/importers/TabularImportingParserBase$TableDataReader;Ljava/lang/String;ILorg/json/JSONObject;Ljava/util/List;)V
openrefine-3.1.jar,
TabularSerializer.class
package com.google.refine.exporters
TabularSerializer.startFile ( JSONObject p1 ) [abstract] : void
com/google/refine/exporters/TabularSerializer.startFile:(Lorg/json/JSONObject;)V
openrefine-3.1.jar,
Tan.class
package com.google.refine.expr.functions.math
Tan.write ( JSONWriter writer, Properties options ) : void
com/google/refine/expr/functions/math/Tan.write:(Lorg/json/JSONWriter;Ljava/util/Properties;)V
openrefine-3.1.jar,
Tanh.class
package com.google.refine.expr.functions.math
Tanh.write ( JSONWriter writer, Properties options ) : void
com/google/refine/expr/functions/math/Tanh.write:(Lorg/json/JSONWriter;Ljava/util/Properties;)V
openrefine-3.1.jar,
TextSearchFacet.class
package com.google.refine.browsing.facets
TextSearchFacet.write ( JSONWriter writer, Properties options ) : void
com/google/refine/browsing/facets/TextSearchFacet.write:(Lorg/json/JSONWriter;Ljava/util/Properties;)V
openrefine-3.1.jar,
TextSearchFacetConfig.class
package com.google.refine.browsing.facets
TextSearchFacet.TextSearchFacetConfig.initializeFromJSON ( JSONObject o ) : void
com/google/refine/browsing/facets/TextSearchFacet.TextSearchFacetConfig.initializeFromJSON:(Lorg/json/JSONObject;)V
TextSearchFacet.TextSearchFacetConfig.write ( JSONWriter writer, Properties options ) : void
com/google/refine/browsing/facets/TextSearchFacet.TextSearchFacetConfig.write:(Lorg/json/JSONWriter;Ljava/util/Properties;)V
openrefine-3.1.jar,
TextTransformOperation.class
package com.google.refine.operations.cell
TextTransformOperation.reconstruct ( Project project, JSONObject obj ) [static] : AbstractOperation
com/google/refine/operations/cell/TextTransformOperation.reconstruct:(Lcom/google/refine/model/Project;Lorg/json/JSONObject;)Lcom/google/refine/model/AbstractOperation;
TextTransformOperation.write ( JSONWriter writer, Properties options ) : void
com/google/refine/operations/cell/TextTransformOperation.write:(Lorg/json/JSONWriter;Ljava/util/Properties;)V
openrefine-3.1.jar,
TimeRangeFacet.class
package com.google.refine.browsing.facets
TimeRangeFacet.write ( JSONWriter writer, Properties options ) : void
com/google/refine/browsing/facets/TimeRangeFacet.write:(Lorg/json/JSONWriter;Ljava/util/Properties;)V
openrefine-3.1.jar,
TimeRangeFacetConfig.class
package com.google.refine.browsing.facets
TimeRangeFacet.TimeRangeFacetConfig.initializeFromJSON ( JSONObject o ) : void
com/google/refine/browsing/facets/TimeRangeFacet.TimeRangeFacetConfig.initializeFromJSON:(Lorg/json/JSONObject;)V
TimeRangeFacet.TimeRangeFacetConfig.write ( JSONWriter writer, Properties options ) : void
com/google/refine/browsing/facets/TimeRangeFacet.TimeRangeFacetConfig.write:(Lorg/json/JSONWriter;Ljava/util/Properties;)V
openrefine-3.1.jar,
ToDate.class
package com.google.refine.expr.functions
ToDate.write ( JSONWriter writer, Properties options ) : void
com/google/refine/expr/functions/ToDate.write:(Lorg/json/JSONWriter;Ljava/util/Properties;)V
openrefine-3.1.jar,
ToLowercase.class
package com.google.refine.expr.functions.strings
ToLowercase.write ( JSONWriter writer, Properties options ) : void
com/google/refine/expr/functions/strings/ToLowercase.write:(Lorg/json/JSONWriter;Ljava/util/Properties;)V
openrefine-3.1.jar,
ToNumber.class
package com.google.refine.expr.functions
ToNumber.write ( JSONWriter writer, Properties options ) : void
com/google/refine/expr/functions/ToNumber.write:(Lorg/json/JSONWriter;Ljava/util/Properties;)V
openrefine-3.1.jar,
TopList.class
package com.google.refine.preference
TopList.load ( JSONArray a ) : void
com/google/refine/preference/TopList.load:(Lorg/json/JSONArray;)V
TopList.load ( JSONObject obj ) [static] : TopList
com/google/refine/preference/TopList.load:(Lorg/json/JSONObject;)Lcom/google/refine/preference/TopList;
TopList.write ( JSONWriter writer, Properties options ) : void
com/google/refine/preference/TopList.write:(Lorg/json/JSONWriter;Ljava/util/Properties;)V
openrefine-3.1.jar,
ToString.class
package com.google.refine.expr.functions
ToString.write ( JSONWriter writer, Properties options ) : void
com/google/refine/expr/functions/ToString.write:(Lorg/json/JSONWriter;Ljava/util/Properties;)V
openrefine-3.1.jar,
ToTitlecase.class
package com.google.refine.expr.functions.strings
ToTitlecase.write ( JSONWriter writer, Properties options ) : void
com/google/refine/expr/functions/strings/ToTitlecase.write:(Lorg/json/JSONWriter;Ljava/util/Properties;)V
openrefine-3.1.jar,
ToUppercase.class
package com.google.refine.expr.functions.strings
ToUppercase.write ( JSONWriter writer, Properties options ) : void
com/google/refine/expr/functions/strings/ToUppercase.write:(Lorg/json/JSONWriter;Ljava/util/Properties;)V
openrefine-3.1.jar,
TransposeColumnsIntoRowsOperation.class
package com.google.refine.operations.cell
TransposeColumnsIntoRowsOperation.reconstruct ( Project project, JSONObject obj ) [static] : AbstractOperation
com/google/refine/operations/cell/TransposeColumnsIntoRowsOperation.reconstruct:(Lcom/google/refine/model/Project;Lorg/json/JSONObject;)Lcom/google/refine/model/AbstractOperation;
TransposeColumnsIntoRowsOperation.write ( JSONWriter writer, Properties options ) : void
com/google/refine/operations/cell/TransposeColumnsIntoRowsOperation.write:(Lorg/json/JSONWriter;Ljava/util/Properties;)V
openrefine-3.1.jar,
TransposeRowsIntoColumnsOperation.class
package com.google.refine.operations.cell
TransposeRowsIntoColumnsOperation.reconstruct ( Project project, JSONObject obj ) [static] : AbstractOperation
com/google/refine/operations/cell/TransposeRowsIntoColumnsOperation.reconstruct:(Lcom/google/refine/model/Project;Lorg/json/JSONObject;)Lcom/google/refine/model/AbstractOperation;
TransposeRowsIntoColumnsOperation.write ( JSONWriter writer, Properties options ) : void
com/google/refine/operations/cell/TransposeRowsIntoColumnsOperation.write:(Lorg/json/JSONWriter;Ljava/util/Properties;)V
openrefine-3.1.jar,
TreeImportingParserBase.class
package com.google.refine.importers.tree
TreeImportingParserBase.parse ( Project project, ProjectMetadata metadata, ImportingJob job, List<JSONObject> fileRecords, String format, int limit, JSONObject options, List<Exception> exceptions ) : void
com/google/refine/importers/tree/TreeImportingParserBase.parse:(Lcom/google/refine/model/Project;Lcom/google/refine/model/metadata/ProjectMetadata;Lcom/google/refine/importing/ImportingJob;Ljava/util/List;Ljava/lang/String;ILorg/json/JSONObject;Ljava/util/List;)V
TreeImportingParserBase.parseOneFile ( Project project, ProjectMetadata metadata, ImportingJob job, JSONObject fileRecord, ImportColumnGroup rootColumnGroup, int limit, JSONObject options, List<Exception> exceptions, ImporterUtilities.MultiFileReadingProgress progress ) : void
com/google/refine/importers/tree/TreeImportingParserBase.parseOneFile:(Lcom/google/refine/model/Project;Lcom/google/refine/model/metadata/ProjectMetadata;Lcom/google/refine/importing/ImportingJob;Lorg/json/JSONObject;Lcom/google/refine/importers/tree/ImportColumnGroup;ILorg/json/JSONObject;Ljava/util/List;Lcom/google/refine/importers/ImporterUtilities$MultiFileReadingProgress;)V
TreeImportingParserBase.parseOneFile ( Project project, ProjectMetadata metadata, ImportingJob job, String fileSource, InputStream inputStream, ImportColumnGroup rootColumnGroup, int limit, JSONObject options, List<Exception> exceptions ) : void
com/google/refine/importers/tree/TreeImportingParserBase.parseOneFile:(Lcom/google/refine/model/Project;Lcom/google/refine/model/metadata/ProjectMetadata;Lcom/google/refine/importing/ImportingJob;Ljava/lang/String;Ljava/io/InputStream;Lcom/google/refine/importers/tree/ImportColumnGroup;ILorg/json/JSONObject;Ljava/util/List;)V
TreeImportingParserBase.parseOneFile ( Project project, ProjectMetadata metadata, ImportingJob job, String fileSource, Reader reader, ImportColumnGroup rootColumnGroup, int limit, JSONObject options, List<Exception> exceptions ) : void
com/google/refine/importers/tree/TreeImportingParserBase.parseOneFile:(Lcom/google/refine/model/Project;Lcom/google/refine/model/metadata/ProjectMetadata;Lcom/google/refine/importing/ImportingJob;Ljava/lang/String;Ljava/io/Reader;Lcom/google/refine/importers/tree/ImportColumnGroup;ILorg/json/JSONObject;Ljava/util/List;)V
TreeImportingParserBase.parseOneFile ( Project project, ProjectMetadata metadata, ImportingJob job, String fileSource, TreeReader treeParser, ImportColumnGroup rootColumnGroup, int limit, JSONObject options, List<Exception> exceptions ) : void
com/google/refine/importers/tree/TreeImportingParserBase.parseOneFile:(Lcom/google/refine/model/Project;Lcom/google/refine/model/metadata/ProjectMetadata;Lcom/google/refine/importing/ImportingJob;Ljava/lang/String;Lcom/google/refine/importers/tree/TreeReader;Lcom/google/refine/importers/tree/ImportColumnGroup;ILorg/json/JSONObject;Ljava/util/List;)V
openrefine-3.1.jar,
Trim.class
package com.google.refine.expr.functions.strings
Trim.write ( JSONWriter writer, Properties options ) : void
com/google/refine/expr/functions/strings/Trim.write:(Lorg/json/JSONWriter;Ljava/util/Properties;)V
openrefine-3.1.jar,
Type.class
package com.google.refine.expr.functions
Type.write ( JSONWriter writer, Properties options ) : void
com/google/refine/expr/functions/Type.write:(Lorg/json/JSONWriter;Ljava/util/Properties;)V
openrefine-3.1.jar,
TypeorFormatError.class
package com.google.refine.model.metadata.validator.checks
TypeorFormatError.checkCell ( Cell cell ) : boolean
com/google/refine/model/metadata/validator/checks/TypeorFormatError.checkCell:(Lcom/google/refine/model/Cell;)Z
TypeorFormatError.customizedFormat ( ) : void
com/google/refine/model/metadata/validator/checks/TypeorFormatError.customizedFormat:()V
TypeorFormatError.TypeorFormatError ( Project project, int cellIndex, JSONObject options )
com/google/refine/model/metadata/validator/checks/TypeorFormatError."<init>":(Lcom/google/refine/model/Project;ILorg/json/JSONObject;)V
openrefine-3.1.jar,
Unescape.class
package com.google.refine.expr.functions.strings
Unescape.write ( JSONWriter writer, Properties options ) : void
com/google/refine/expr/functions/strings/Unescape.write:(Lorg/json/JSONWriter;Ljava/util/Properties;)V
openrefine-3.1.jar,
Unicode.class
package com.google.refine.expr.functions.strings
Unicode.write ( JSONWriter writer, Properties options ) : void
com/google/refine/expr/functions/strings/Unicode.write:(Lorg/json/JSONWriter;Ljava/util/Properties;)V
openrefine-3.1.jar,
UnicodeType.class
package com.google.refine.expr.functions.strings
UnicodeType.write ( JSONWriter writer, Properties options ) : void
com/google/refine/expr/functions/strings/UnicodeType.write:(Lorg/json/JSONWriter;Ljava/util/Properties;)V
openrefine-3.1.jar,
UniqueConstraint.class
package com.google.refine.model.metadata.validator.checks
UniqueConstraint.UniqueConstraint ( Project project, int cellIndex, JSONObject options )
com/google/refine/model/metadata/validator/checks/UniqueConstraint."<init>":(Lcom/google/refine/model/Project;ILorg/json/JSONObject;)V
openrefine-3.1.jar,
Uniques.class
package com.google.refine.expr.functions.arrays
Uniques.write ( JSONWriter writer, Properties options ) : void
com/google/refine/expr/functions/arrays/Uniques.write:(Lorg/json/JSONWriter;Ljava/util/Properties;)V
openrefine-3.1.jar,
UrlRewriter.class
package com.google.refine.importing
UrlRewriter.filter ( String p1 ) [abstract] : boolean
com/google/refine/importing/UrlRewriter.filter:(Ljava/lang/String;)Z
UrlRewriter.rewrite ( String p1 ) [abstract] : List<UrlRewriter.Result>
com/google/refine/importing/UrlRewriter.rewrite:(Ljava/lang/String;)Ljava/util/List;
openrefine-3.1.jar,
ValidateOperation.class
package com.google.refine.model.metadata.validator
ValidateOperation.startProcess ( ) : JSONObject
com/google/refine/model/metadata/validator/ValidateOperation.startProcess:()Lorg/json/JSONObject;
ValidateOperation.ValidateOperation ( Project project, JSONObject options )
com/google/refine/model/metadata/validator/ValidateOperation."<init>":(Lcom/google/refine/model/Project;Lorg/json/JSONObject;)V
ValidateOperation.write ( JSONWriter writer, Properties options ) : void
com/google/refine/model/metadata/validator/ValidateOperation.write:(Lorg/json/JSONWriter;Ljava/util/Properties;)V
openrefine-3.1.jar,
ValidateSchemaCommand.class
package com.google.refine.commands.project
ValidateSchemaCommand.doPost ( HttpServletRequest request, HttpServletResponse response ) : void
com/google/refine/commands/project/ValidateSchemaCommand.doPost:(Ljavax/servlet/http/HttpServletRequest;Ljavax/servlet/http/HttpServletResponse;)V
ValidateSchemaCommand.ValidateSchemaCommand ( )
com/google/refine/commands/project/ValidateSchemaCommand."<init>":()V
openrefine-3.1.jar,
Validator.class
package com.google.refine.model.metadata.validator.checks
Validator.addError ( JSONObject p1 ) [abstract] : void
com/google/refine/model/metadata/validator/checks/Validator.addError:(Lorg/json/JSONObject;)V
Validator.checkCell ( Cell p1 ) [abstract] : boolean
com/google/refine/model/metadata/validator/checks/Validator.checkCell:(Lcom/google/refine/model/Cell;)Z
Validator.customizedFormat ( ) [abstract] : void
com/google/refine/model/metadata/validator/checks/Validator.customizedFormat:()V
Validator.filter ( Cell p1 ) [abstract] : boolean
com/google/refine/model/metadata/validator/checks/Validator.filter:(Lcom/google/refine/model/Cell;)Z
Validator.formatErrorMessage ( Cell p1, int p2 ) [abstract] : JSONObject
com/google/refine/model/metadata/validator/checks/Validator.formatErrorMessage:(Lcom/google/refine/model/Cell;I)Lorg/json/JSONObject;
Validator.validate ( ) [abstract] : JSONArray
com/google/refine/model/metadata/validator/checks/Validator.validate:()Lorg/json/JSONArray;
openrefine-3.1.jar,
ValidatorConfig.class
package com.google.refine.model.metadata.validator
ValidatorConfig.ValidatorConfig ( )
com/google/refine/model/metadata/validator/ValidatorConfig."<init>":()V
openrefine-3.1.jar,
ValidatorExceptions.class
package com.google.refine.model.metadata.validator
ValidatorExceptions.ValidatorExceptions ( )
com/google/refine/model/metadata/validator/ValidatorExceptions."<init>":()V
openrefine-3.1.jar,
ValidatorInspector.class
package com.google.refine.model.metadata.validator
ValidatorInspector.inspect ( Project project, JSONObject options ) [static] : JSONObject
com/google/refine/model/metadata/validator/ValidatorInspector.inspect:(Lcom/google/refine/model/Project;Lorg/json/JSONObject;)Lorg/json/JSONObject;
ValidatorInspector.ValidatorInspector ( )
com/google/refine/model/metadata/validator/ValidatorInspector."<init>":()V
openrefine-3.1.jar,
ValidatorRegistry.class
package com.google.refine.model.metadata.validator
ValidatorRegistry.getConstraintHandlersMap ( ) : Map<String,Class>
com/google/refine/model/metadata/validator/ValidatorRegistry.getConstraintHandlersMap:()Ljava/util/Map;
ValidatorRegistry.getInstance ( ) [static] : ValidatorRegistry
com/google/refine/model/metadata/validator/ValidatorRegistry.getInstance:()Lcom/google/refine/model/metadata/validator/ValidatorRegistry;
openrefine-3.1.jar,
ValidatorSpec.class
package com.google.refine.model.metadata.validator
ValidatorSpec.getInstance ( ) [static] : ValidatorSpec
com/google/refine/model/metadata/validator/ValidatorSpec.getInstance:()Lcom/google/refine/model/metadata/validator/ValidatorSpec;
ValidatorSpec.getMessage ( String code ) : String
com/google/refine/model/metadata/validator/ValidatorSpec.getMessage:(Ljava/lang/String;)Ljava/lang/String;
openrefine-3.1.jar,
WikitextImporter.class
package com.google.refine.importers
WikitextImporter.parseOneFile ( Project project, ProjectMetadata metadata, ImportingJob job, String fileSource, Reader reader, int limit, JSONObject options, List<Exception> exceptions ) : void
com/google/refine/importers/WikitextImporter.parseOneFile:(Lcom/google/refine/model/Project;Lcom/google/refine/model/metadata/ProjectMetadata;Lcom/google/refine/importing/ImportingJob;Ljava/lang/String;Ljava/io/Reader;ILorg/json/JSONObject;Ljava/util/List;)V
openrefine-3.1.jar,
With.class
package com.google.refine.grel.controls
With.write ( JSONWriter writer, Properties options ) : void
com/google/refine/grel/controls/With.write:(Lorg/json/JSONWriter;Ljava/util/Properties;)V
openrefine-3.1.jar,
XmlAttr.class
package com.google.refine.expr.functions.xml
XmlAttr.write ( JSONWriter writer, Properties options ) : void
com/google/refine/expr/functions/xml/XmlAttr.write:(Lorg/json/JSONWriter;Ljava/util/Properties;)V
openrefine-3.1.jar,
XmlImporter.class
package com.google.refine.importers
XmlImporter.parseOneFile ( Project project, ProjectMetadata metadata, ImportingJob job, String fileSource, InputStream inputStream, ImportColumnGroup rootColumnGroup, int limit, JSONObject options, List<Exception> exceptions ) : void
com/google/refine/importers/XmlImporter.parseOneFile:(Lcom/google/refine/model/Project;Lcom/google/refine/model/metadata/ProjectMetadata;Lcom/google/refine/importing/ImportingJob;Ljava/lang/String;Ljava/io/InputStream;Lcom/google/refine/importers/tree/ImportColumnGroup;ILorg/json/JSONObject;Ljava/util/List;)V
openrefine-3.1.jar,
XmlText.class
package com.google.refine.expr.functions.xml
XmlText.write ( JSONWriter writer, Properties options ) : void
com/google/refine/expr/functions/xml/XmlText.write:(Lorg/json/JSONWriter;Ljava/util/Properties;)V
openrefine-3.1.jar,
Xor.class
package com.google.refine.expr.functions.booleans
Xor.write ( JSONWriter writer, Properties options ) : void
com/google/refine/expr/functions/booleans/Xor.write:(Lorg/json/JSONWriter;Ljava/util/Properties;)V
to the top
Problems with Data Types, High Severity 126
openrefine-3.1.jar
package com.google.refine
[+] class ProjectManager 3
| Change | Effect |
---|
1 |
Abstract method void saveMetadata ( ProjectMetadata, long ) has been added to this class. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method saveMetadata ( ProjectMetadata, long ) in ProjectManager. |
2 |
Type of field _projectsMetadata has been changed from java.util.Map<java.lang.Long,model.metadata.ProjectMetadata> to java.util.Map<java.lang.Long,ProjectMetadata>. |
Recompilation of a client program may be terminated with the message: incompatible types, found: java.util.Map<java.lang.Long,model.metadata.ProjectMetadata>, required: java.util.Map<java.lang.Long,ProjectMetadata>. |
3 |
Abstract method void saveMetadata ( IMetadata, long ) has been removed from this class. |
Recompilation of a client program may be terminated with the message: cannot find method saveMetadata ( IMetadata, long ) in class ProjectManager. |
[+] affected methods: 26 (0.8%)
ProjectManager.ProjectManager ( )This constructor is from 'ProjectManager' abstract class.
ProjectManager.addLatestExpression ( String s )This method is from 'ProjectManager' abstract class.
ProjectManager.deleteProject ( long p1 )This abstract method is from 'ProjectManager' abstract class.
ProjectManager.deleteProject ( Project project )This method is from 'ProjectManager' abstract class.
ProjectManager.dispose ( )This method is from 'ProjectManager' abstract class.
ProjectManager.disposeUnmodifiedProjects ( )This method is from 'ProjectManager' abstract class.
ProjectManager.ensureProjectSaved ( long id )This method is from 'ProjectManager' abstract class.
ProjectManager.exportProject ( long p1, TarOutputStream p2 )This abstract method is from 'ProjectManager' abstract class.
ProjectManager.getAllProjectMetadata ( )This method is from 'ProjectManager' abstract class.
ProjectManager.getAllProjectTags ( )This method is from 'ProjectManager' abstract class.
...
[+] interface Jsonizable 1
| Change | Effect |
---|
1 |
This interface has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class Jsonizable. |
[+] affected methods: 1 (0.03%)
Jsonizable.write ( JSONWriter p1, Properties p2 )This abstract method is from 'Jsonizable' interface.
openrefine-3.1.jar
package com.google.refine.browsing
[+] class DecoratedValue 1
| Change | Effect |
---|
1 |
Removed super-interface com.google.refine.Jsonizable. |
Recompilation of a client program may be terminated with the message: cannot find method in class DecoratedValue. |
[+] affected methods: 3 (0.1%)
DecoratedValue.DecoratedValue ( Object value, String label )This constructor is from 'DecoratedValue' class.
facets.NominalFacetChoice.NominalFacetChoice ( DecoratedValue decoratedValue )1st parameter 'decoratedValue' of this method is of type 'DecoratedValue'.
util.ExpressionNominalValueGrouper.IndexedNominalFacetChoice.ExpressionNominalValueGrouper.IndexedNominalFacetChoice ( DecoratedValue decoratedValue, int latestIndex )1st parameter 'decoratedValue' of this method is of type 'DecoratedValue'.
[+] class Engine 1
| Change | Effect |
---|
1 |
Removed super-interface com.google.refine.Jsonizable. |
Recompilation of a client program may be terminated with the message: cannot find method in class Engine. |
[+] affected methods: 31 (0.9%)
Engine.Engine ( Project project )This constructor is from 'Engine' class.
Engine.computeFacets ( )This method is from 'Engine' class.
Engine.getAllFilteredRows ( )This method is from 'Engine' class.
Engine.getAllRecords ( )This method is from 'Engine' class.
Engine.getAllRows ( )This method is from 'Engine' class.
Engine.getFilteredRecords ( )This method is from 'Engine' class.
Engine.getFilteredRecords ( Facet except )This method is from 'Engine' class.
Engine.getFilteredRows ( Facet except )This method is from 'Engine' class.
Engine.getMode ( )This method is from 'Engine' class.
Engine.initializeFromConfig ( EngineConfig config )This method is from 'Engine' class.
...
[+] class EngineConfig 1
| Change | Effect |
---|
1 |
Removed super-interface com.google.refine.Jsonizable. |
Recompilation of a client program may be terminated with the message: cannot find method in class EngineConfig. |
[+] affected methods: 86 (2.6%)
Engine.Engine ( Project project )Field 'this._config' in the object of this method is of type 'EngineConfig'.
Engine.computeFacets ( )Field 'this._config' in the object of this method is of type 'EngineConfig'.
Engine.getAllFilteredRows ( )Field 'this._config' in the object of this method is of type 'EngineConfig'.
Engine.getAllRecords ( )Field 'this._config' in the object of this method is of type 'EngineConfig'.
Engine.getAllRows ( )Field 'this._config' in the object of this method is of type 'EngineConfig'.
Engine.getFilteredRecords ( )Field 'this._config' in the object of this method is of type 'EngineConfig'.
Engine.getFilteredRecords ( Facet except )Field 'this._config' in the object of this method is of type 'EngineConfig'.
Engine.getFilteredRows ( Facet except )Field 'this._config' in the object of this method is of type 'EngineConfig'.
Engine.getMode ( )Field 'this._config' in the object of this method is of type 'EngineConfig'.
Engine.initializeFromConfig ( EngineConfig config )1st parameter 'config' of this method is of type 'EngineConfig'.
...
openrefine-3.1.jar
package com.google.refine.browsing.facets
[+] class ListFacet 3
| Change | Effect |
---|
1 |
Field _booleanCount of type int has been removed from this class. |
Recompilation of a client program may be terminated with the message: cannot find variable _booleanCount in ListFacet. |
2 |
Field _datetimeCount of type int has been removed from this class. |
Recompilation of a client program may be terminated with the message: cannot find variable _datetimeCount in ListFacet. |
3 |
Field _numberCount of type int has been removed from this class. |
Recompilation of a client program may be terminated with the message: cannot find variable _numberCount in ListFacet. |
[+] affected methods: 9 (0.3%)
ListFacet.ListFacet ( )This constructor is from 'ListFacet' class.
ListFacet.computeChoices ( Project project, FilteredRecords filteredRecords )This method is from 'ListFacet' class.
ListFacet.computeChoices ( Project project, FilteredRows filteredRows )This method is from 'ListFacet' class.
ListFacet.createMatches ( )This method is from 'ListFacet' class.
ListFacet.getLimit ( )This method is from 'ListFacet' class.
ListFacet.getRecordFilter ( Project project )This method is from 'ListFacet' class.
ListFacet.getRowFilter ( Project project )This method is from 'ListFacet' class.
ListFacet.initializeFromConfig ( ListFacet.ListFacetConfig config, Project project )This method is from 'ListFacet' class.
ListFacet.postProcessGrouper ( ExpressionNominalValueGrouper grouper )This method is from 'ListFacet' class.
[+] class ListFacet.ListFacetConfig 3
| Change | Effect |
---|
1 |
Field selectBoolean of type boolean has been removed from this class. |
Recompilation of a client program may be terminated with the message: cannot find variable selectBoolean in ListFacet.ListFacetConfig. |
2 |
Field selectDateTime of type boolean has been removed from this class. |
Recompilation of a client program may be terminated with the message: cannot find variable selectDateTime in ListFacet.ListFacetConfig. |
3 |
Field selectNumber of type boolean has been removed from this class. |
Recompilation of a client program may be terminated with the message: cannot find variable selectNumber in ListFacet.ListFacetConfig. |
[+] affected methods: 3 (0.1%)
ListFacet.initializeFromConfig ( ListFacet.ListFacetConfig config, Project project )1st parameter 'config' of this method is of type 'ListFacet.ListFacetConfig'.
ListFacet.ListFacetConfig.ListFacet.ListFacetConfig ( )This constructor is from 'ListFacet.ListFacetConfig' class.
ListFacet.ListFacetConfig.apply ( Project project )This method is from 'ListFacet.ListFacetConfig' class.
[+] class NominalFacetChoice 1
| Change | Effect |
---|
1 |
Removed super-interface com.google.refine.Jsonizable. |
Recompilation of a client program may be terminated with the message: cannot find method in class NominalFacetChoice. |
[+] affected methods: 1 (0.03%)
NominalFacetChoice.NominalFacetChoice ( DecoratedValue decoratedValue )This constructor is from 'NominalFacetChoice' class.
[+] class ScatterplotFacet.ScatterplotFacetConfig 2
| Change | Effect |
---|
1 |
Field color of type java.awt.Color has been removed from this class. |
Recompilation of a client program may be terminated with the message: cannot find variable color in ScatterplotFacet.ScatterplotFacetConfig. |
2 |
Field selected of type boolean has been removed from this class. |
Recompilation of a client program may be terminated with the message: cannot find variable selected in ScatterplotFacet.ScatterplotFacetConfig. |
[+] affected methods: 5 (0.1%)
ScatterplotFacet.initializeFromConfig ( ScatterplotFacet.ScatterplotFacetConfig configuration, Project project )1st parameter 'configuration' of this method is of type 'ScatterplotFacet.ScatterplotFacetConfig'.
ScatterplotFacet.ScatterplotFacetConfig.ScatterplotFacet.ScatterplotFacetConfig ( )This constructor is from 'ScatterplotFacet.ScatterplotFacetConfig' class.
ScatterplotFacet.ScatterplotFacetConfig.apply ( Project p1 )This method is from 'ScatterplotFacet.ScatterplotFacetConfig' class.
ScatterplotFacet.ScatterplotFacetConfig.apply ( Project project )This method is from 'ScatterplotFacet.ScatterplotFacetConfig' class.
ScatterplotFacet.ScatterplotFacetConfig.getRotation ( String rotation )This method is from 'ScatterplotFacet.ScatterplotFacetConfig' class.
[+] class TimeRangeFacet.TimeRangeFacetConfig 1
| Change | Effect |
---|
1 |
Field _selected of type boolean has been removed from this class. |
Recompilation of a client program may be terminated with the message: cannot find variable _selected in TimeRangeFacet.TimeRangeFacetConfig. |
[+] affected methods: 12 (0.4%)
TimeRangeFacet.TimeRangeFacet ( )Field 'this._config' in the object of this method is of type 'TimeRangeFacet.TimeRangeFacetConfig'.
TimeRangeFacet.computeChoices ( Project project, FilteredRecords filteredRecords )Field 'this._config' in the object of this method is of type 'TimeRangeFacet.TimeRangeFacetConfig'.
TimeRangeFacet.computeChoices ( Project project, FilteredRows filteredRows )Field 'this._config' in the object of this method is of type 'TimeRangeFacet.TimeRangeFacetConfig'.
TimeRangeFacet.getRecordFilter ( Project project )Field 'this._config' in the object of this method is of type 'TimeRangeFacet.TimeRangeFacetConfig'.
TimeRangeFacet.getRowEvaluable ( Project project )Field 'this._config' in the object of this method is of type 'TimeRangeFacet.TimeRangeFacetConfig'.
TimeRangeFacet.getRowFilter ( Project project )Field 'this._config' in the object of this method is of type 'TimeRangeFacet.TimeRangeFacetConfig'.
TimeRangeFacet.initializeFromConfig ( TimeRangeFacet.TimeRangeFacetConfig config, Project project )1st parameter 'config' of this method is of type 'TimeRangeFacet.TimeRangeFacetConfig'.
TimeRangeFacet.retrieveDataFromBaseBinIndex ( TimeBinIndex index )Field 'this._config' in the object of this method is of type 'TimeRangeFacet.TimeRangeFacetConfig'.
TimeRangeFacet.retrieveDataFromBinner ( ExpressionTimeValueBinner binner )Field 'this._config' in the object of this method is of type 'TimeRangeFacet.TimeRangeFacetConfig'.
TimeRangeFacet.TimeRangeFacetConfig.TimeRangeFacet.TimeRangeFacetConfig ( )This constructor is from 'TimeRangeFacet.TimeRangeFacetConfig' class.
...
[+] interface Facet 1
| Change | Effect |
---|
1 |
Removed super-interface com.google.refine.Jsonizable. |
Recompilation of a client program may be terminated with the message: cannot find method in interface Facet. |
[+] affected methods: 12 (0.4%)
com.google.refine.browsing.Engine.getFilteredRecords ( Facet except )1st parameter 'except' of this method is of type 'Facet'.
com.google.refine.browsing.Engine.getFilteredRows ( Facet except )1st parameter 'except' of this method is of type 'Facet'.
Facet.computeChoices ( Project p1, FilteredRecords p2 )This abstract method is from 'Facet' interface.
Facet.computeChoices ( Project p1, FilteredRows p2 )This abstract method is from 'Facet' interface.
Facet.getRecordFilter ( Project p1 )This abstract method is from 'Facet' interface.
Facet.getRowFilter ( Project p1 )This abstract method is from 'Facet' interface.
FacetConfig.apply ( Project p1 )Return value of this abstract method is of type 'Facet'.
ListFacet.ListFacetConfig.apply ( Project project )Return value of this method is of type 'Facet'.
RangeFacet.RangeFacetConfig.apply ( Project p1 )Return value of this method is of type 'Facet'.
ScatterplotFacet.ScatterplotFacetConfig.apply ( Project p1 )Return value of this method is of type 'Facet'.
...
[+] interface FacetConfig 3
| Change | Effect |
---|
1 |
Abstract method String getJsonType ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getJsonType ( ) in FacetConfig. |
2 |
Abstract method void initializeFromJSON ( JSONObject ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method initializeFromJSON ( JSONObject ) in interface FacetConfig. |
3 |
Removed super-interface com.google.refine.Jsonizable. |
Recompilation of a client program may be terminated with the message: cannot find method in interface FacetConfig. |
[+] affected methods: 1 (0.03%)
FacetConfig.apply ( Project p1 )This abstract method is from 'FacetConfig' interface.
openrefine-3.1.jar
package com.google.refine.browsing.filters
[+] class ExpressionEqualRowFilter 3
| Change | Effect |
---|
1 |
Field _selectBoolean of type boolean has been removed from this class. |
Recompilation of a client program may be terminated with the message: cannot find variable _selectBoolean in ExpressionEqualRowFilter. |
2 |
Field _selectDateTime of type boolean has been removed from this class. |
Recompilation of a client program may be terminated with the message: cannot find variable _selectDateTime in ExpressionEqualRowFilter. |
3 |
Field _selectNumber of type boolean has been removed from this class. |
Recompilation of a client program may be terminated with the message: cannot find variable _selectNumber in ExpressionEqualRowFilter. |
[+] affected methods: 5 (0.1%)
ExpressionEqualRowFilter.filterRow ( Project project, int rowIndex, Row row )This method is from 'ExpressionEqualRowFilter' class.
ExpressionEqualRowFilter.internalFilterRow ( Project project, int rowIndex, Row row )This method is from 'ExpressionEqualRowFilter' class.
ExpressionEqualRowFilter.internalInvertedFilterRow ( Project project, int rowIndex, Row row )This method is from 'ExpressionEqualRowFilter' class.
ExpressionEqualRowFilter.testValue ( Object v )This method is from 'ExpressionEqualRowFilter' class.
ExpressionEqualRowFilter.testValue ( Object v, Object match )This method is from 'ExpressionEqualRowFilter' class.
openrefine-3.1.jar
package com.google.refine.browsing.util
[+] class ExpressionNominalValueGrouper 6
| Change | Effect |
---|
1 |
Field booleanCount of type int has been removed from this class. |
Recompilation of a client program may be terminated with the message: cannot find variable booleanCount in ExpressionNominalValueGrouper. |
2 |
Field datetimeCount of type int has been removed from this class. |
Recompilation of a client program may be terminated with the message: cannot find variable datetimeCount in ExpressionNominalValueGrouper. |
3 |
Field hasBoolean of type boolean has been removed from this class. |
Recompilation of a client program may be terminated with the message: cannot find variable hasBoolean in ExpressionNominalValueGrouper. |
4 |
Field hasDateTime of type boolean has been removed from this class. |
Recompilation of a client program may be terminated with the message: cannot find variable hasDateTime in ExpressionNominalValueGrouper. |
5 |
Field hasNumber of type boolean has been removed from this class. |
Recompilation of a client program may be terminated with the message: cannot find variable hasNumber in ExpressionNominalValueGrouper. |
6 |
Field numberCount of type int has been removed from this class. |
Recompilation of a client program may be terminated with the message: cannot find variable numberCount in ExpressionNominalValueGrouper. |
[+] affected methods: 12 (0.4%)
com.google.refine.browsing.facets.ListFacet.postProcessGrouper ( ExpressionNominalValueGrouper grouper )1st parameter 'grouper' of this method is of type 'ExpressionNominalValueGrouper'.
ExpressionNominalValueGrouper.ExpressionNominalValueGrouper ( Evaluable evaluable, String columnName, int cellIndex )This constructor is from 'ExpressionNominalValueGrouper' class.
ExpressionNominalValueGrouper.end ( Project project )This method is from 'ExpressionNominalValueGrouper' class.
ExpressionNominalValueGrouper.evalRow ( Project project, int rowIndex, Row row, Properties bindings )This method is from 'ExpressionNominalValueGrouper' class.
ExpressionNominalValueGrouper.getChoiceCountRowEvaluable ( )This method is from 'ExpressionNominalValueGrouper' class.
ExpressionNominalValueGrouper.getChoiceValueCount ( Object choiceValue )This method is from 'ExpressionNominalValueGrouper' class.
ExpressionNominalValueGrouper.getChoiceValueCountMultiple ( Object value )This method is from 'ExpressionNominalValueGrouper' class.
ExpressionNominalValueGrouper.processValue ( Object value, int index )This method is from 'ExpressionNominalValueGrouper' class.
ExpressionNominalValueGrouper.start ( Project project )This method is from 'ExpressionNominalValueGrouper' class.
ExpressionNominalValueGrouper.visit ( Project project, int rowIndex, Row row )This method is from 'ExpressionNominalValueGrouper' class.
...
openrefine-3.1.jar
package com.google.refine.clustering
[+] class Clusterer 1
| Change | Effect |
---|
1 |
Removed super-interface com.google.refine.Jsonizable. |
Recompilation of a client program may be terminated with the message: cannot find method in class Clusterer. |
[+] affected methods: 6 (0.2%)
binning.BinningClusterer.BinningClustererConfig.apply ( Project p1 )Return value of this method is of type 'Clusterer'.
Clusterer.Clusterer ( )This constructor is from 'Clusterer' abstract class.
Clusterer.computeClusters ( Engine p1 )This abstract method is from 'Clusterer' abstract class.
Clusterer.initializeFromConfig ( Project project, ClustererConfig c )This method is from 'Clusterer' abstract class.
ClustererConfig.apply ( Project p1 )Return value of this abstract method is of type 'Clusterer'.
knn.kNNClusterer.kNNClustererConfig.apply ( Project p1 )Return value of this method is of type 'Clusterer'.
[+] class ClustererConfig 2
| Change | Effect |
---|
1 |
Abstract method String getType ( ) has been added to this class. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getType ( ) in ClustererConfig. |
2 |
Removed super-interface com.google.refine.Jsonizable. |
Recompilation of a client program may be terminated with the message: cannot find method in class ClustererConfig. |
[+] affected methods: 4 (0.1%)
Clusterer.initializeFromConfig ( Project project, ClustererConfig c )2nd parameter 'c' of this method is of type 'ClustererConfig'.
ClustererConfig.ClustererConfig ( )This constructor is from 'ClustererConfig' abstract class.
ClustererConfig.apply ( Project p1 )This abstract method is from 'ClustererConfig' abstract class.
ClustererConfig.getColumnName ( )This method is from 'ClustererConfig' abstract class.
openrefine-3.1.jar
package com.google.refine.clustering.binning
[+] class BinningClusterer 1
| Change | Effect |
---|
1 |
Field _keyers of type java.util.Map<java.lang.String,Keyer> has been removed from this class. |
Recompilation of a client program may be terminated with the message: cannot find variable _keyers in BinningClusterer. |
[+] affected methods: 4 (0.1%)
BinningClusterer.BinningClusterer ( )This constructor is from 'BinningClusterer' class.
BinningClusterer.BinningClustererConfig.apply ( Project project )Return value of this method is of type 'BinningClusterer'.
BinningClusterer.computeClusters ( Engine engine )This method is from 'BinningClusterer' class.
BinningClusterer.initializeFromConfig ( Project project, BinningClusterer.BinningClustererConfig config )This method is from 'BinningClusterer' class.
[+] class BinningClusterer.BinningParameters 1
| Change | Effect |
---|
1 |
Removed super-interface com.google.refine.Jsonizable. |
Recompilation of a client program may be terminated with the message: cannot find method in class BinningClusterer.BinningParameters. |
[+] affected methods: 6 (0.2%)
BinningClusterer.BinningClusterer ( )Field 'this._parameters' in the object of this method is of type 'BinningClusterer.BinningParameters'.
BinningClusterer.BinningClustererConfig.apply ( Project project )Field 'retval._parameters' in the return value of this method is of type 'BinningClusterer.BinningParameters'.
BinningClusterer.BinningClustererConfig.getParameters ( )Return value of this method is of type 'BinningClusterer.BinningParameters'.
BinningClusterer.BinningParameters.BinningClusterer.BinningParameters ( )This constructor is from 'BinningClusterer.BinningParameters' class.
BinningClusterer.computeClusters ( Engine engine )Field 'this._parameters' in the object of this method is of type 'BinningClusterer.BinningParameters'.
BinningClusterer.initializeFromConfig ( Project project, BinningClusterer.BinningClustererConfig config )Field 'this._parameters' in the object of this method is of type 'BinningClusterer.BinningParameters'.
openrefine-3.1.jar
package com.google.refine.clustering.knn
[+] class kNNClusterer 1
| Change | Effect |
---|
1 |
Field _distances of type java.util.Map<java.lang.String,edu.mit.simile.vicino.distances.Distance> has been removed from this class. |
Recompilation of a client program may be terminated with the message: cannot find variable _distances in kNNClusterer. |
[+] affected methods: 4 (0.1%)
kNNClusterer.kNNClusterer ( )This constructor is from 'kNNClusterer' class.
kNNClusterer.computeClusters ( Engine engine )This method is from 'kNNClusterer' class.
kNNClusterer.initializeFromConfig ( Project project, kNNClusterer.kNNClustererConfig config )This method is from 'kNNClusterer' class.
kNNClusterer.kNNClustererConfig.apply ( Project project )Return value of this method is of type 'kNNClusterer'.
[+] class kNNClusterer.kNNClustererConfigParameters 1
| Change | Effect |
---|
1 |
Removed super-interface com.google.refine.Jsonizable. |
Recompilation of a client program may be terminated with the message: cannot find method in class kNNClusterer.kNNClustererConfigParameters. |
[+] affected methods: 2 (0.1%)
kNNClusterer.kNNClustererConfig.getParameters ( )Return value of this method is of type 'kNNClusterer.kNNClustererConfigParameters'.
kNNClusterer.kNNClustererConfigParameters.kNNClusterer.kNNClustererConfigParameters ( )This constructor is from 'kNNClusterer.kNNClustererConfigParameters' class.
openrefine-3.1.jar
package com.google.refine.commands.project
[+] class GetMetadataCommand 1
| Change | Effect |
---|
1 |
This class has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class GetMetadataCommand. |
[+] affected methods: 2 (0.1%)
GetMetadataCommand.GetMetadataCommand ( )This constructor is from 'GetMetadataCommand' class.
GetMetadataCommand.doGet ( HttpServletRequest request, HttpServletResponse response )This method is from 'GetMetadataCommand' class.
[+] class PackageProjectCommand 1
| Change | Effect |
---|
1 |
This class has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class PackageProjectCommand. |
[+] affected methods: 4 (0.1%)
PackageProjectCommand.PackageProjectCommand ( )This constructor is from 'PackageProjectCommand' class.
PackageProjectCommand.doPost ( HttpServletRequest request, HttpServletResponse response )This method is from 'PackageProjectCommand' class.
PackageProjectCommand.gzipTarToOutputStream ( Project project, OutputStream os )This method is from 'PackageProjectCommand' class.
PackageProjectCommand.tarToOutputStream ( Project project, OutputStream os )This method is from 'PackageProjectCommand' class.
[+] class ValidateSchemaCommand 1
| Change | Effect |
---|
1 |
This class has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class ValidateSchemaCommand. |
[+] affected methods: 2 (0.1%)
ValidateSchemaCommand.ValidateSchemaCommand ( )This constructor is from 'ValidateSchemaCommand' class.
ValidateSchemaCommand.doPost ( HttpServletRequest request, HttpServletResponse response )This method is from 'ValidateSchemaCommand' class.
openrefine-3.1.jar
package com.google.refine.exporters
[+] interface TabularSerializer 2
| Change | Effect |
---|
1 |
Abstract method void startFile ( JsonNode ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method startFile ( JsonNode ) in TabularSerializer. |
2 |
Abstract method void startFile ( JSONObject ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method startFile ( JSONObject ) in interface TabularSerializer. |
[+] affected methods: 3 (0.1%)
CustomizableTabularExporterUtilities.exportRows ( Project project, Engine engine, Properties params, TabularSerializer serializer )4th parameter 'serializer' of this method is of type 'TabularSerializer'.
TabularSerializer.addRow ( List<TabularSerializer.CellData> p1, boolean p2 )This abstract method is from 'TabularSerializer' interface.
TabularSerializer.endFile ( )This abstract method is from 'TabularSerializer' interface.
openrefine-3.1.jar
package com.google.refine.expr
[+] class EvalError 1
| Change | Effect |
---|
1 |
Removed super-interface com.google.refine.Jsonizable. |
Recompilation of a client program may be terminated with the message: cannot find method in class EvalError. |
[+] affected methods: 9 (0.3%)
EvalError.EvalError ( String message )This constructor is from 'EvalError' class.
EvalError.EvalError ( Throwable throwable )This constructor is from 'EvalError' class.
EvalError.toString ( )This method is from 'EvalError' class.
com.google.refine.sorting.BooleanCriterion.BooleanCriterion ( )Field 'this.s_error' in the object of this method is of type 'EvalError'.
com.google.refine.sorting.BooleanCriterion.createKeyMaker ( )Field 'this.s_error' in the object of this method is of type 'EvalError'.
com.google.refine.sorting.DateCriterion.DateCriterion ( )Field 'this.s_error' in the object of this method is of type 'EvalError'.
com.google.refine.sorting.DateCriterion.createKeyMaker ( )Field 'this.s_error' in the object of this method is of type 'EvalError'.
com.google.refine.sorting.NumberCriterion.NumberCriterion ( )Field 'this.s_error' in the object of this method is of type 'EvalError'.
com.google.refine.sorting.NumberCriterion.createKeyMaker ( )Field 'this.s_error' in the object of this method is of type 'EvalError'.
openrefine-3.1.jar
package com.google.refine.grel
[+] interface Control 3
| Change | Effect |
---|
1 |
Abstract method String getDescription ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getDescription ( ) in Control. |
2 |
Abstract method String getReturns ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getReturns ( ) in Control. |
3 |
Removed super-interface com.google.refine.Jsonizable. |
Recompilation of a client program may be terminated with the message: cannot find method in interface Control. |
[+] affected methods: 8 (0.2%)
ast.ControlCallExpr.ControlCallExpr ( Evaluable[ ] args, Control c )2nd parameter 'c' of this method is of type 'Control'.
ast.ControlCallExpr.evaluate ( Properties bindings )Field 'this._control' in the object of this method is of type 'Control'.
ast.ControlCallExpr.toString ( )Field 'this._control' in the object of this method is of type 'Control'.
Control.call ( Properties p1, Evaluable[ ] p2 )This abstract method is from 'Control' interface.
Control.checkArguments ( Evaluable[ ] p1 )This abstract method is from 'Control' interface.
ControlFunctionRegistry.getControl ( String name )Return value of this method is of type 'Control'.
ControlFunctionRegistry.getControlName ( Control f )1st parameter 'f' of this method is of type 'Control'.
ControlFunctionRegistry.registerControl ( String name, Control c )2nd parameter 'c' of this method is of type 'Control'.
[+] interface Function 3
| Change | Effect |
---|
1 |
Abstract method String getDescription ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getDescription ( ) in Function. |
2 |
Abstract method String getReturns ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getReturns ( ) in Function. |
3 |
Removed super-interface com.google.refine.Jsonizable. |
Recompilation of a client program may be terminated with the message: cannot find method in interface Function. |
[+] affected methods: 7 (0.2%)
ast.FunctionCallExpr.FunctionCallExpr ( Evaluable[ ] args, Function f )2nd parameter 'f' of this method is of type 'Function'.
ast.FunctionCallExpr.evaluate ( Properties bindings )Field 'this._function' in the object of this method is of type 'Function'.
ast.FunctionCallExpr.toString ( )Field 'this._function' in the object of this method is of type 'Function'.
ControlFunctionRegistry.getFunction ( String name )Return value of this method is of type 'Function'.
ControlFunctionRegistry.getFunctionName ( Function f )1st parameter 'f' of this method is of type 'Function'.
ControlFunctionRegistry.registerFunction ( String name, Function f )2nd parameter 'f' of this method is of type 'Function'.
Function.call ( Properties p1, Object[ ] p2 )This abstract method is from 'Function' interface.
openrefine-3.1.jar
package com.google.refine.history
[+] class History 1
| Change | Effect |
---|
1 |
Removed super-interface com.google.refine.Jsonizable. |
Recompilation of a client program may be terminated with the message: cannot find method in class History. |
[+] affected methods: 445 (13.3%)
com.google.refine.browsing.Engine.Engine ( Project project )Field 'project.history' in 1st parameter 'project' of this method is of type 'History'.
com.google.refine.browsing.Engine.computeFacets ( )Field 'this._project.history' in the object of this method is of type 'History'.
com.google.refine.browsing.Engine.getAllFilteredRows ( )Field 'this._project.history' in the object of this method is of type 'History'.
com.google.refine.browsing.Engine.getAllRecords ( )Field 'this._project.history' in the object of this method is of type 'History'.
com.google.refine.browsing.Engine.getAllRows ( )Field 'this._project.history' in the object of this method is of type 'History'.
com.google.refine.browsing.Engine.getFilteredRecords ( )Field 'this._project.history' in the object of this method is of type 'History'.
com.google.refine.browsing.Engine.getFilteredRecords ( Facet except )Field 'this._project.history' in the object of this method is of type 'History'.
com.google.refine.browsing.Engine.getFilteredRows ( Facet except )Field 'this._project.history' in the object of this method is of type 'History'.
com.google.refine.browsing.Engine.getMode ( )Field 'this._project.history' in the object of this method is of type 'History'.
com.google.refine.browsing.Engine.initializeFromConfig ( EngineConfig config )Field 'this._project.history' in the object of this method is of type 'History'.
...
[+] class HistoryEntry 1
| Change | Effect |
---|
1 |
Removed super-interface com.google.refine.Jsonizable. |
Recompilation of a client program may be terminated with the message: cannot find method in class HistoryEntry. |
[+] affected methods: 55 (1.6%)
History.addEntry ( HistoryEntry entry )1st parameter 'entry' of this method is of type 'HistoryEntry'.
History.getEntry ( long entryID )Return value of this method is of type 'HistoryEntry'.
HistoryEntry.HistoryEntry ( long id, long projectID, String description, AbstractOperation operation, OffsetDateTime time )This constructor is from 'HistoryEntry' class.
HistoryEntry.HistoryEntry ( long id, Project project, String description, AbstractOperation operation, Change change )This constructor is from 'HistoryEntry' class.
HistoryEntry.allocateID ( )This method is from 'HistoryEntry' class.
HistoryEntry.apply ( Project project )This method is from 'HistoryEntry' class.
HistoryEntry.delete ( )This method is from 'HistoryEntry' class.
HistoryEntry.getChange ( )This method is from 'HistoryEntry' class.
HistoryEntry.load ( Project project, String s )This method is from 'HistoryEntry' class.
HistoryEntry.revert ( Project project )This method is from 'HistoryEntry' class.
...
openrefine-3.1.jar
package com.google.refine.importing
[+] class ImportingJob 2
| Change | Effect |
---|
1 |
Type of field metadata has been changed from com.google.refine.model.metadata.ProjectMetadata to com.google.refine.ProjectMetadata. |
Recompilation of a client program may be terminated with the message: incompatible types, found: com.google.refine.model.metadata.ProjectMetadata, required: com.google.refine.ProjectMetadata. |
2 |
Removed super-interface com.google.refine.Jsonizable. |
Recompilation of a client program may be terminated with the message: cannot find method in class ImportingJob. |
[+] affected methods: 15 (0.4%)
com.google.refine.importers.ImporterUtilities.createMultiFileReadingProgress ( ImportingJob job, List<JSONObject> fileRecords )1st parameter 'job' of this method is of type 'ImportingJob'.
com.google.refine.importers.SeparatorBasedImporter.guessSeparator ( ImportingJob job, List<JSONObject> fileRecords )1st parameter 'job' of this method is of type 'ImportingJob'.
ImportingJob.ImportingJob ( long id, File dir )This constructor is from 'ImportingJob' class.
ImportingJob.dispose ( )This method is from 'ImportingJob' class.
ImportingJob.getRawDataDir ( )This method is from 'ImportingJob' class.
ImportingJob.getSelectedFileRecords ( )This method is from 'ImportingJob' class.
ImportingJob.prepareNewProject ( )This method is from 'ImportingJob' class.
ImportingJob.setError ( List<Exception> exceptions )This method is from 'ImportingJob' class.
ImportingJob.setProgress ( int percent, String message )This method is from 'ImportingJob' class.
ImportingJob.setProjectID ( long projectID )This method is from 'ImportingJob' class.
...
[+] interface ImportingParser 4
| Change | Effect |
---|
1 |
Abstract method void parse ( Project, ProjectMetadata, ImportingJob, List<ObjectNode>, String, int, ObjectNode, List<Exception> ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method parse ( Project, ProjectMetadata, ImportingJob, List<ObjectNode>, String, int, ObjectNode, List<Exception> ) in ImportingParser. |
2 |
Abstract method ObjectNode createParserUIInitializationData ( ImportingJob, List<ObjectNode>, String ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method createParserUIInitializationData ( ImportingJob, List<ObjectNode>, String ) in ImportingParser. |
3 |
Abstract method JSONObject createParserUIInitializationData ( ImportingJob, List<JSONObject>, String ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method createParserUIInitializationData ( ImportingJob, List<JSONObject>, String ) in interface ImportingParser. |
4 |
Abstract method void parse ( Project, ProjectMetadata, ImportingJob, List<JSONObject>, String, int, JSONObject, List<Exception> ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method parse ( Project, ProjectMetadata, ImportingJob, List<JSONObject>, String, int, JSONObject, List<Exception> ) in interface ImportingParser. |
[+] affected methods: 2 (0.1%)
ImportingManager.registerFormat ( String format, String label, String uiClass, ImportingParser parser )4th parameter 'parser' of this method is of type 'ImportingParser'.
ImportingManager.registerFormat ( String format, String label, boolean download, String uiClass, ImportingParser parser )5th parameter 'parser' of this method is of type 'ImportingParser'.
[+] interface UrlRewriter 3
| Change | Effect |
---|
1 |
Abstract method UrlRewriter.Result rewrite ( String ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method rewrite ( String ) in UrlRewriter. |
2 |
Abstract method boolean filter ( String ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method filter ( String ) in interface UrlRewriter. |
3 |
Abstract method List<UrlRewriter.Result> rewrite ( String ) has been removed from this interface. |
Recompilation of a client program may be terminated with the message: cannot find method rewrite ( String ) in interface UrlRewriter. |
[+] affected methods: 1 (0.03%)
ImportingManager.registerUrlRewriter ( UrlRewriter urlRewriter )1st parameter 'urlRewriter' of this method is of type 'UrlRewriter'.
openrefine-3.1.jar
package com.google.refine.model
[+] class AbstractOperation 1
| Change | Effect |
---|
1 |
Removed super-interface com.google.refine.Jsonizable. |
Recompilation of a client program may be terminated with the message: cannot find method in class AbstractOperation. |
[+] affected methods: 80 (2.4%)
com.google.refine.commands.cell.BlankDownCommand.createOperation ( Project project, HttpServletRequest request, EngineConfig engineConfig )Return value of this method is of type 'AbstractOperation'.
com.google.refine.commands.cell.FillDownCommand.createOperation ( Project project, HttpServletRequest request, EngineConfig engineConfig )Return value of this method is of type 'AbstractOperation'.
com.google.refine.commands.cell.MassEditCommand.createOperation ( Project project, HttpServletRequest request, EngineConfig engineConfig )Return value of this method is of type 'AbstractOperation'.
com.google.refine.commands.cell.TextTransformCommand.createOperation ( Project project, HttpServletRequest request, EngineConfig engineConfig )Return value of this method is of type 'AbstractOperation'.
com.google.refine.commands.column.AddColumnByFetchingURLsCommand.createOperation ( Project project, HttpServletRequest request, EngineConfig engineConfig )Return value of this method is of type 'AbstractOperation'.
com.google.refine.commands.column.AddColumnCommand.createOperation ( Project project, HttpServletRequest request, EngineConfig engineConfig )Return value of this method is of type 'AbstractOperation'.
com.google.refine.commands.column.ReorderColumnsCommand.createOperation ( Project project, HttpServletRequest request, EngineConfig engineConfig )Return value of this method is of type 'AbstractOperation'.
com.google.refine.commands.column.SplitColumnCommand.createOperation ( Project project, HttpServletRequest request, EngineConfig engineConfig )Return value of this method is of type 'AbstractOperation'.
com.google.refine.commands.EngineDependentCommand.createOperation ( Project p1, HttpServletRequest p2, EngineConfig p3 )Return value of this abstract method is of type 'AbstractOperation'.
com.google.refine.commands.recon.ExtendDataCommand.createOperation ( Project project, HttpServletRequest request, EngineConfig engineConfig )Return value of this method is of type 'AbstractOperation'.
...
[+] class Cell 1
| Change | Effect |
---|
1 |
Removed super-interface com.google.refine.Jsonizable. |
Recompilation of a client program may be terminated with the message: cannot find method in class Cell. |
[+] affected methods: 29 (0.9%)
com.google.refine.expr.Binder.bind ( Properties p1, Row p2, int p3, String p4, Cell p5 )5th parameter 'p5' of this abstract method is of type 'Cell'.
com.google.refine.expr.ExpressionUtils.bind ( Properties bindings, Row row, int rowIndex, String columnName, Cell cell )5th parameter 'cell' of this method is of type 'Cell'.
com.google.refine.expr.WrappedCell.WrappedCell ( Project project, String columnName, Cell cell )3rd parameter 'cell' of this method is of type 'Cell'.
com.google.refine.expr.WrappedCell.fieldAlsoHasFields ( String name )Field 'this.cell' in the object of this method is of type 'Cell'.
com.google.refine.expr.WrappedCell.getField ( String name, Properties bindings )Field 'this.cell' in the object of this method is of type 'Cell'.
com.google.refine.importers.ExcelImporter.extractCell ( Cell cell, Map<String,Recon> reconMap )Return value of this method is of type 'Cell'.
com.google.refine.importers.OdsImporter.extractCell ( OdfTableCell cell, Map<String,Recon> reconMap )Return value of this method is of type 'Cell'.
Cell.Cell ( Serializable value, Recon recon )This constructor is from 'Cell' class.
Cell.fieldAlsoHasFields ( String name )This method is from 'Cell' class.
Cell.getField ( String name, Properties bindings )This method is from 'Cell' class.
...
[+] class Column 1
| Change | Effect |
---|
1 |
Removed super-interface com.google.refine.Jsonizable. |
Recompilation of a client program may be terminated with the message: cannot find method in class Column. |
[+] affected methods: 66 (2%)
com.google.refine.browsing.facets.ScatterplotFacet.getBinIndex ( Project project, Column column, Evaluable eval, String expression )2nd parameter 'column' of this method is of type 'Column'.
com.google.refine.browsing.facets.ScatterplotFacet.getBinIndex ( Project project, Column column, Evaluable eval, String expression, String mode )2nd parameter 'column' of this method is of type 'Column'.
com.google.refine.commands.recon.GuessTypesOfColumnCommand.guessTypes ( Project project, Column column, String serviceUrl )2nd parameter 'column' of this method is of type 'Column'.
com.google.refine.importers.ImporterUtilities.getOrAllocateColumn ( Project project, List<String> currentFileColumnNames, int index, boolean hasOurOwnColumnNames )Return value of this method is of type 'Column'.
changes.ColumnRemovalChange.ColumnRemovalChange ( int index )Field 'this._oldColumn' in the object of this method is of type 'Column'.
changes.ColumnRemovalChange.apply ( Project project )Field 'this._oldColumn' in the object of this method is of type 'Column'.
changes.ColumnRemovalChange.load ( LineNumberReader reader, Pool pool )Field 'this._oldColumn' in the object of this method is of type 'Column'.
changes.ColumnRemovalChange.revert ( Project project )Field 'this._oldColumn' in the object of this method is of type 'Column'.
changes.ColumnRemovalChange.save ( Writer writer, Properties options )Field 'this._oldColumn' in the object of this method is of type 'Column'.
changes.ColumnSplitChange.ColumnSplitChange ( String columnName, List<String> columnNames, List<Integer> rowIndices, List<List<Serializable>> tuples, boolean removeOriginalColumn )Field 'this._column' in the object of this method is of type 'Column'.
...
[+] class ColumnGroup 1
| Change | Effect |
---|
1 |
Removed super-interface com.google.refine.Jsonizable. |
Recompilation of a client program may be terminated with the message: cannot find method in class ColumnGroup. |
[+] affected methods: 6 (0.2%)
ColumnGroup.ColumnGroup ( int startColumnIndex, int columnSpan, int keyColumnIndex )This constructor is from 'ColumnGroup' class.
ColumnGroup.contains ( ColumnGroup g )1st parameter 'g' of this method is of type 'ColumnGroup'.
ColumnGroup.internalInitialize ( )This method is from 'ColumnGroup' class.
ColumnGroup.load ( String s )This method is from 'ColumnGroup' class.
ColumnGroup.save ( Writer writer )This method is from 'ColumnGroup' class.
ColumnGroup.toString ( )This method is from 'ColumnGroup' class.
[+] class ColumnModel 1
| Change | Effect |
---|
1 |
Removed super-interface com.google.refine.Jsonizable. |
Recompilation of a client program may be terminated with the message: cannot find method in class ColumnModel. |
[+] affected methods: 451 (13.5%)
com.google.refine.browsing.Engine.Engine ( Project project )Field 'project.columnModel' in 1st parameter 'project' of this method is of type 'ColumnModel'.
com.google.refine.browsing.Engine.computeFacets ( )Field 'this._project.columnModel' in the object of this method is of type 'ColumnModel'.
com.google.refine.browsing.Engine.getAllFilteredRows ( )Field 'this._project.columnModel' in the object of this method is of type 'ColumnModel'.
com.google.refine.browsing.Engine.getAllRecords ( )Field 'this._project.columnModel' in the object of this method is of type 'ColumnModel'.
com.google.refine.browsing.Engine.getAllRows ( )Field 'this._project.columnModel' in the object of this method is of type 'ColumnModel'.
com.google.refine.browsing.Engine.getFilteredRecords ( )Field 'this._project.columnModel' in the object of this method is of type 'ColumnModel'.
com.google.refine.browsing.Engine.getFilteredRecords ( Facet except )Field 'this._project.columnModel' in the object of this method is of type 'ColumnModel'.
com.google.refine.browsing.Engine.getFilteredRows ( Facet except )Field 'this._project.columnModel' in the object of this method is of type 'ColumnModel'.
com.google.refine.browsing.Engine.getMode ( )Field 'this._project.columnModel' in the object of this method is of type 'ColumnModel'.
com.google.refine.browsing.Engine.initializeFromConfig ( EngineConfig config )Field 'this._project.columnModel' in the object of this method is of type 'ColumnModel'.
...
[+] class Recon 1
| Change | Effect |
---|
1 |
Removed super-interface com.google.refine.Jsonizable. |
Recompilation of a client program may be terminated with the message: cannot find method in class Recon. |
[+] affected methods: 51 (1.5%)
com.google.refine.expr.Binder.bind ( Properties p1, Row p2, int p3, String p4, Cell p5 )Field 'p5.recon' in 5th parameter 'p5' of this abstract method is of type 'Recon'.
com.google.refine.expr.ExpressionUtils.bind ( Properties bindings, Row row, int rowIndex, String columnName, Cell cell )Field 'cell.recon' in 5th parameter 'cell' of this method is of type 'Recon'.
com.google.refine.expr.WrappedCell.WrappedCell ( Project project, String columnName, Cell cell )Field 'cell.recon' in 3rd parameter 'cell' of this method is of type 'Recon'.
com.google.refine.expr.WrappedCell.fieldAlsoHasFields ( String name )Field 'this.cell.recon' in the object of this method is of type 'Recon'.
com.google.refine.expr.WrappedCell.getField ( String name, Properties bindings )Field 'this.cell.recon' in the object of this method is of type 'Recon'.
com.google.refine.importers.ExcelImporter.extractCell ( Cell cell, Map<String,Recon> reconMap )Field 'retval.recon' in the return value of this method is of type 'Recon'.
com.google.refine.importers.OdsImporter.extractCell ( OdfTableCell cell, Map<String,Recon> reconMap )Field 'retval.recon' in the return value of this method is of type 'Recon'.
Cell.Cell ( Serializable value, Recon recon )2nd parameter 'recon' of this method is of type 'Recon'.
Cell.fieldAlsoHasFields ( String name )Field 'this.recon' in the object of this method is of type 'Recon'.
Cell.getField ( String name, Properties bindings )Field 'this.recon' in the object of this method is of type 'Recon'.
...
[+] class ReconCandidate 1
| Change | Effect |
---|
1 |
Removed super-interface com.google.refine.Jsonizable. |
Recompilation of a client program may be terminated with the message: cannot find method in class ReconCandidate. |
[+] affected methods: 61 (1.8%)
com.google.refine.expr.Binder.bind ( Properties p1, Row p2, int p3, String p4, Cell p5 )Field 'p5.recon.match' in 5th parameter 'p5' of this abstract method is of type 'ReconCandidate'.
com.google.refine.expr.ExpressionUtils.bind ( Properties bindings, Row row, int rowIndex, String columnName, Cell cell )Field 'cell.recon.match' in 5th parameter 'cell' of this method is of type 'ReconCandidate'.
com.google.refine.expr.WrappedCell.WrappedCell ( Project project, String columnName, Cell cell )Field 'cell.recon.match' in 3rd parameter 'cell' of this method is of type 'ReconCandidate'.
com.google.refine.expr.WrappedCell.fieldAlsoHasFields ( String name )Field 'this.cell.recon.match' in the object of this method is of type 'ReconCandidate'.
com.google.refine.expr.WrappedCell.getField ( String name, Properties bindings )Field 'this.cell.recon.match' in the object of this method is of type 'ReconCandidate'.
com.google.refine.importers.ExcelImporter.extractCell ( Cell cell, Map<String,Recon> reconMap )Field 'retval.recon.match' in the return value of this method is of type 'ReconCandidate'.
com.google.refine.importers.OdsImporter.extractCell ( OdfTableCell cell, Map<String,Recon> reconMap )Field 'retval.recon.match' in the return value of this method is of type 'ReconCandidate'.
Cell.Cell ( Serializable value, Recon recon )Field 'recon.match' in 2nd parameter 'recon' of this method is of type 'ReconCandidate'.
Cell.fieldAlsoHasFields ( String name )Field 'this.recon.match' in the object of this method is of type 'ReconCandidate'.
Cell.getField ( String name, Properties bindings )Field 'this.recon.match' in the object of this method is of type 'ReconCandidate'.
...
[+] class ReconStats 1
| Change | Effect |
---|
1 |
Removed super-interface com.google.refine.Jsonizable. |
Recompilation of a client program may be terminated with the message: cannot find method in class ReconStats. |
[+] affected methods: 12 (0.4%)
changes.ReconChange.ReconChange ( CellChange[ ] cellChanges, String commonColumnName, ReconConfig newReconConfig, ReconStats newReconStats )4th parameter 'newReconStats' of this method is of type 'ReconStats'.
changes.ReconChange.ReconChange ( CellChange cellChange, String commonColumnName, ReconConfig newReconConfig, ReconStats newReconStats )4th parameter 'newReconStats' of this method is of type 'ReconStats'.
changes.ReconChange.ReconChange ( List<CellChange> cellChanges, String commonColumnName, ReconConfig newReconConfig, ReconStats newReconStats )4th parameter 'newReconStats' of this method is of type 'ReconStats'.
changes.ReconChange.apply ( Project project )Field 'this._newReconStats' in the object of this method is of type 'ReconStats'.
changes.ReconChange.load ( LineNumberReader reader, Pool pool )Field 'this._newReconStats' in the object of this method is of type 'ReconStats'.
changes.ReconChange.revert ( Project project )Field 'this._newReconStats' in the object of this method is of type 'ReconStats'.
changes.ReconChange.save ( Writer writer, Properties options )Field 'this._newReconStats' in the object of this method is of type 'ReconStats'.
Column.getReconStats ( )Return value of this method is of type 'ReconStats'.
Column.setReconStats ( ReconStats stats )1st parameter 'stats' of this method is of type 'ReconStats'.
ReconStats.ReconStats ( int nonBlanks, int newTopics, int matchedTopics )This constructor is from 'ReconStats' class.
...
[+] class ReconType 1
| Change | Effect |
---|
1 |
Removed super-interface com.google.refine.Jsonizable. |
Recompilation of a client program may be terminated with the message: cannot find method in class ReconType. |
[+] affected methods: 7 (0.2%)
recon.DataExtensionReconConfig.DataExtensionReconConfig ( String service, String identifierSpace, String schemaSpace, ReconType type )4th parameter 'type' of this method is of type 'ReconType'.
recon.DataExtensionReconConfig.batchRecon ( List<ReconJob> jobs, long historyEntryID )Field 'this.type' in the object of this method is of type 'ReconType'.
recon.DataExtensionReconConfig.createJob ( Project project, int rowIndex, Row row, String columnName, Cell cell )Field 'this.type' in the object of this method is of type 'ReconType'.
recon.DataExtensionReconConfig.getBatchSize ( )Field 'this.type' in the object of this method is of type 'ReconType'.
recon.DataExtensionReconConfig.getBriefDescription ( Project project, String columnName )Field 'this.type' in the object of this method is of type 'ReconType'.
recon.ReconciledDataExtensionJob.ColumnInfo.ReconciledDataExtensionJob.ColumnInfo ( String name, String id, ReconType expectedType )3rd parameter 'expectedType' of this method is of type 'ReconType'.
ReconType.ReconType ( String id, String name )This constructor is from 'ReconType' class.
[+] class RecordModel 1
| Change | Effect |
---|
1 |
Removed super-interface com.google.refine.Jsonizable. |
Recompilation of a client program may be terminated with the message: cannot find method in class RecordModel. |
[+] affected methods: 437 (13.1%)
com.google.refine.browsing.Engine.Engine ( Project project )Field 'project.recordModel' in 1st parameter 'project' of this method is of type 'RecordModel'.
com.google.refine.browsing.Engine.computeFacets ( )Field 'this._project.recordModel' in the object of this method is of type 'RecordModel'.
com.google.refine.browsing.Engine.getAllFilteredRows ( )Field 'this._project.recordModel' in the object of this method is of type 'RecordModel'.
com.google.refine.browsing.Engine.getAllRecords ( )Field 'this._project.recordModel' in the object of this method is of type 'RecordModel'.
com.google.refine.browsing.Engine.getAllRows ( )Field 'this._project.recordModel' in the object of this method is of type 'RecordModel'.
com.google.refine.browsing.Engine.getFilteredRecords ( )Field 'this._project.recordModel' in the object of this method is of type 'RecordModel'.
com.google.refine.browsing.Engine.getFilteredRecords ( Facet except )Field 'this._project.recordModel' in the object of this method is of type 'RecordModel'.
com.google.refine.browsing.Engine.getFilteredRows ( Facet except )Field 'this._project.recordModel' in the object of this method is of type 'RecordModel'.
com.google.refine.browsing.Engine.getMode ( )Field 'this._project.recordModel' in the object of this method is of type 'RecordModel'.
com.google.refine.browsing.Engine.initializeFromConfig ( EngineConfig config )Field 'this._project.recordModel' in the object of this method is of type 'RecordModel'.
...
[+] class Row 1
| Change | Effect |
---|
1 |
Removed super-interface com.google.refine.Jsonizable. |
Recompilation of a client program may be terminated with the message: cannot find method in class Row. |
[+] affected methods: 59 (1.8%)
com.google.refine.browsing.facets.ScatterplotDrawingRowVisitor.visit ( Project project, int rowIndex, Row row )3rd parameter 'row' of this method is of type 'Row'.
com.google.refine.browsing.filters.DualExpressionsNumberComparisonRowFilter.filterRow ( Project project, int rowIndex, Row row )3rd parameter 'row' of this method is of type 'Row'.
com.google.refine.browsing.filters.ExpressionEqualRowFilter.filterRow ( Project project, int rowIndex, Row row )3rd parameter 'row' of this method is of type 'Row'.
com.google.refine.browsing.filters.ExpressionEqualRowFilter.internalFilterRow ( Project project, int rowIndex, Row row )3rd parameter 'row' of this method is of type 'Row'.
com.google.refine.browsing.filters.ExpressionEqualRowFilter.internalInvertedFilterRow ( Project project, int rowIndex, Row row )3rd parameter 'row' of this method is of type 'Row'.
com.google.refine.browsing.filters.ExpressionNumberComparisonRowFilter.filterRow ( Project project, int rowIndex, Row row )3rd parameter 'row' of this method is of type 'Row'.
com.google.refine.browsing.filters.ExpressionStringComparisonRowFilter.filterRow ( Project project, int rowIndex, Row row )3rd parameter 'row' of this method is of type 'Row'.
com.google.refine.browsing.RowFilter.filterRow ( Project p1, int p2, Row p3 )3rd parameter 'p3' of this abstract method is of type 'Row'.
com.google.refine.browsing.RowVisitor.visit ( Project p1, int p2, Row p3 )3rd parameter 'p3' of this abstract method is of type 'Row'.
com.google.refine.browsing.util.ConjunctiveFilteredRows.matchRow ( Project project, int rowIndex, Row row )3rd parameter 'row' of this method is of type 'Row'.
...
[+] interface OverlayModel 1
| Change | Effect |
---|
1 |
Removed super-interface com.google.refine.Jsonizable. |
Recompilation of a client program may be terminated with the message: cannot find method in interface OverlayModel. |
[+] affected methods: 3 (0.1%)
OverlayModel.dispose ( Project p1 )This abstract method is from 'OverlayModel' interface.
OverlayModel.onAfterSave ( Project p1 )This abstract method is from 'OverlayModel' interface.
OverlayModel.onBeforeSave ( Project p1 )This abstract method is from 'OverlayModel' interface.
openrefine-3.1.jar
package com.google.refine.model.metadata
[+] class AbstractMetadata 1
| Change | Effect |
---|
1 |
This class has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class AbstractMetadata. |
[+] affected methods: 11 (0.3%)
AbstractMetadata.AbstractMetadata ( )This constructor is from 'AbstractMetadata' abstract class.
AbstractMetadata.getFormatName ( )This method is from 'AbstractMetadata' abstract class.
AbstractMetadata.getModified ( )This method is from 'AbstractMetadata' abstract class.
AbstractMetadata.isDirty ( )This method is from 'AbstractMetadata' abstract class.
AbstractMetadata.loadFromFile ( File p1 )This abstract method is from 'AbstractMetadata' abstract class.
AbstractMetadata.loadFromJSON ( JSONObject p1 )This abstract method is from 'AbstractMetadata' abstract class.
AbstractMetadata.propertyExists ( Object bean, String property )This method is from 'AbstractMetadata' abstract class.
AbstractMetadata.setFormatName ( MetadataFormat formatName )This method is from 'AbstractMetadata' abstract class.
AbstractMetadata.updateModified ( )This method is from 'AbstractMetadata' abstract class.
AbstractMetadata.write ( JSONWriter jsonWriter, boolean onlyIfDirty )This method is from 'AbstractMetadata' abstract class.
...
[+] class DataPackageMetadata 1
| Change | Effect |
---|
1 |
This class has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class DataPackageMetadata. |
[+] affected methods: 10 (0.3%)
DataPackageMetadata.DataPackageMetadata ( )This constructor is from 'DataPackageMetadata' class.
DataPackageMetadata.getJSON ( )This method is from 'DataPackageMetadata' class.
DataPackageMetadata.getPackage ( )This method is from 'DataPackageMetadata' class.
DataPackageMetadata.getResourcePaths ( )This method is from 'DataPackageMetadata' class.
DataPackageMetadata.loadFromFile ( File metadataFile )This method is from 'DataPackageMetadata' class.
DataPackageMetadata.loadFromJSON ( JSONObject obj )This method is from 'DataPackageMetadata' class.
DataPackageMetadata.loadFromStream ( InputStream inputStream )This method is from 'DataPackageMetadata' class.
DataPackageMetadata.validate ( )This method is from 'DataPackageMetadata' class.
DataPackageMetadata.write ( JSONWriter jsonWriter, Properties options )This method is from 'DataPackageMetadata' class.
DataPackageMetadata.writeToFile ( File metadataFile )This method is from 'DataPackageMetadata' class.
[+] class DataPackageUrlRewriter 1
| Change | Effect |
---|
1 |
This class has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class DataPackageUrlRewriter. |
[+] affected methods: 3 (0.1%)
DataPackageUrlRewriter.DataPackageUrlRewriter ( )This constructor is from 'DataPackageUrlRewriter' class.
DataPackageUrlRewriter.filter ( String url )This method is from 'DataPackageUrlRewriter' class.
DataPackageUrlRewriter.rewrite ( String url )This method is from 'DataPackageUrlRewriter' class.
[+] class MetadataFactory 1
| Change | Effect |
---|
1 |
This class has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class MetadataFactory. |
[+] affected methods: 4 (0.1%)
MetadataFactory.MetadataFactory ( )This constructor is from 'MetadataFactory' class.
MetadataFactory.buildDataPackageMetadata ( )This method is from 'MetadataFactory' class.
MetadataFactory.buildDataPackageMetadata ( Project project )This method is from 'MetadataFactory' class.
MetadataFactory.buildMetadata ( MetadataFormat format )This method is from 'MetadataFactory' class.
[+] class MetadataFormat 1
| Change | Effect |
---|
1 |
This class has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class MetadataFormat. |
[+] affected methods: 3 (0.1%)
MetadataFormat.toString ( )This method is from 'MetadataFormat' class.
MetadataFormat.valueOf ( String name )This method is from 'MetadataFormat' class.
MetadataFormat.values ( )This method is from 'MetadataFormat' class.
[+] class PackageExtension 1
| Change | Effect |
---|
1 |
This class has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class PackageExtension. |
[+] affected methods: 3 (0.1%)
PackageExtension.PackageExtension ( )This constructor is from 'PackageExtension' class.
PackageExtension.buildPackageFromTemplate ( )This method is from 'PackageExtension' class.
PackageExtension.saveZip ( Package pkg, ByteArrayOutputStream dataByteArrayOutputStream, OutputStream destOs )This method is from 'PackageExtension' class.
[+] class ProjectMetadata 1
| Change | Effect |
---|
1 |
This class has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class ProjectMetadata. |
[+] affected methods: 56 (1.7%)
ProjectMetadata.ProjectMetadata ( )This constructor is from 'ProjectMetadata' class.
ProjectMetadata.ProjectMetadata ( LocalDateTime date )This constructor is from 'ProjectMetadata' class.
ProjectMetadata.ProjectMetadata ( LocalDateTime created, LocalDateTime modified, String name )This constructor is from 'ProjectMetadata' class.
ProjectMetadata.appendImportOptionMetadata ( JSONObject obj )This method is from 'ProjectMetadata' class.
ProjectMetadata.appendTags ( String[ ] tags )This method is from 'ProjectMetadata' class.
ProjectMetadata.getContributors ( )This method is from 'ProjectMetadata' class.
ProjectMetadata.getCreated ( )This method is from 'ProjectMetadata' class.
ProjectMetadata.getCreator ( )This method is from 'ProjectMetadata' class.
ProjectMetadata.getCustomMetadata ( String key )This method is from 'ProjectMetadata' class.
ProjectMetadata.getDescription ( )This method is from 'ProjectMetadata' class.
...
[+] class SchemaExtension 1
| Change | Effect |
---|
1 |
This class has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class SchemaExtension. |
[+] affected methods: 4 (0.1%)
SchemaExtension.SchemaExtension ( )This constructor is from 'SchemaExtension' class.
SchemaExtension.createResource ( String resourceName, ColumnModel columnModel )This method is from 'SchemaExtension' class.
SchemaExtension.insertField ( Schema schema, Field field, int position )This method is from 'SchemaExtension' class.
SchemaExtension.removeField ( Schema schema, int index )This method is from 'SchemaExtension' class.
[+] interface IMetadata 1
| Change | Effect |
---|
1 |
This interface has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class IMetadata. |
[+] affected methods: 12 (0.4%)
IMetadata.getFormatName ( )This abstract method is from 'IMetadata' interface.
IMetadata.getJSON ( )This abstract method is from 'IMetadata' interface.
IMetadata.getModified ( )This abstract method is from 'IMetadata' interface.
IMetadata.isDirty ( )This abstract method is from 'IMetadata' interface.
IMetadata.loadFromFile ( File p1 )This abstract method is from 'IMetadata' interface.
IMetadata.loadFromJSON ( JSONObject p1 )This abstract method is from 'IMetadata' interface.
IMetadata.loadFromStream ( InputStream p1 )This abstract method is from 'IMetadata' interface.
IMetadata.setFormatName ( MetadataFormat p1 )This abstract method is from 'IMetadata' interface.
IMetadata.updateModified ( )This abstract method is from 'IMetadata' interface.
IMetadata.validate ( )This abstract method is from 'IMetadata' interface.
...
openrefine-3.1.jar
package com.google.refine.model.metadata.validator
[+] class ValidateOperation 1
| Change | Effect |
---|
1 |
This class has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class ValidateOperation. |
[+] affected methods: 3 (0.1%)
ValidateOperation.ValidateOperation ( Project project, JSONObject options )This constructor is from 'ValidateOperation' class.
ValidateOperation.startProcess ( )This method is from 'ValidateOperation' class.
ValidateOperation.write ( JSONWriter writer, Properties options )This method is from 'ValidateOperation' class.
[+] class ValidatorConfig 1
| Change | Effect |
---|
1 |
This class has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class ValidatorConfig. |
[+] affected methods: 1 (0.03%)
ValidatorConfig.ValidatorConfig ( )This constructor is from 'ValidatorConfig' class.
[+] class ValidatorExceptions 1
| Change | Effect |
---|
1 |
This class has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class ValidatorExceptions. |
[+] affected methods: 1 (0.03%)
ValidatorExceptions.ValidatorExceptions ( )This constructor is from 'ValidatorExceptions' class.
[+] class ValidatorInspector 1
| Change | Effect |
---|
1 |
This class has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class ValidatorInspector. |
[+] affected methods: 2 (0.1%)
ValidatorInspector.ValidatorInspector ( )This constructor is from 'ValidatorInspector' class.
ValidatorInspector.inspect ( Project project, JSONObject options )This method is from 'ValidatorInspector' class.
[+] class ValidatorRegistry 1
| Change | Effect |
---|
1 |
This class has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class ValidatorRegistry. |
[+] affected methods: 2 (0.1%)
ValidatorRegistry.getConstraintHandlersMap ( )This method is from 'ValidatorRegistry' class.
ValidatorRegistry.getInstance ( )This method is from 'ValidatorRegistry' class.
[+] class ValidatorSpec 1
| Change | Effect |
---|
1 |
This class has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class ValidatorSpec. |
[+] affected methods: 2 (0.1%)
ValidatorSpec.getInstance ( )This method is from 'ValidatorSpec' class.
ValidatorSpec.getMessage ( String code )This method is from 'ValidatorSpec' class.
openrefine-3.1.jar
package com.google.refine.model.metadata.validator.checks
[+] class AbstractValidator 1
| Change | Effect |
---|
1 |
This class has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class AbstractValidator. |
[+] affected methods: 7 (0.2%)
AbstractValidator.AbstractValidator ( Project project, int cellIndex, JSONObject options )This constructor is from 'AbstractValidator' abstract class.
AbstractValidator.addError ( JSONObject result )This method is from 'AbstractValidator' abstract class.
AbstractValidator.checkCell ( Cell cell )This method is from 'AbstractValidator' abstract class.
AbstractValidator.customizedFormat ( )This method is from 'AbstractValidator' abstract class.
AbstractValidator.filter ( Cell cell )This method is from 'AbstractValidator' abstract class.
AbstractValidator.formatErrorMessage ( Cell cell, int rowIndex )This method is from 'AbstractValidator' abstract class.
AbstractValidator.validate ( )This method is from 'AbstractValidator' abstract class.
[+] class BlankHeader 1
| Change | Effect |
---|
1 |
This class has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class BlankHeader. |
[+] affected methods: 1 (0.03%)
BlankHeader.BlankHeader ( Project project, int cellIndex, JSONObject options )This constructor is from 'BlankHeader' class.
[+] class BlankRow 1
| Change | Effect |
---|
1 |
This class has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class BlankRow. |
[+] affected methods: 1 (0.03%)
BlankRow.BlankRow ( Project project, int cellIndex, JSONObject options )This constructor is from 'BlankRow' class.
[+] class DuplicateHeader 1
| Change | Effect |
---|
1 |
This class has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class DuplicateHeader. |
[+] affected methods: 1 (0.03%)
DuplicateHeader.DuplicateHeader ( Project project, int cellIndex, JSONObject options )This constructor is from 'DuplicateHeader' class.
[+] class DuplicateRow 1
| Change | Effect |
---|
1 |
This class has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class DuplicateRow. |
[+] affected methods: 1 (0.03%)
DuplicateRow.DuplicateRow ( Project project, int cellIndex, JSONObject options )This constructor is from 'DuplicateRow' class.
[+] class EnumerableConstraint 1
| Change | Effect |
---|
1 |
This class has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class EnumerableConstraint. |
[+] affected methods: 2 (0.1%)
EnumerableConstraint.EnumerableConstraint ( Project project, int cellIndex, JSONObject options )This constructor is from 'EnumerableConstraint' class.
EnumerableConstraint.checkCell ( Cell cell )This method is from 'EnumerableConstraint' class.
[+] class ExtraHeader 1
| Change | Effect |
---|
1 |
This class has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class ExtraHeader. |
[+] affected methods: 1 (0.03%)
ExtraHeader.ExtraHeader ( Project project, int cellIndex, JSONObject options )This constructor is from 'ExtraHeader' class.
[+] class ExtraValue 1
| Change | Effect |
---|
1 |
This class has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class ExtraValue. |
[+] affected methods: 1 (0.03%)
ExtraValue.ExtraValue ( Project project, int cellIndex, JSONObject options )This constructor is from 'ExtraValue' class.
[+] class MaximumConstraint 1
| Change | Effect |
---|
1 |
This class has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class MaximumConstraint. |
[+] affected methods: 2 (0.1%)
MaximumConstraint.MaximumConstraint ( Project project, int cellIndex, JSONObject options )This constructor is from 'MaximumConstraint' class.
MaximumConstraint.checkCell ( Cell cell )This method is from 'MaximumConstraint' class.
[+] class MaximumLengthConstraint 1
| Change | Effect |
---|
1 |
This class has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class MaximumLengthConstraint. |
[+] affected methods: 2 (0.1%)
MaximumLengthConstraint.MaximumLengthConstraint ( Project project, int cellIndex, JSONObject options )This constructor is from 'MaximumLengthConstraint' class.
MaximumLengthConstraint.checkCell ( Cell cell )This method is from 'MaximumLengthConstraint' class.
[+] class MinimumConstraint 1
| Change | Effect |
---|
1 |
This class has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class MinimumConstraint. |
[+] affected methods: 2 (0.1%)
MinimumConstraint.MinimumConstraint ( Project project, int cellIndex, JSONObject options )This constructor is from 'MinimumConstraint' class.
MinimumConstraint.checkCell ( Cell cell )This method is from 'MinimumConstraint' class.
[+] class MinimumLengthConstraint 1
| Change | Effect |
---|
1 |
This class has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class MinimumLengthConstraint. |
[+] affected methods: 3 (0.1%)
MinimumLengthConstraint.MinimumLengthConstraint ( Project project, int cellIndex, JSONObject options )This constructor is from 'MinimumLengthConstraint' class.
MinimumLengthConstraint.checkCell ( Cell cell )This method is from 'MinimumLengthConstraint' class.
MinimumLengthConstraint.filter ( Cell cell )This method is from 'MinimumLengthConstraint' class.
[+] class MissingHeader 1
| Change | Effect |
---|
1 |
This class has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class MissingHeader. |
[+] affected methods: 1 (0.03%)
MissingHeader.MissingHeader ( Project project, int cellIndex, JSONObject options )This constructor is from 'MissingHeader' class.
[+] class MissingValue 1
| Change | Effect |
---|
1 |
This class has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class MissingValue. |
[+] affected methods: 1 (0.03%)
MissingValue.MissingValue ( Project project, int cellIndex, JSONObject options )This constructor is from 'MissingValue' class.
[+] class NonMatchingHeader 1
| Change | Effect |
---|
1 |
This class has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class NonMatchingHeader. |
[+] affected methods: 1 (0.03%)
NonMatchingHeader.NonMatchingHeader ( Project project, int cellIndex, JSONObject options )This constructor is from 'NonMatchingHeader' class.
[+] class PatternConstraint 1
| Change | Effect |
---|
1 |
This class has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class PatternConstraint. |
[+] affected methods: 2 (0.1%)
PatternConstraint.PatternConstraint ( Project project, int cellIndex, JSONObject options )This constructor is from 'PatternConstraint' class.
PatternConstraint.checkCell ( Cell cell )This method is from 'PatternConstraint' class.
[+] class RequiredConstraint 1
| Change | Effect |
---|
1 |
This class has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class RequiredConstraint. |
[+] affected methods: 3 (0.1%)
RequiredConstraint.RequiredConstraint ( Project project, int cellIndex, JSONObject options )This constructor is from 'RequiredConstraint' class.
RequiredConstraint.checkCell ( Cell cell )This method is from 'RequiredConstraint' class.
RequiredConstraint.filter ( Cell cell )This method is from 'RequiredConstraint' class.
[+] class TypeorFormatError 1
| Change | Effect |
---|
1 |
This class has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class TypeorFormatError. |
[+] affected methods: 3 (0.1%)
TypeorFormatError.TypeorFormatError ( Project project, int cellIndex, JSONObject options )This constructor is from 'TypeorFormatError' class.
TypeorFormatError.checkCell ( Cell cell )This method is from 'TypeorFormatError' class.
TypeorFormatError.customizedFormat ( )This method is from 'TypeorFormatError' class.
[+] class UniqueConstraint 1
| Change | Effect |
---|
1 |
This class has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class UniqueConstraint. |
[+] affected methods: 1 (0.03%)
UniqueConstraint.UniqueConstraint ( Project project, int cellIndex, JSONObject options )This constructor is from 'UniqueConstraint' class.
[+] interface Validator 1
| Change | Effect |
---|
1 |
This interface has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class Validator. |
[+] affected methods: 6 (0.2%)
Validator.addError ( JSONObject p1 )This abstract method is from 'Validator' interface.
Validator.checkCell ( Cell p1 )This abstract method is from 'Validator' interface.
Validator.customizedFormat ( )This abstract method is from 'Validator' interface.
Validator.filter ( Cell p1 )This abstract method is from 'Validator' interface.
Validator.formatErrorMessage ( Cell p1, int p2 )This abstract method is from 'Validator' interface.
Validator.validate ( )This abstract method is from 'Validator' interface.
openrefine-3.1.jar
package com.google.refine.model.recon
[+] class ReconciledDataExtensionJob 1
| Change | Effect |
---|
1 |
Type of field extension has been changed from org.json.JSONObject to ReconciledDataExtensionJob.DataExtensionConfig. |
Recompilation of a client program may be terminated with the message: incompatible types, found: org.json.JSONObject, required: ReconciledDataExtensionJob.DataExtensionConfig. |
[+] affected methods: 8 (0.2%)
ReconciledDataExtensionJob.extend ( Set<String> ids, Map<String,ReconCandidate> reconCandidateMap )This method is from 'ReconciledDataExtensionJob' class.
ReconciledDataExtensionJob.performQuery ( String endpoint, String query )This method is from 'ReconciledDataExtensionJob' class.
ReconciledDataExtensionJob.storeCell ( List<Object[ ]> rows, int row, int col, Object value )This method is from 'ReconciledDataExtensionJob' class.
com.google.refine.operations.recon.ExtendDataOperation.ExtendDataProcess.ExtendDataOperation.ExtendDataProcess ( ExtendDataOperation project, Project engineConfig, EngineConfig description, String p4 )Field 'this._job' in the object of this method is of type 'ReconciledDataExtensionJob'.
com.google.refine.operations.recon.ExtendDataOperation.ExtendDataProcess.extendRows ( List<Integer> rowIndices, List<ReconciledDataExtensionJob.DataExtension> dataExtensions, int from, int limit, Map<String,ReconCandidate> reconCandidateMap )Field 'this._job' in the object of this method is of type 'ReconciledDataExtensionJob'.
com.google.refine.operations.recon.ExtendDataOperation.ExtendDataProcess.getRunnable ( )Field 'this._job' in the object of this method is of type 'ReconciledDataExtensionJob'.
com.google.refine.operations.recon.ExtendDataOperation.ExtendDataProcess.populateRowsWithMatches ( List<Integer> rowIndices )Field 'this._job' in the object of this method is of type 'ReconciledDataExtensionJob'.
com.google.refine.operations.recon.ExtendDataOperation.ExtendDataProcess.run ( )Field 'this._job' in the object of this method is of type 'ReconciledDataExtensionJob'.
[+] class ReconConfig 2
| Change | Effect |
---|
1 |
Abstract method String getMode ( ) has been added to this class. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getMode ( ) in ReconConfig. |
2 |
Removed super-interface com.google.refine.Jsonizable. |
Recompilation of a client program may be terminated with the message: cannot find method in class ReconConfig. |
[+] affected methods: 21 (0.6%)
com.google.refine.model.changes.ReconChange.ReconChange ( CellChange[ ] cellChanges, String commonColumnName, ReconConfig newReconConfig, ReconStats newReconStats )3rd parameter 'newReconConfig' of this method is of type 'ReconConfig'.
com.google.refine.model.changes.ReconChange.ReconChange ( CellChange cellChange, String commonColumnName, ReconConfig newReconConfig, ReconStats newReconStats )3rd parameter 'newReconConfig' of this method is of type 'ReconConfig'.
com.google.refine.model.changes.ReconChange.ReconChange ( List<CellChange> cellChanges, String commonColumnName, ReconConfig newReconConfig, ReconStats newReconStats )3rd parameter 'newReconConfig' of this method is of type 'ReconConfig'.
com.google.refine.model.changes.ReconChange.apply ( Project project )Field 'this._newReconConfig' in the object of this method is of type 'ReconConfig'.
com.google.refine.model.changes.ReconChange.load ( LineNumberReader reader, Pool pool )Field 'this._newReconConfig' in the object of this method is of type 'ReconConfig'.
com.google.refine.model.changes.ReconChange.revert ( Project project )Field 'this._newReconConfig' in the object of this method is of type 'ReconConfig'.
com.google.refine.model.changes.ReconChange.save ( Writer writer, Properties options )Field 'this._newReconConfig' in the object of this method is of type 'ReconConfig'.
com.google.refine.model.Column.getReconConfig ( )Return value of this method is of type 'ReconConfig'.
com.google.refine.model.Column.setReconConfig ( ReconConfig config )1st parameter 'config' of this method is of type 'ReconConfig'.
ReconConfig.ReconConfig ( )This constructor is from 'ReconConfig' abstract class.
...
openrefine-3.1.jar
package com.google.refine.operations.cell
[+] class MassEditOperation.Edit 1
| Change | Effect |
---|
1 |
Removed super-interface com.google.refine.Jsonizable. |
Recompilation of a client program may be terminated with the message: cannot find method in class MassEditOperation.Edit. |
[+] affected methods: 1 (0.03%)
MassEditOperation.Edit.MassEditOperation.Edit ( List<String> from, boolean fromBlank, boolean fromError, Serializable to )This constructor is from 'MassEditOperation.Edit' class.
[+] class MultiValuedCellSplitOperation 1
| Change | Effect |
---|
1 |
Type of field _regex has been changed from boolean to java.lang.Boolean. |
Recompilation of a client program may be terminated with the message: incompatible types, found: boolean, required: java.lang.Boolean. |
[+] affected methods: 4 (0.1%)
MultiValuedCellSplitOperation.MultiValuedCellSplitOperation ( String columnName, String keyColumnName, int[ ] fieldLengths )This constructor is from 'MultiValuedCellSplitOperation' class.
MultiValuedCellSplitOperation.MultiValuedCellSplitOperation ( String columnName, String keyColumnName, String separator, boolean regex )This constructor is from 'MultiValuedCellSplitOperation' class.
MultiValuedCellSplitOperation.createHistoryEntry ( Project project, long historyEntryID )This method is from 'MultiValuedCellSplitOperation' class.
MultiValuedCellSplitOperation.getBriefDescription ( Project project )This method is from 'MultiValuedCellSplitOperation' class.
openrefine-3.1.jar
package com.google.refine.operations.column
[+] class ColumnAdditionByFetchingURLsOperation 1
| Change | Effect |
---|
1 |
Type of field _httpHeadersJson has been changed from org.json.JSONArray to java.util.List<ColumnAdditionByFetchingURLsOperation.HttpHeader>. |
Recompilation of a client program may be terminated with the message: incompatible types, found: org.json.JSONArray, required: java.util.List<ColumnAdditionByFetchingURLsOperation.HttpHeader>. |
[+] affected methods: 3 (0.1%)
ColumnAdditionByFetchingURLsOperation.createDescription ( Column column, List<CellAtRow> cellsAtRows )This method is from 'ColumnAdditionByFetchingURLsOperation' class.
ColumnAdditionByFetchingURLsOperation.createProcess ( Project project, Properties options )This method is from 'ColumnAdditionByFetchingURLsOperation' class.
ColumnAdditionByFetchingURLsOperation.getBriefDescription ( Project project )This method is from 'ColumnAdditionByFetchingURLsOperation' class.
[+] class ColumnSplitOperation 2
| Change | Effect |
---|
1 |
Type of field _maxColumns has been changed from int to java.lang.Integer. |
Recompilation of a client program may be terminated with the message: incompatible types, found: int, required: java.lang.Integer. |
2 |
Type of field _regex has been changed from boolean to java.lang.Boolean. |
Recompilation of a client program may be terminated with the message: incompatible types, found: boolean, required: java.lang.Boolean. |
[+] affected methods: 4 (0.1%)
ColumnSplitOperation.ColumnSplitOperation ( EngineConfig engineConfig, String columnName, boolean guessCellType, boolean removeOriginalColumn, int[ ] fieldLengths )This constructor is from 'ColumnSplitOperation' class.
ColumnSplitOperation.ColumnSplitOperation ( EngineConfig engineConfig, String columnName, boolean guessCellType, boolean removeOriginalColumn, String separator, boolean regex, int maxColumns )This constructor is from 'ColumnSplitOperation' class.
ColumnSplitOperation.createHistoryEntry ( Project project, long historyEntryID )This method is from 'ColumnSplitOperation' class.
ColumnSplitOperation.getBriefDescription ( Project project )This method is from 'ColumnSplitOperation' class.
openrefine-3.1.jar
package com.google.refine.operations.recon
[+] class ExtendDataOperation 1
| Change | Effect |
---|
1 |
Type of field _extension has been changed from org.json.JSONObject to com.google.refine.model.recon.ReconciledDataExtensionJob.DataExtensionConfig. |
Recompilation of a client program may be terminated with the message: incompatible types, found: org.json.JSONObject, required: com.google.refine.model.recon.ReconciledDataExtensionJob.DataExtensionConfig. |
[+] affected methods: 4 (0.1%)
ExtendDataOperation.createDescription ( Column column, List<CellAtRow> cellsAtRows )This method is from 'ExtendDataOperation' class.
ExtendDataOperation.createProcess ( Project project, Properties options )This method is from 'ExtendDataOperation' class.
ExtendDataOperation.ExtendDataProcess.ExtendDataOperation.ExtendDataProcess ( ExtendDataOperation project, Project engineConfig, EngineConfig description, String p4 )1st parameter 'project' of this method is of type 'ExtendDataOperation'.
ExtendDataOperation.getBriefDescription ( Project project )This method is from 'ExtendDataOperation' class.
[+] class ReconMatchSpecificTopicOperation 1
| Change | Effect |
---|
1 |
Type of field match has been changed from com.google.refine.model.ReconCandidate to ReconMatchSpecificTopicOperation.ReconItem. |
Recompilation of a client program may be terminated with the message: incompatible types, found: com.google.refine.model.ReconCandidate, required: ReconMatchSpecificTopicOperation.ReconItem. |
[+] affected methods: 4 (0.1%)
ReconMatchSpecificTopicOperation.createChange ( Project project, Column column, List<CellChange> cellChanges )This method is from 'ReconMatchSpecificTopicOperation' class.
ReconMatchSpecificTopicOperation.createDescription ( Column column, List<CellChange> cellChanges )This method is from 'ReconMatchSpecificTopicOperation' class.
ReconMatchSpecificTopicOperation.createRowVisitor ( Project project, List<CellChange> cellChanges, long historyEntryID )This method is from 'ReconMatchSpecificTopicOperation' class.
ReconMatchSpecificTopicOperation.getBriefDescription ( Project project )This method is from 'ReconMatchSpecificTopicOperation' class.
openrefine-3.1.jar
package com.google.refine.operations.row
[+] class RowReorderOperation 1
| Change | Effect |
---|
1 |
Type of field _sorting has been changed from org.json.JSONObject to com.google.refine.sorting.SortingConfig. |
Recompilation of a client program may be terminated with the message: incompatible types, found: org.json.JSONObject, required: com.google.refine.sorting.SortingConfig. |
[+] affected methods: 2 (0.1%)
RowReorderOperation.createHistoryEntry ( Project project, long historyEntryID )This method is from 'RowReorderOperation' class.
RowReorderOperation.getBriefDescription ( Project project )This method is from 'RowReorderOperation' class.
openrefine-3.1.jar
package com.google.refine.preference
[+] class PreferenceStore 2
| Change | Effect |
---|
1 |
Removed super-interface com.google.refine.Jsonizable. |
Recompilation of a client program may be terminated with the message: cannot find method in class PreferenceStore. |
2 |
Field USER_NAME of type java.lang.String with the compile-time constant value "username" has been removed from this class. |
Recompilation of a client program may be terminated with the message: cannot find variable USER_NAME in PreferenceStore. |
[+] affected methods: 31 (0.9%)
PreferenceStore.PreferenceStore ( )This constructor is from 'PreferenceStore' class.
PreferenceStore.get ( String key )This method is from 'PreferenceStore' class.
PreferenceStore.getKeys ( )This method is from 'PreferenceStore' class.
PreferenceStore.isDirty ( )This method is from 'PreferenceStore' class.
PreferenceStore.put ( String key, Object value )This method is from 'PreferenceStore' class.
com.google.refine.ProjectManager.ProjectManager ( )Field 'this._preferenceStore' in the object of this method is of type 'PreferenceStore'.
com.google.refine.ProjectManager.addLatestExpression ( String s )Field 'this._preferenceStore' in the object of this method is of type 'PreferenceStore'.
com.google.refine.ProjectManager.deleteProject ( long p1 )Field 'this._preferenceStore' in the object of this abstract method is of type 'PreferenceStore'.
com.google.refine.ProjectManager.deleteProject ( Project project )Field 'this._preferenceStore' in the object of this method is of type 'PreferenceStore'.
com.google.refine.ProjectManager.dispose ( )Field 'this._preferenceStore' in the object of this method is of type 'PreferenceStore'.
...
[+] class TopList 1
| Change | Effect |
---|
1 |
Removed super-interface com.google.refine.Jsonizable. |
Recompilation of a client program may be terminated with the message: cannot find method in class TopList. |
[+] affected methods: 5 (0.1%)
TopList.TopList ( int top )This constructor is from 'TopList' class.
TopList.add ( String element )This method is from 'TopList' class.
TopList.getList ( )This method is from 'TopList' class.
TopList.iterator ( )This method is from 'TopList' class.
TopList.remove ( String element )This method is from 'TopList' class.
openrefine-3.1.jar
package com.google.refine.process
[+] class Process 1
| Change | Effect |
---|
1 |
Removed super-interface com.google.refine.Jsonizable. |
Recompilation of a client program may be terminated with the message: cannot find method in class Process. |
[+] affected methods: 16 (0.5%)
com.google.refine.commands.Command.performProcessAndRespond ( HttpServletRequest request, HttpServletResponse response, Project project, Process process )4th parameter 'process' of this method is of type 'Process'.
com.google.refine.model.AbstractOperation.createProcess ( Project project, Properties options )Return value of this method is of type 'Process'.
com.google.refine.operations.column.ColumnAdditionByFetchingURLsOperation.createProcess ( Project project, Properties options )Return value of this method is of type 'Process'.
com.google.refine.operations.recon.ExtendDataOperation.createProcess ( Project project, Properties options )Return value of this method is of type 'Process'.
com.google.refine.operations.recon.ReconOperation.createProcess ( Project project, Properties options )Return value of this method is of type 'Process'.
Process.Process ( )This constructor is from 'Process' abstract class.
Process.cancel ( )This abstract method is from 'Process' abstract class.
Process.isDone ( )This abstract method is from 'Process' abstract class.
Process.isImmediate ( )This abstract method is from 'Process' abstract class.
Process.isRunning ( )This abstract method is from 'Process' abstract class.
...
[+] class ProcessManager 1
| Change | Effect |
---|
1 |
Removed super-interface com.google.refine.Jsonizable. |
Recompilation of a client program may be terminated with the message: cannot find method in class ProcessManager. |
[+] affected methods: 447 (13.4%)
com.google.refine.browsing.Engine.Engine ( Project project )Field 'project.processManager' in 1st parameter 'project' of this method is of type 'ProcessManager'.
com.google.refine.browsing.Engine.computeFacets ( )Field 'this._project.processManager' in the object of this method is of type 'ProcessManager'.
com.google.refine.browsing.Engine.getAllFilteredRows ( )Field 'this._project.processManager' in the object of this method is of type 'ProcessManager'.
com.google.refine.browsing.Engine.getAllRecords ( )Field 'this._project.processManager' in the object of this method is of type 'ProcessManager'.
com.google.refine.browsing.Engine.getAllRows ( )Field 'this._project.processManager' in the object of this method is of type 'ProcessManager'.
com.google.refine.browsing.Engine.getFilteredRecords ( )Field 'this._project.processManager' in the object of this method is of type 'ProcessManager'.
com.google.refine.browsing.Engine.getFilteredRecords ( Facet except )Field 'this._project.processManager' in the object of this method is of type 'ProcessManager'.
com.google.refine.browsing.Engine.getFilteredRows ( Facet except )Field 'this._project.processManager' in the object of this method is of type 'ProcessManager'.
com.google.refine.browsing.Engine.getMode ( )Field 'this._project.processManager' in the object of this method is of type 'ProcessManager'.
com.google.refine.browsing.Engine.initializeFromConfig ( EngineConfig config )Field 'this._project.processManager' in the object of this method is of type 'ProcessManager'.
...
openrefine-3.1.jar
package com.google.refine.sorting
[+] class Criterion 1
| Change | Effect |
---|
1 |
Abstract method String getValueType ( ) has been added to this class. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getValueType ( ) in Criterion. |
[+] affected methods: 6 (0.2%)
BaseSorter.makeKey ( Project p1, Criterion.KeyMaker p2, Criterion p3, Object p4, int p5 )3rd parameter 'p3' of this abstract method is of type 'Criterion'.
Criterion.Criterion ( )This constructor is from 'Criterion' abstract class.
Criterion.createKeyMaker ( )This abstract method is from 'Criterion' abstract class.
Criterion.KeyMaker.Criterion.KeyMaker ( Criterion p1 )1st parameter 'p1' of this method is of type 'Criterion'.
SortingRecordVisitor.makeKey ( Project project, Criterion.KeyMaker keyMaker, Criterion c, Object o, int index )3rd parameter 'c' of this method is of type 'Criterion'.
SortingRowVisitor.makeKey ( Project project, Criterion.KeyMaker keyMaker, Criterion c, Object o, int index )3rd parameter 'c' of this method is of type 'Criterion'.
openrefine-3.1.jar
package com.google.refine.util
[+] class JSObject 1
| Change | Effect |
---|
1 |
This class has been removed. |
Recompilation of a client program may be terminated with the message: cannot find class JSObject. |
[+] affected methods: 6 (0.2%)
JSObject.JSObject ( )This constructor is from 'JSObject' class.
JSObject.writeCollection ( IndentWriter writer, Collection<?> c )This method is from 'JSObject' class.
JSObject.writeJSObject ( IndentWriter writer, JSObject jso )This method is from 'JSObject' class.
JSObject.writeJSONArray ( IndentWriter writer, JSONArray na )This method is from 'JSObject' class.
JSObject.writeJSONObject ( IndentWriter writer, JSONObject no )This method is from 'JSObject' class.
JSObject.writeObject ( IndentWriter writer, Object o )This method is from 'JSObject' class.
[+] class Pool 1
| Change | Effect |
---|
1 |
Removed super-interface com.google.refine.Jsonizable. |
Recompilation of a client program may be terminated with the message: cannot find method in class Pool. |
[+] affected methods: 39 (1.2%)
com.google.refine.history.ChangeSequence.load ( LineNumberReader reader, Pool pool )2nd parameter 'pool' of this method is of type 'Pool'.
com.google.refine.history.History.readOneChange ( InputStream in, Pool pool )2nd parameter 'pool' of this method is of type 'Pool'.
com.google.refine.history.History.readOneChange ( LineNumberReader reader, Pool pool )2nd parameter 'pool' of this method is of type 'Pool'.
com.google.refine.history.History.writeOneChange ( OutputStream out, Change change, Pool pool )3rd parameter 'pool' of this method is of type 'Pool'.
com.google.refine.history.History.writeOneChange ( Writer writer, Change change, Pool pool )3rd parameter 'pool' of this method is of type 'Pool'.
com.google.refine.model.Cell.loadStreaming ( String s, Pool pool )2nd parameter 'pool' of this method is of type 'Pool'.
com.google.refine.model.changes.CellAtRow.load ( String s, Pool pool )2nd parameter 'pool' of this method is of type 'Pool'.
com.google.refine.model.changes.CellChange.load ( LineNumberReader reader, Pool pool )2nd parameter 'pool' of this method is of type 'Pool'.
com.google.refine.model.changes.ColumnAdditionChange.load ( LineNumberReader reader, Pool pool )2nd parameter 'pool' of this method is of type 'Pool'.
com.google.refine.model.changes.ColumnMoveChange.load ( LineNumberReader reader, Pool pool )2nd parameter 'pool' of this method is of type 'Pool'.
...
to the top
Problems with Methods, High Severity 1
openrefine-3.1.jar,
ProjectManager.class
package com.google.refine
[+] ProjectManager.preparePreferenceStore ( PreferenceStore ps ) [static] : void 1
com/google/refine/ProjectManager.preparePreferenceStore:(Lcom/google/refine/preference/PreferenceStore;)V
| Change | Effect |
---|
1 |
Access level has been changed from public to protected. |
Recompilation of a client program may be terminated with the message: preparePreferenceStore ( PreferenceStore ) has protected access in ProjectManager. |
to the top
Problems with Data Types, Medium Severity 1
openrefine-3.1.jar
package com.google.refine.model.changes
[+] class ColumnSplitChange 1
| Change | Effect |
---|
1 |
Removed super-class ColumnChange. |
Recompilation of a client program may be terminated with the message: cannot find variable (or method) in ColumnSplitChange. |
[+] affected methods: 6 (0.2%)
ColumnSplitChange.ColumnSplitChange ( String columnName, List<String> columnNames, List<Integer> rowIndices, List<List<Serializable>> tuples, boolean removeOriginalColumn )This constructor is from 'ColumnSplitChange' class.
ColumnSplitChange.ColumnSplitChange ( String columnName, List<String> columnNames, List<Integer> rowIndices, List<List<Serializable>> tuples, boolean removeOriginalColumn, Column column, int columnIndex, int firstNewCellIndex, List<Row> oldRows, List<Row> newRows )This constructor is from 'ColumnSplitChange' class.
ColumnSplitChange.apply ( Project project )This method is from 'ColumnSplitChange' class.
ColumnSplitChange.load ( LineNumberReader reader, Pool pool )This method is from 'ColumnSplitChange' class.
ColumnSplitChange.revert ( Project project )This method is from 'ColumnSplitChange' class.
ColumnSplitChange.save ( Writer writer, Properties options )This method is from 'ColumnSplitChange' class.
to the top
Problems with Methods, Medium Severity 37
openrefine-3.1.jar,
ColumnGroup.class
package com.google.refine.model
[+] ColumnGroup.load ( String s ) [static] : ColumnGroup 2
com/google/refine/model/ColumnGroup.load:(Ljava/lang/String;)Lcom/google/refine/model/ColumnGroup;
| Change | Effect |
---|
1 |
Added java.io.IOException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception java.io.IOException must be caught or declared to be thrown. |
2 |
Removed java.lang.Exception exception thrown. |
Recompilation of a client program may be terminated with the message: cannot override load ( String ) in ColumnGroup; overridden method does not throw java.lang.Exception. |
openrefine-3.1.jar,
Command.class
package com.google.refine.commands
[+] Command.getEngineConfig ( HttpServletRequest request ) [static] : EngineConfig 1
com/google/refine/commands/Command.getEngineConfig:(Ljavax/servlet/http/HttpServletRequest;)Lcom/google/refine/browsing/EngineConfig;
| Change | Effect |
---|
1 |
Removed org.json.JSONException exception thrown. |
Recompilation of a client program may be terminated with the message: cannot override getEngineConfig ( HttpServletRequest ) in Command; overridden method does not throw org.json.JSONException. |
[+] Command.respond ( HttpServletResponse response, String status, String message ) [static] : void 1
com/google/refine/commands/Command.respond:(Ljavax/servlet/http/HttpServletResponse;Ljava/lang/String;Ljava/lang/String;)V
| Change | Effect |
---|
1 |
Removed org.json.JSONException exception thrown. |
Recompilation of a client program may be terminated with the message: cannot override respond ( HttpServletResponse, String, String ) in Command; overridden method does not throw org.json.JSONException. |
openrefine-3.1.jar,
DefaultImportingController.class
package com.google.refine.importing
[+] DefaultImportingController.convertErrorsToJsonArray ( List<Exception> exceptions ) [static] : JSONArray 1
com/google/refine/importing/DefaultImportingController.convertErrorsToJsonArray:(Ljava/util/List;)Lorg/json/JSONArray;
| Change | Effect |
---|
1 |
Return value type has been changed from org.json.JSONArray to com.fasterxml.jackson.databind.node.ArrayNode. |
Recompilation of a client program may be terminated with the message: incompatible types: com.fasterxml.jackson.databind.node.ArrayNode cannot be converted to org.json.JSONArray. |
openrefine-3.1.jar,
Engine.class
package com.google.refine.browsing
[+] Engine.computeFacets ( ) : void 1
com/google/refine/browsing/Engine.computeFacets:()V
| Change | Effect |
---|
1 |
Removed org.json.JSONException exception thrown. |
Recompilation of a client program may be terminated with the message: cannot override computeFacets ( ) in Engine; overridden method does not throw org.json.JSONException. |
openrefine-3.1.jar,
ExcelImporter.class
package com.google.refine.importers
[+] ExcelImporter.createParserUIInitializationData ( ImportingJob job, List<JSONObject> fileRecords, String format ) : JSONObject 1
com/google/refine/importers/ExcelImporter.createParserUIInitializationData:(Lcom/google/refine/importing/ImportingJob;Ljava/util/List;Ljava/lang/String;)Lorg/json/JSONObject;
| Change | Effect |
---|
1 |
Return value type has been changed from org.json.JSONObject to com.fasterxml.jackson.databind.node.ObjectNode. |
Recompilation of a client program may be terminated with the message: incompatible types: com.fasterxml.jackson.databind.node.ObjectNode cannot be converted to org.json.JSONObject. |
openrefine-3.1.jar,
ExtendDataProcess.class
package com.google.refine.operations.recon
[+] ExtendDataOperation.ExtendDataProcess.ExtendDataOperation.ExtendDataProcess ( ExtendDataOperation project, Project engineConfig, EngineConfig description, String p4 ) 1
com/google/refine/operations/recon/ExtendDataOperation.ExtendDataProcess."<init>":(Lcom/google/refine/operations/recon/ExtendDataOperation;Lcom/google/refine/model/Project;Lcom/google/refine/browsing/EngineConfig;Ljava/lang/String;)V
| Change | Effect |
---|
1 |
Removed org.json.JSONException exception thrown. |
Recompilation of a client program may be terminated with the message: cannot override ExtendDataOperation.ExtendDataProcess ( ExtendDataOperation, Project, EngineConfig, String ) in ExtendDataOperation.ExtendDataProcess; overridden method does not throw org.json.JSONException. |
openrefine-3.1.jar,
FileProjectManager.class
package com.google.refine.io
[+] FileProjectManager.saveToFile ( File file ) : boolean 1
com/google/refine/io/FileProjectManager.saveToFile:(Ljava/io/File;)Z
| Change | Effect |
---|
1 |
Removed org.json.JSONException exception thrown. |
Recompilation of a client program may be terminated with the message: cannot override saveToFile ( File ) in FileProjectManager; overridden method does not throw org.json.JSONException. |
openrefine-3.1.jar,
FixedWidthImporter.class
package com.google.refine.importers
[+] FixedWidthImporter.createParserUIInitializationData ( ImportingJob job, List<JSONObject> fileRecords, String format ) : JSONObject 1
com/google/refine/importers/FixedWidthImporter.createParserUIInitializationData:(Lcom/google/refine/importing/ImportingJob;Ljava/util/List;Ljava/lang/String;)Lorg/json/JSONObject;
| Change | Effect |
---|
1 |
Return value type has been changed from org.json.JSONObject to com.fasterxml.jackson.databind.node.ObjectNode. |
Recompilation of a client program may be terminated with the message: incompatible types: com.fasterxml.jackson.databind.node.ObjectNode cannot be converted to org.json.JSONObject. |
openrefine-3.1.jar,
GuessTypesOfColumnCommand.class
package com.google.refine.commands.recon
[+] GuessTypesOfColumnCommand.guessTypes ( Project project, Column column, String serviceUrl ) : List<GuessTypesOfColumnCommand.TypeGroup> 1
com/google/refine/commands/recon/GuessTypesOfColumnCommand.guessTypes:(Lcom/google/refine/model/Project;Lcom/google/refine/model/Column;Ljava/lang/String;)Ljava/util/List;
| Change | Effect |
---|
1 |
Removed org.json.JSONException exception thrown. |
Recompilation of a client program may be terminated with the message: cannot override guessTypes ( Project, Column, String ) in GuessTypesOfColumnCommand; overridden method does not throw org.json.JSONException. |
openrefine-3.1.jar,
HistoryEntry.class
package com.google.refine.history
[+] HistoryEntry.load ( Project project, String s ) [static] : HistoryEntry 2
com/google/refine/history/HistoryEntry.load:(Lcom/google/refine/model/Project;Ljava/lang/String;)Lcom/google/refine/history/HistoryEntry;
| Change | Effect |
---|
1 |
Added java.io.IOException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception java.io.IOException must be caught or declared to be thrown. |
2 |
Removed java.lang.Exception exception thrown. |
Recompilation of a client program may be terminated with the message: cannot override load ( Project, String ) in HistoryEntry; overridden method does not throw java.lang.Exception. |
openrefine-3.1.jar,
ImportingJob.class
package com.google.refine.importing
[+] ImportingJob.getOrCreateDefaultConfig ( ) : JSONObject 1
com/google/refine/importing/ImportingJob.getOrCreateDefaultConfig:()Lorg/json/JSONObject;
| Change | Effect |
---|
1 |
Return value type has been changed from org.json.JSONObject to com.fasterxml.jackson.databind.node.ObjectNode. |
Recompilation of a client program may be terminated with the message: incompatible types: com.fasterxml.jackson.databind.node.ObjectNode cannot be converted to org.json.JSONObject. |
[+] ImportingJob.getRetrievalRecord ( ) : JSONObject 1
com/google/refine/importing/ImportingJob.getRetrievalRecord:()Lorg/json/JSONObject;
| Change | Effect |
---|
1 |
Return value type has been changed from org.json.JSONObject to com.fasterxml.jackson.databind.node.ObjectNode. |
Recompilation of a client program may be terminated with the message: incompatible types: com.fasterxml.jackson.databind.node.ObjectNode cannot be converted to org.json.JSONObject. |
openrefine-3.1.jar,
ImportingParser.class
package com.google.refine.importing
[+] ImportingParser.createParserUIInitializationData ( ImportingJob p1, List<JSONObject> p2, String p3 ) [abstract] : JSONObject 1
com/google/refine/importing/ImportingParser.createParserUIInitializationData:(Lcom/google/refine/importing/ImportingJob;Ljava/util/List;Ljava/lang/String;)Lorg/json/JSONObject;
| Change | Effect |
---|
1 |
Return value type has been changed from org.json.JSONObject to com.fasterxml.jackson.databind.node.ObjectNode. |
Recompilation of a client program may be terminated with the message: incompatible types: com.fasterxml.jackson.databind.node.ObjectNode cannot be converted to org.json.JSONObject. |
openrefine-3.1.jar,
ImportingParserBase.class
package com.google.refine.importers
[+] ImportingParserBase.createParserUIInitializationData ( ImportingJob job, List<JSONObject> fileRecords, String format ) : JSONObject 1
com/google/refine/importers/ImportingParserBase.createParserUIInitializationData:(Lcom/google/refine/importing/ImportingJob;Ljava/util/List;Ljava/lang/String;)Lorg/json/JSONObject;
| Change | Effect |
---|
1 |
Return value type has been changed from org.json.JSONObject to com.fasterxml.jackson.databind.node.ObjectNode. |
Recompilation of a client program may be terminated with the message: incompatible types: com.fasterxml.jackson.databind.node.ObjectNode cannot be converted to org.json.JSONObject. |
openrefine-3.1.jar,
InterProjectModel.class
package com.google.refine
[+] InterProjectModel.computeJoin ( InterProjectModel.ProjectJoin join ) : void 1
com/google/refine/InterProjectModel.computeJoin:(Lcom/google/refine/InterProjectModel$ProjectJoin;)V
| Change | Effect |
---|
1 |
Added util.JoinException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception util.JoinException must be caught or declared to be thrown. |
openrefine-3.1.jar,
JsonImporter.class
package com.google.refine.importers
[+] JsonImporter.createParserUIInitializationData ( ImportingJob job, List<JSONObject> fileRecords, String format ) : JSONObject 1
com/google/refine/importers/JsonImporter.createParserUIInitializationData:(Lcom/google/refine/importing/ImportingJob;Ljava/util/List;Ljava/lang/String;)Lorg/json/JSONObject;
| Change | Effect |
---|
1 |
Return value type has been changed from org.json.JSONObject to com.fasterxml.jackson.databind.node.ObjectNode. |
Recompilation of a client program may be terminated with the message: incompatible types: com.fasterxml.jackson.databind.node.ObjectNode cannot be converted to org.json.JSONObject. |
openrefine-3.1.jar,
kNNClustererConfig.class
package com.google.refine.clustering.knn
[+] kNNClusterer.kNNClustererConfig.getDistance ( ) : Distance 1
com/google/refine/clustering/knn/kNNClusterer.kNNClustererConfig.getDistance:()Ledu/mit/simile/vicino/distances/Distance;
| Change | Effect |
---|
1 |
Return value type has been changed from edu.mit.simile.vicino.distances.Distance to SimilarityDistance. |
Recompilation of a client program may be terminated with the message: incompatible types: SimilarityDistance cannot be converted to edu.mit.simile.vicino.distances.Distance. |
openrefine-3.1.jar,
LineBasedImporter.class
package com.google.refine.importers
[+] LineBasedImporter.createParserUIInitializationData ( ImportingJob job, List<JSONObject> fileRecords, String format ) : JSONObject 1
com/google/refine/importers/LineBasedImporter.createParserUIInitializationData:(Lcom/google/refine/importing/ImportingJob;Ljava/util/List;Ljava/lang/String;)Lorg/json/JSONObject;
| Change | Effect |
---|
1 |
Return value type has been changed from org.json.JSONObject to com.fasterxml.jackson.databind.node.ObjectNode. |
Recompilation of a client program may be terminated with the message: incompatible types: com.fasterxml.jackson.databind.node.ObjectNode cannot be converted to org.json.JSONObject. |
openrefine-3.1.jar,
MarcImporter.class
package com.google.refine.importers
[+] MarcImporter.createParserUIInitializationData ( ImportingJob job, List<JSONObject> fileRecords, String format ) : JSONObject 1
com/google/refine/importers/MarcImporter.createParserUIInitializationData:(Lcom/google/refine/importing/ImportingJob;Ljava/util/List;Ljava/lang/String;)Lorg/json/JSONObject;
| Change | Effect |
---|
1 |
Return value type has been changed from org.json.JSONObject to com.fasterxml.jackson.databind.node.ObjectNode. |
Recompilation of a client program may be terminated with the message: incompatible types: com.fasterxml.jackson.databind.node.ObjectNode cannot be converted to org.json.JSONObject. |
openrefine-3.1.jar,
OdsImporter.class
package com.google.refine.importers
[+] OdsImporter.createParserUIInitializationData ( ImportingJob job, List<JSONObject> fileRecords, String format ) : JSONObject 1
com/google/refine/importers/OdsImporter.createParserUIInitializationData:(Lcom/google/refine/importing/ImportingJob;Ljava/util/List;Ljava/lang/String;)Lorg/json/JSONObject;
| Change | Effect |
---|
1 |
Return value type has been changed from org.json.JSONObject to com.fasterxml.jackson.databind.node.ObjectNode. |
Recompilation of a client program may be terminated with the message: incompatible types: com.fasterxml.jackson.databind.node.ObjectNode cannot be converted to org.json.JSONObject. |
openrefine-3.1.jar,
PreviewExpressionCommand.class
package com.google.refine.commands.expr
[+] PreviewExpressionCommand.writeValue ( StringBuffer sb, Object v, boolean quote ) [static] : void 1
com/google/refine/commands/expr/PreviewExpressionCommand.writeValue:(Ljava/lang/StringBuffer;Ljava/lang/Object;Z)V
| Change | Effect |
---|
1 |
Removed org.json.JSONException exception thrown. |
Recompilation of a client program may be terminated with the message: cannot override writeValue ( StringBuffer, Object, boolean ) in PreviewExpressionCommand; overridden method does not throw org.json.JSONException. |
openrefine-3.1.jar,
Project.class
package com.google.refine.model
[+] Project.getMetadata ( ) : ProjectMetadata 1
com/google/refine/model/Project.getMetadata:()Lcom/google/refine/model/metadata/ProjectMetadata;
| Change | Effect |
---|
1 |
Return value type has been changed from metadata.ProjectMetadata to com.google.refine.ProjectMetadata. |
Recompilation of a client program may be terminated with the message: incompatible types: com.google.refine.ProjectMetadata cannot be converted to metadata.ProjectMetadata. |
openrefine-3.1.jar,
ProjectManager.class
package com.google.refine
[+] ProjectManager.getProjectID ( String name ) : long 1
com/google/refine/ProjectManager.getProjectID:(Ljava/lang/String;)J
| Change | Effect |
---|
1 |
Added util.GetProjectIDException exception thrown. |
Recompilation of a client program may be terminated with the message: unreported exception util.GetProjectIDException must be caught or declared to be thrown. |
[+] ProjectManager.getProjectMetadata ( long id ) : ProjectMetadata 1
com/google/refine/ProjectManager.getProjectMetadata:(J)Lcom/google/refine/model/metadata/ProjectMetadata;
| Change | Effect |
---|
1 |
Return value type has been changed from model.metadata.ProjectMetadata to ProjectMetadata. |
Recompilation of a client program may be terminated with the message: incompatible types: ProjectMetadata cannot be converted to model.metadata.ProjectMetadata. |
[+] ProjectManager.getProjectMetadata ( String name ) : ProjectMetadata 1
com/google/refine/ProjectManager.getProjectMetadata:(Ljava/lang/String;)Lcom/google/refine/model/metadata/ProjectMetadata;
| Change | Effect |
---|
1 |
Return value type has been changed from model.metadata.ProjectMetadata to ProjectMetadata. |
Recompilation of a client program may be terminated with the message: incompatible types: ProjectMetadata cannot be converted to model.metadata.ProjectMetadata. |
openrefine-3.1.jar,
ProjectMetadataUtilities.class
package com.google.refine.io
[+] ProjectMetadataUtilities.load ( File projectDir ) [static] : ProjectMetadata 1
com/google/refine/io/ProjectMetadataUtilities.load:(Ljava/io/File;)Lcom/google/refine/model/metadata/ProjectMetadata;
| Change | Effect |
---|
1 |
Return value type has been changed from com.google.refine.model.metadata.ProjectMetadata to com.google.refine.ProjectMetadata. |
Recompilation of a client program may be terminated with the message: incompatible types: com.google.refine.ProjectMetadata cannot be converted to com.google.refine.model.metadata.ProjectMetadata. |
[+] ProjectMetadataUtilities.loadFromFile ( File metadataFile ) [static] : ProjectMetadata 1
com/google/refine/io/ProjectMetadataUtilities.loadFromFile:(Ljava/io/File;)Lcom/google/refine/model/metadata/ProjectMetadata;
| Change | Effect |
---|
1 |
Return value type has been changed from com.google.refine.model.metadata.ProjectMetadata to com.google.refine.ProjectMetadata. |
Recompilation of a client program may be terminated with the message: incompatible types: com.google.refine.ProjectMetadata cannot be converted to com.google.refine.model.metadata.ProjectMetadata. |
[+] ProjectMetadataUtilities.recover ( File projectDir, long id ) [static] : ProjectMetadata 1
com/google/refine/io/ProjectMetadataUtilities.recover:(Ljava/io/File;J)Lcom/google/refine/model/metadata/ProjectMetadata;
| Change | Effect |
---|
1 |
Return value type has been changed from com.google.refine.model.metadata.ProjectMetadata to com.google.refine.ProjectMetadata. |
Recompilation of a client program may be terminated with the message: incompatible types: com.google.refine.ProjectMetadata cannot be converted to com.google.refine.model.metadata.ProjectMetadata. |
openrefine-3.1.jar,
SeparatorBasedImporter.class
package com.google.refine.importers
[+] SeparatorBasedImporter.createParserUIInitializationData ( ImportingJob job, List<JSONObject> fileRecords, String format ) : JSONObject 1
com/google/refine/importers/SeparatorBasedImporter.createParserUIInitializationData:(Lcom/google/refine/importing/ImportingJob;Ljava/util/List;Ljava/lang/String;)Lorg/json/JSONObject;
| Change | Effect |
---|
1 |
Return value type has been changed from org.json.JSONObject to com.fasterxml.jackson.databind.node.ObjectNode. |
Recompilation of a client program may be terminated with the message: incompatible types: com.fasterxml.jackson.databind.node.ObjectNode cannot be converted to org.json.JSONObject. |
openrefine-3.1.jar,
TabularImportingParserBase.class
package com.google.refine.importers
[+] TabularImportingParserBase.createParserUIInitializationData ( ImportingJob job, List<JSONObject> fileRecords, String format ) : JSONObject 1
com/google/refine/importers/TabularImportingParserBase.createParserUIInitializationData:(Lcom/google/refine/importing/ImportingJob;Ljava/util/List;Ljava/lang/String;)Lorg/json/JSONObject;
| Change | Effect |
---|
1 |
Return value type has been changed from org.json.JSONObject to com.fasterxml.jackson.databind.node.ObjectNode. |
Recompilation of a client program may be terminated with the message: incompatible types: com.fasterxml.jackson.databind.node.ObjectNode cannot be converted to org.json.JSONObject. |
openrefine-3.1.jar,
TreeImportingParserBase.class
package com.google.refine.importers.tree
[+] TreeImportingParserBase.createParserUIInitializationData ( ImportingJob job, List<JSONObject> fileRecords, String format ) : JSONObject 1
com/google/refine/importers/tree/TreeImportingParserBase.createParserUIInitializationData:(Lcom/google/refine/importing/ImportingJob;Ljava/util/List;Ljava/lang/String;)Lorg/json/JSONObject;
| Change | Effect |
---|
1 |
Return value type has been changed from org.json.JSONObject to com.fasterxml.jackson.databind.node.ObjectNode. |
Recompilation of a client program may be terminated with the message: incompatible types: com.fasterxml.jackson.databind.node.ObjectNode cannot be converted to org.json.JSONObject. |
openrefine-3.1.jar,
UrlRewriter.class
package com.google.refine.importing
[+] UrlRewriter.rewrite ( String p1 ) [abstract] : List<UrlRewriter.Result> 1
com/google/refine/importing/UrlRewriter.rewrite:(Ljava/lang/String;)Ljava/util/List;
| Change | Effect |
---|
1 |
Return value type has been changed from java.util.List<UrlRewriter.Result> to UrlRewriter.Result. |
Recompilation of a client program may be terminated with the message: incompatible types: UrlRewriter.Result cannot be converted to java.util.List<UrlRewriter.Result>. |
openrefine-3.1.jar,
WikitextImporter.class
package com.google.refine.importers
[+] WikitextImporter.createParserUIInitializationData ( ImportingJob job, List<JSONObject> fileRecords, String format ) : JSONObject 1
com/google/refine/importers/WikitextImporter.createParserUIInitializationData:(Lcom/google/refine/importing/ImportingJob;Ljava/util/List;Ljava/lang/String;)Lorg/json/JSONObject;
| Change | Effect |
---|
1 |
Return value type has been changed from org.json.JSONObject to com.fasterxml.jackson.databind.node.ObjectNode. |
Recompilation of a client program may be terminated with the message: incompatible types: com.fasterxml.jackson.databind.node.ObjectNode cannot be converted to org.json.JSONObject. |
openrefine-3.1.jar,
XmlImporter.class
package com.google.refine.importers
[+] XmlImporter.createParserUIInitializationData ( ImportingJob job, List<JSONObject> fileRecords, String format ) : JSONObject 1
com/google/refine/importers/XmlImporter.createParserUIInitializationData:(Lcom/google/refine/importing/ImportingJob;Ljava/util/List;Ljava/lang/String;)Lorg/json/JSONObject;
| Change | Effect |
---|
1 |
Return value type has been changed from org.json.JSONObject to com.fasterxml.jackson.databind.node.ObjectNode. |
Recompilation of a client program may be terminated with the message: incompatible types: com.fasterxml.jackson.databind.node.ObjectNode cannot be converted to org.json.JSONObject. |
to the top
Other Changes in Data Types 17
openrefine-3.1.jar
package com.google.refine.browsing.facets
[+] class ListFacet 1
| Change | Effect |
---|
1 |
Field ERR_TOO_MANY_CHOICES has been added to this class. |
No effect. |
[+] affected methods: 9 (0.3%)
ListFacet.ListFacet ( )This constructor is from 'ListFacet' class.
ListFacet.computeChoices ( Project project, FilteredRecords filteredRecords )This method is from 'ListFacet' class.
ListFacet.computeChoices ( Project project, FilteredRows filteredRows )This method is from 'ListFacet' class.
ListFacet.createMatches ( )This method is from 'ListFacet' class.
ListFacet.getLimit ( )This method is from 'ListFacet' class.
ListFacet.getRecordFilter ( Project project )This method is from 'ListFacet' class.
ListFacet.getRowFilter ( Project project )This method is from 'ListFacet' class.
ListFacet.initializeFromConfig ( ListFacet.ListFacetConfig config, Project project )This method is from 'ListFacet' class.
ListFacet.postProcessGrouper ( ExpressionNominalValueGrouper grouper )This method is from 'ListFacet' class.
[+] class RangeFacet 1
| Change | Effect |
---|
1 |
Field ERR_NO_NUMERIC_VALUE_PRESENT has been added to this class. |
No effect. |
[+] affected methods: 10 (0.3%)
RangeFacet.RangeFacet ( )This constructor is from 'RangeFacet' class.
RangeFacet.computeChoices ( Project project, FilteredRecords filteredRecords )This method is from 'RangeFacet' class.
RangeFacet.computeChoices ( Project project, FilteredRows filteredRows )This method is from 'RangeFacet' class.
RangeFacet.getRecordFilter ( Project project )This method is from 'RangeFacet' class.
RangeFacet.getRowEvaluable ( Project project )This method is from 'RangeFacet' class.
RangeFacet.getRowFilter ( Project project )This method is from 'RangeFacet' class.
RangeFacet.initializeFromConfig ( RangeFacet.RangeFacetConfig config, Project project )This method is from 'RangeFacet' class.
RangeFacet.RangeFacetConfig.apply ( Project project )Return value of this method is of type 'RangeFacet'.
RangeFacet.retrieveDataFromBaseBinIndex ( NumericBinIndex index )This method is from 'RangeFacet' class.
RangeFacet.retrieveDataFromBinner ( ExpressionNumericValueBinner binner )This method is from 'RangeFacet' class.
openrefine-3.1.jar
package com.google.refine.commands.row
[+] class GetRowsCommand.RowWritingVisitor 1
| Change | Effect |
---|
1 |
Field results has been added to this class. |
No effect. |
[+] affected methods: 6 (0.2%)
GetRowsCommand.RowWritingVisitor.end ( Project project )This method is from 'GetRowsCommand.RowWritingVisitor' class.
GetRowsCommand.RowWritingVisitor.internalVisit ( Project project, int rowIndex, Row row )This method is from 'GetRowsCommand.RowWritingVisitor' class.
GetRowsCommand.RowWritingVisitor.internalVisit ( Project project, Record record )This method is from 'GetRowsCommand.RowWritingVisitor' class.
GetRowsCommand.RowWritingVisitor.start ( Project project )This method is from 'GetRowsCommand.RowWritingVisitor' class.
GetRowsCommand.RowWritingVisitor.visit ( Project project, int rowIndex, Row row )This method is from 'GetRowsCommand.RowWritingVisitor' class.
GetRowsCommand.RowWritingVisitor.visit ( Project project, Record record )This method is from 'GetRowsCommand.RowWritingVisitor' class.
openrefine-3.1.jar
package com.google.refine.model.changes
[+] class ColumnReorderChange 2
| Change | Effect |
---|
1 |
Field _oldCells has been added to this class. |
No effect. |
2 |
Field _removedColumns has been added to this class. |
No effect. |
[+] affected methods: 5 (0.1%)
ColumnReorderChange.ColumnReorderChange ( List<String> columnNames )This constructor is from 'ColumnReorderChange' class.
ColumnReorderChange.apply ( Project project )This method is from 'ColumnReorderChange' class.
ColumnReorderChange.load ( LineNumberReader reader, Pool pool )This method is from 'ColumnReorderChange' class.
ColumnReorderChange.revert ( Project project )This method is from 'ColumnReorderChange' class.
ColumnReorderChange.save ( Writer writer, Properties options )This method is from 'ColumnReorderChange' class.
openrefine-3.1.jar
package com.google.refine.operations.recon
[+] class ReconOperation.ReconProcess 4
| Change | Effect |
---|
1 |
Field _addJudgmentFacet has been added to this class. |
No effect. |
2 |
Field _addJudgmentFacetJson has been added to this class. |
No effect. |
3 |
Field _addScoreFacet has been added to this class. |
No effect. |
4 |
Field _addScoreFacetJson has been added to this class. |
No effect. |
[+] affected methods: 4 (0.1%)
ReconOperation.ReconProcess.ReconOperation.ReconProcess ( ReconOperation project, Project engineConfig, EngineConfig description, String p4 )This constructor is from 'ReconOperation.ReconProcess' class.
ReconOperation.ReconProcess.getRunnable ( )This method is from 'ReconOperation.ReconProcess' class.
ReconOperation.ReconProcess.populateEntries ( )This method is from 'ReconOperation.ReconProcess' class.
ReconOperation.ReconProcess.run ( )This method is from 'ReconOperation.ReconProcess' class.
openrefine-3.1.jar
package com.google.refine.preference
[+] class TopList 2
| Change | Effect |
---|
1 |
Field _list became non-final. |
No effect. |
2 |
Field _top became non-final. |
No effect. |
[+] affected methods: 5 (0.1%)
TopList.TopList ( int top )This constructor is from 'TopList' class.
TopList.add ( String element )This method is from 'TopList' class.
TopList.getList ( )This method is from 'TopList' class.
TopList.iterator ( )This method is from 'TopList' class.
TopList.remove ( String element )This method is from 'TopList' class.
openrefine-3.1.jar
package com.google.refine.util
[+] class ParsingUtilities 6
| Change | Effect |
---|
1 |
Field defaultFilters has been added to this class. |
No effect. |
2 |
Field defaultWriter has been added to this class. |
No effect. |
3 |
Field jsonFactory has been added to this class. |
No effect. |
4 |
Field mapper has been added to this class. |
No effect. |
5 |
Field saveFilters has been added to this class. |
No effect. |
6 |
Field saveWriter has been added to this class. |
No effect. |
[+] affected methods: 17 (0.5%)
ParsingUtilities.ParsingUtilities ( )This constructor is from 'ParsingUtilities' class.
ParsingUtilities.calendarToOffsetDateTime ( Calendar calendar )This method is from 'ParsingUtilities' class.
ParsingUtilities.dateToString ( OffsetDateTime d )This method is from 'ParsingUtilities' class.
ParsingUtilities.decode ( String s )This method is from 'ParsingUtilities' class.
ParsingUtilities.encode ( String s )This method is from 'ParsingUtilities' class.
ParsingUtilities.inputStreamToString ( InputStream is )This method is from 'ParsingUtilities' class.
ParsingUtilities.inputStreamToString ( InputStream is, String encoding )This method is from 'ParsingUtilities' class.
ParsingUtilities.instantToLocalDateTimeString ( Instant instant )This method is from 'ParsingUtilities' class.
ParsingUtilities.instantToString ( Instant instant )This method is from 'ParsingUtilities' class.
ParsingUtilities.localDateToString ( LocalDateTime d )This method is from 'ParsingUtilities' class.
...
to the top
Java Archives 1
openrefine-3.1.jar
to the top