Uses of Class
org.openrefine.model.recon.ReconType
-
Packages that use ReconType Package Description org.openrefine.model.recon -
-
Uses of ReconType in org.openrefine.model.recon
Fields in org.openrefine.model.recon declared as ReconType Modifier and Type Field Description ReconType
ReconciledDataExtensionJob.ColumnInfo. expectedType
ReconType
DataExtensionReconConfig. type
ReconType
ReconciledDataExtensionJob.DataExtensionProperty. type
Fields in org.openrefine.model.recon with type parameters of type ReconType Modifier and Type Field Description List<ReconType>
StandardReconConfig.ReconResult. types
Methods in org.openrefine.model.recon that return ReconType Modifier and Type Method Description ReconType
StandardReconConfig. getReconType()
static ReconType
ReconType. load(String json)
Constructors in org.openrefine.model.recon with parameters of type ReconType Constructor Description ColumnDetail(String columnName, String propertyName, String propertyID, ReconType property)
Unfortunately the format of ColumnDetail is inconsistent in the UI and the backend so we need to support two deserialization formats.ColumnInfo(String name, String id, ReconType expectedType)
DataExtensionProperty(String id, String name, ReconType type, Map<String,Object> settings)
DataExtensionReconConfig(String service, String identifierSpace, String schemaSpace, ReconType type)
StandardReconConfig(String service, String identifierSpace, String schemaSpace, ReconType type, boolean autoMatch, List<StandardReconConfig.ColumnDetail> columnDetails, int limit)
-