Class PerformWikibaseEditsOperation.NewReconRowJoiner
- java.lang.Object
-
- org.openrefine.wikibase.operations.PerformWikibaseEditsOperation.NewReconRowJoiner
-
- All Implemented Interfaces:
Serializable
,RowChangeDataJoiner<PerformWikibaseEditsOperation.RowEditingResults>
- Enclosing class:
- PerformWikibaseEditsOperation
protected static class PerformWikibaseEditsOperation.NewReconRowJoiner extends Object implements RowChangeDataJoiner<PerformWikibaseEditsOperation.RowEditingResults>
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
NewReconRowJoiner()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Row
call(Row row, IndexedData<PerformWikibaseEditsOperation.RowEditingResults> indexedData)
Given a row, its id and the pre-computed change data for this row, return the new row after the change.boolean
preservesRecordStructure()
Indicates whether this joiner is guaranteed to preserve the record boundaries on the grid it is applied to.
-
-
-
Method Detail
-
call
public Row call(Row row, IndexedData<PerformWikibaseEditsOperation.RowEditingResults> indexedData)
Description copied from interface:RowChangeDataJoiner
Given a row, its id and the pre-computed change data for this row, return the new row after the change.- Specified by:
call
in interfaceRowChangeDataJoiner<PerformWikibaseEditsOperation.RowEditingResults>
indexedData
- may not be null, but the wrapped data inside may.
-
preservesRecordStructure
public boolean preservesRecordStructure()
Description copied from interface:RowChangeDataJoiner
Indicates whether this joiner is guaranteed to preserve the record boundaries on the grid it is applied to.- Specified by:
preservesRecordStructure
in interfaceRowChangeDataJoiner<PerformWikibaseEditsOperation.RowEditingResults>
-
-