Class ReconMatchSpecificTopicOperation
java.lang.Object
com.google.refine.model.AbstractOperation
com.google.refine.operations.EngineDependentOperation
com.google.refine.operations.EngineDependentMassCellOperation
com.google.refine.operations.recon.ReconMatchSpecificTopicOperation
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final Stringprotected final ReconMatchSpecificTopicOperation.ReconItemprotected final StringFields inherited from class com.google.refine.operations.EngineDependentMassCellOperation
_columnName, _updateRowContextDependenciesFields inherited from class com.google.refine.operations.EngineDependentOperation
_engineConfig -
Constructor Summary
ConstructorsConstructorDescriptionReconMatchSpecificTopicOperation(EngineConfig engineConfig, String columnName, ReconMatchSpecificTopicOperation.ReconItem match, 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) protected StringgetBriefDescription(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
-
match
-
identifierSpace
-
schemaSpace
-
-
Constructor Details
-
ReconMatchSpecificTopicOperation
public ReconMatchSpecificTopicOperation(EngineConfig engineConfig, String columnName, ReconMatchSpecificTopicOperation.ReconItem match, String identifierSpace, String schemaSpace)
-
-
Method Details
-
getBriefDescription
- Overrides:
getBriefDescriptionin classAbstractOperation
-
createDescription
- Specified by:
createDescriptionin classEngineDependentMassCellOperation
-
createRowVisitor
protected RowVisitor createRowVisitor(Project project, List<CellChange> cellChanges, long historyEntryID) throws Exception - Specified by:
createRowVisitorin classEngineDependentMassCellOperation- Throws:
Exception
-
createChange
- Overrides:
createChangein classEngineDependentMassCellOperation
-