Uses of Class
org.openrefine.wikibase.operations.PerformWikibaseEditsOperation.RowEditingResults
-
Packages that use PerformWikibaseEditsOperation.RowEditingResults Package Description org.openrefine.wikibase.operations -
-
Uses of PerformWikibaseEditsOperation.RowEditingResults in org.openrefine.wikibase.operations
Methods in org.openrefine.wikibase.operations that return PerformWikibaseEditsOperation.RowEditingResults Modifier and Type Method Description PerformWikibaseEditsOperation.RowEditingResults
PerformWikibaseEditsOperation.RowEditingResultsProducer. call(long rowId, Row row)
PerformWikibaseEditsOperation.RowEditingResults
PerformWikibaseEditsOperation.RowNewReconUpdateSerializer. deserialize(String serialized)
Methods in org.openrefine.wikibase.operations that return types with arguments of type PerformWikibaseEditsOperation.RowEditingResults Modifier and Type Method Description List<PerformWikibaseEditsOperation.RowEditingResults>
PerformWikibaseEditsOperation.RowEditingResultsProducer. callRowBatch(List<IndexedRow> rows)
Methods in org.openrefine.wikibase.operations with parameters of type PerformWikibaseEditsOperation.RowEditingResults Modifier and Type Method Description String
PerformWikibaseEditsOperation.RowNewReconUpdateSerializer. serialize(PerformWikibaseEditsOperation.RowEditingResults changeDataItem)
Method parameters in org.openrefine.wikibase.operations with type arguments of type PerformWikibaseEditsOperation.RowEditingResults Modifier and Type Method Description Row
PerformWikibaseEditsOperation.NewReconRowJoiner. call(Row row, IndexedData<PerformWikibaseEditsOperation.RowEditingResults> indexedData)
-