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 ReconConfig
ColumnMetadata. getReconConfig()
Methods in org.openrefine.model with parameters of type ReconConfig Modifier and Type Method Description ColumnMetadata
ColumnMetadata. withReconConfig(ReconConfig config)
ColumnModel
ColumnModel. 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 class
DataExtensionReconConfig
class
StandardReconConfig
Fields in org.openrefine.model.recon with type parameters of type ReconConfig Modifier and Type Field Description static Map<Class<? extends ReconConfig>,String>
ReconConfig. s_opClassToName
static Map<String,List<Class<? extends ReconConfig>>>
ReconConfig. s_opNameToClass
Methods in org.openrefine.model.recon that return ReconConfig Modifier and Type Method Description static ReconConfig
ReconConfig. 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 void
ReconConfig. 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 ReconConfig
ReconOperation. _reconConfig
Methods in org.openrefine.operations.recon that return ReconConfig Modifier and Type Method Description protected ReconConfig
ReconMarkNewTopicsOperation. getNewReconConfig(ColumnMetadata column)
ReconConfig
ReconOperation. getReconConfig()
Methods in org.openrefine.operations.recon with parameters of type ReconConfig Modifier and Type Method Description protected static RowInRecordMapper
ReconUseValuesAsIdentifiersOperation. rowMapper(int columnIndex, long historyEntryId, ReconConfig reconConfig, String identifierSpace)
protected static RowInRecordMapper
ReconMarkNewTopicsOperation. rowMapperNoSharing(int columnIndex, ReconConfig reconConfig, long historyEntryId)
protected static RowInRecordMapper
ReconMarkNewTopicsOperation. 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)
-