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 protectedNewReconRowJoiner()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Rowcall(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.booleanpreservesRecordStructure()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:RowChangeDataJoinerGiven a row, its id and the pre-computed change data for this row, return the new row after the change.- Specified by:
callin interfaceRowChangeDataJoiner<PerformWikibaseEditsOperation.RowEditingResults>indexedData- may not be null, but the wrapped data inside may.
-
preservesRecordStructure
public boolean preservesRecordStructure()
Description copied from interface:RowChangeDataJoinerIndicates whether this joiner is guaranteed to preserve the record boundaries on the grid it is applied to.- Specified by:
preservesRecordStructurein interfaceRowChangeDataJoiner<PerformWikibaseEditsOperation.RowEditingResults>
-
-