Uses of Class
org.openrefine.model.recon.ReconciledDataExtensionJob.DataExtension
-
Packages that use ReconciledDataExtensionJob.DataExtension Package Description org.openrefine.model.recon -
-
Uses of ReconciledDataExtensionJob.DataExtension in org.openrefine.model.recon
Methods in org.openrefine.model.recon that return ReconciledDataExtensionJob.DataExtension Modifier and Type Method Description protected ReconciledDataExtensionJob.DataExtension
ReconciledDataExtensionJob. collectResult(com.fasterxml.jackson.databind.node.ObjectNode record)
Methods in org.openrefine.model.recon that return types with arguments of type ReconciledDataExtensionJob.DataExtension Modifier and Type Method Description Map<String,ReconciledDataExtensionJob.DataExtension>
ReconciledDataExtensionJob. extend(Set<String> ids)
TODO Although the HTTP code has been unified, there may still be opportunity to refactor a higher level querying library out of this which could be shared with StandardReconConfig.Map<Long,ReconciledDataExtensionJob.DataExtension>
ReconciledDataExtensionJob.RecordDataExtension. getExtensions()
Constructor parameters in org.openrefine.model.recon with type arguments of type ReconciledDataExtensionJob.DataExtension Constructor Description RecordDataExtension(Map<Long,ReconciledDataExtensionJob.DataExtension> extensions)
-