Uses of Class
org.openrefine.model.recon.ReconConfig
-
Packages that use ReconConfig Package Description org.openrefine.model org.openrefine.model.recon org.openrefine.operations.recon -
-
Uses of ReconConfig in org.openrefine.model
Methods in org.openrefine.model that return ReconConfig Modifier and Type Method Description ReconConfigColumnMetadata. getReconConfig()Methods in org.openrefine.model with parameters of type ReconConfig Modifier and Type Method Description ColumnMetadataColumnMetadata. withReconConfig(ReconConfig config)ColumnModelColumnModel. withReconConfig(int index, ReconConfig config)Replaces the recon config at the given column index.Constructors in org.openrefine.model with parameters of type ReconConfig Constructor Description ColumnMetadata(String originalName, String name, ReconConfig reconConfig) -
Uses of ReconConfig in org.openrefine.model.recon
Subclasses of ReconConfig in org.openrefine.model.recon Modifier and Type Class Description classDataExtensionReconConfigclassStandardReconConfigFields in org.openrefine.model.recon with type parameters of type ReconConfig Modifier and Type Field Description static Map<Class<? extends ReconConfig>,String>ReconConfig. s_opClassToNamestatic Map<String,List<Class<? extends ReconConfig>>>ReconConfig. s_opNameToClassMethods in org.openrefine.model.recon that return ReconConfig Modifier and Type Method Description static ReconConfigReconConfig. reconstruct(String json)Methods in org.openrefine.model.recon that return types with arguments of type ReconConfig Modifier and Type Method Description static Class<? extends ReconConfig>ReconConfig. getClassFromMode(String mode)Method parameters in org.openrefine.model.recon with type arguments of type ReconConfig Modifier and Type Method Description static voidReconConfig. registerReconConfig(String moduleName, String name, Class<? extends ReconConfig> klass) -
Uses of ReconConfig in org.openrefine.operations.recon
Fields in org.openrefine.operations.recon declared as ReconConfig Modifier and Type Field Description protected ReconConfigReconOperation. _reconConfigMethods in org.openrefine.operations.recon that return ReconConfig Modifier and Type Method Description protected ReconConfigReconMarkNewTopicsOperation. getNewReconConfig(ColumnMetadata column)ReconConfigReconOperation. getReconConfig()Methods in org.openrefine.operations.recon with parameters of type ReconConfig Modifier and Type Method Description protected static RowInRecordMapperReconUseValuesAsIdentifiersOperation. rowMapper(int columnIndex, long historyEntryId, ReconConfig reconConfig, String identifierSpace)protected static RowInRecordMapperReconMarkNewTopicsOperation. rowMapperNoSharing(int columnIndex, ReconConfig reconConfig, long historyEntryId)protected static RowInRecordMapperReconMarkNewTopicsOperation. rowMapperWithSharing(int columnIndex, ReconConfig reconConfig, long historyEntryId, com.google.common.collect.ImmutableMap<String,Long> valueToId)Constructors in org.openrefine.operations.recon with parameters of type ReconConfig Constructor Description ReconChangeDataProducer(String columnName, int columnIndex, ReconConfig reconConfig, long historyEntryId, ColumnModel columnModel)ReconOperation(EngineConfig engineConfig, String columnName, ReconConfig reconConfig)
-