Uses of Class
org.openrefine.wikibase.updates.StatementEdit
-
Packages that use StatementEdit Package Description org.openrefine.wikibase.editing org.openrefine.wikibase.schema org.openrefine.wikibase.updates -
-
Uses of StatementEdit in org.openrefine.wikibase.editing
Methods in org.openrefine.wikibase.editing that return StatementEdit Modifier and Type Method Description StatementEdit
ReconEntityRewriter. copy(StatementEdit value)
Methods in org.openrefine.wikibase.editing with parameters of type StatementEdit Modifier and Type Method Description StatementEdit
ReconEntityRewriter. copy(StatementEdit value)
-
Uses of StatementEdit in org.openrefine.wikibase.schema
Methods in org.openrefine.wikibase.schema that return StatementEdit Modifier and Type Method Description StatementEdit
WbStatementExpr. evaluate(ExpressionContext ctxt, org.wikidata.wdtk.datamodel.interfaces.EntityIdValue subject, org.wikidata.wdtk.datamodel.interfaces.PropertyIdValue propertyId)
-
Uses of StatementEdit in org.openrefine.wikibase.updates
Fields in org.openrefine.wikibase.updates with type parameters of type StatementEdit Modifier and Type Field Description protected List<StatementEdit>
StatementGroupEdit. statementEdits
protected List<StatementEdit>
LabeledStatementEntityEdit. statements
Methods in org.openrefine.wikibase.updates that return StatementEdit Modifier and Type Method Description StatementEdit
StatementEdit. withSubjectId(org.wikidata.wdtk.datamodel.interfaces.EntityIdValue entityId)
Translates the StatementEdit to apply to a new subject id.Methods in org.openrefine.wikibase.updates that return types with arguments of type StatementEdit Modifier and Type Method Description List<StatementEdit>
LabeledStatementEntityEdit. getStatementEdits()
List<StatementEdit>
StatementEntityEdit. getStatementEdits()
Edits made to statementsList<StatementEdit>
StatementGroupEdit. getStatementEdits()
Methods in org.openrefine.wikibase.updates with parameters of type StatementEdit Modifier and Type Method Description ItemEditBuilder
ItemEditBuilder. addStatement(StatementEdit statement)
Adds an update to a statement.MediaInfoEditBuilder
MediaInfoEditBuilder. addStatement(StatementEdit statement)
Adds an update to a statement.Method parameters in org.openrefine.wikibase.updates with type arguments of type StatementEdit Modifier and Type Method Description ItemEditBuilder
ItemEditBuilder. addStatements(List<StatementEdit> statements)
Add a list of statement, as inItemEditBuilder.addStatement(org.openrefine.wikibase.updates.StatementEdit)
.MediaInfoEditBuilder
MediaInfoEditBuilder. addStatements(List<StatementEdit> statements)
Add a list of statement, as inMediaInfoEditBuilder.addStatement(org.openrefine.wikibase.updates.StatementEdit)
.Constructor parameters in org.openrefine.wikibase.updates with type arguments of type StatementEdit Constructor Description ItemEdit(org.wikidata.wdtk.datamodel.interfaces.EntityIdValue id, List<StatementEdit> statements, Map<String,org.wikidata.wdtk.datamodel.interfaces.MonolingualTextValue> labels, Map<String,org.wikidata.wdtk.datamodel.interfaces.MonolingualTextValue> labelsIfNew, Map<String,org.wikidata.wdtk.datamodel.interfaces.MonolingualTextValue> descriptions, Map<String,org.wikidata.wdtk.datamodel.interfaces.MonolingualTextValue> descriptionsIfNew, Map<String,List<org.wikidata.wdtk.datamodel.interfaces.MonolingualTextValue>> aliases, Set<Long> contributingRowIds)
Protected constructor to avoid re-constructing term maps when merging two entity updates.ItemEdit(org.wikidata.wdtk.datamodel.interfaces.EntityIdValue id, List<StatementEdit> statements, Set<org.wikidata.wdtk.datamodel.interfaces.MonolingualTextValue> labels, Set<org.wikidata.wdtk.datamodel.interfaces.MonolingualTextValue> labelsIfNew, Set<org.wikidata.wdtk.datamodel.interfaces.MonolingualTextValue> descriptions, Set<org.wikidata.wdtk.datamodel.interfaces.MonolingualTextValue> descriptionsIfNew, Set<org.wikidata.wdtk.datamodel.interfaces.MonolingualTextValue> aliases, Set<Long> contributingRowIds)
Constructor.LabeledStatementEntityEdit(org.wikidata.wdtk.datamodel.interfaces.EntityIdValue id, List<StatementEdit> statements, Map<String,org.wikidata.wdtk.datamodel.interfaces.MonolingualTextValue> labels, Map<String,org.wikidata.wdtk.datamodel.interfaces.MonolingualTextValue> labelsIfNew, Set<Long> contributingRowIds)
Protected constructor to avoid re-constructing term maps when merging two entity updates.LabeledStatementEntityEdit(org.wikidata.wdtk.datamodel.interfaces.EntityIdValue id, List<StatementEdit> statements, Set<org.wikidata.wdtk.datamodel.interfaces.MonolingualTextValue> labels, Set<org.wikidata.wdtk.datamodel.interfaces.MonolingualTextValue> labelsIfNew, Set<Long> contributingRowIds)
Constructor.MediaInfoEdit(org.wikidata.wdtk.datamodel.interfaces.EntityIdValue id, List<StatementEdit> statements, Map<String,org.wikidata.wdtk.datamodel.interfaces.MonolingualTextValue> labels, Map<String,org.wikidata.wdtk.datamodel.interfaces.MonolingualTextValue> labelsIfNew, String filePath, String fileName, String wikitext, boolean overrideWikitext, Set<Long> contributingRowIds)
Protected constructor to avoid re-constructing term maps when merging two entity updates.MediaInfoEdit(org.wikidata.wdtk.datamodel.interfaces.EntityIdValue id, List<StatementEdit> statements, Set<org.wikidata.wdtk.datamodel.interfaces.MonolingualTextValue> labels, Set<org.wikidata.wdtk.datamodel.interfaces.MonolingualTextValue> labelsIfNew, String filePath, String fileName, String wikitext, boolean overrideWikitext, Set<Long> contributingRowIds)
Constructor.StatementGroupEdit(List<StatementEdit> statementEdits)
TermedStatementEntityEdit(org.wikidata.wdtk.datamodel.interfaces.EntityIdValue id, List<StatementEdit> statements, Map<String,org.wikidata.wdtk.datamodel.interfaces.MonolingualTextValue> labels, Map<String,org.wikidata.wdtk.datamodel.interfaces.MonolingualTextValue> labelsIfNew, Map<String,org.wikidata.wdtk.datamodel.interfaces.MonolingualTextValue> descriptions, Map<String,org.wikidata.wdtk.datamodel.interfaces.MonolingualTextValue> descriptionsIfNew, Map<String,List<org.wikidata.wdtk.datamodel.interfaces.MonolingualTextValue>> aliases, Set<Long> contributingRowIds)
Protected constructor to avoid re-constructing term maps when merging two entity updates.TermedStatementEntityEdit(org.wikidata.wdtk.datamodel.interfaces.EntityIdValue id, List<StatementEdit> statements, Set<org.wikidata.wdtk.datamodel.interfaces.MonolingualTextValue> labels, Set<org.wikidata.wdtk.datamodel.interfaces.MonolingualTextValue> labelsIfNew, Set<org.wikidata.wdtk.datamodel.interfaces.MonolingualTextValue> descriptions, Set<org.wikidata.wdtk.datamodel.interfaces.MonolingualTextValue> descriptionsIfNew, Set<org.wikidata.wdtk.datamodel.interfaces.MonolingualTextValue> aliases, Set<Long> contributingRowIds)
Constructor.
-