Class ReconUseValuesAsIdentifiersOperation
java.lang.Object
com.google.refine.model.AbstractOperation
com.google.refine.operations.EngineDependentOperation
com.google.refine.operations.EngineDependentMassCellOperation
com.google.refine.operations.recon.ReconUseValuesAsIdentifiersOperation
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Stringprotected StandardReconConfigprotected Stringprotected StringFields inherited from class com.google.refine.operations.EngineDependentMassCellOperation
_columnName, _updateRowContextDependenciesFields inherited from class com.google.refine.operations.EngineDependentOperation
_engineConfig -
Constructor Summary
ConstructorsConstructorDescriptionReconUseValuesAsIdentifiersOperation(EngineConfig engineConfig, String columnName, String service, String identifierSpace, String schemaSpace) -
Method Summary
Modifier and TypeMethodDescriptionprotected ChangecreateChange(Project project, Column column, List<CellChange> cellChanges) protected StringcreateDescription(Column column, List<CellChange> cellChanges) protected RowVisitorcreateRowVisitor(Project project, List<CellChange> cellChanges, long historyEntryID) getBriefDescription(Project project) Methods inherited from class com.google.refine.operations.EngineDependentMassCellOperation
createHistoryEntry, getColumnNameMethods inherited from class com.google.refine.operations.EngineDependentOperation
createEngine, getEngineConfigMethods inherited from class com.google.refine.model.AbstractOperation
createProcess, getJsonDescription, getOperationId
-
Field Details
-
identifierSpace
-
schemaSpace
-
service
-
reconConfig
-
-
Constructor Details
-
ReconUseValuesAsIdentifiersOperation
public ReconUseValuesAsIdentifiersOperation(EngineConfig engineConfig, String columnName, String service, String identifierSpace, String schemaSpace)
-
-
Method Details
-
getBriefDescription
- Overrides:
getBriefDescriptionin classAbstractOperation
-
createRowVisitor
protected RowVisitor createRowVisitor(Project project, List<CellChange> cellChanges, long historyEntryID) throws Exception - Specified by:
createRowVisitorin classEngineDependentMassCellOperation- Throws:
Exception
-
createDescription
- Specified by:
createDescriptionin classEngineDependentMassCellOperation
-
createChange
- Overrides:
createChangein classEngineDependentMassCellOperation
-