Uses of Class
org.openrefine.wikidata.updates.ItemEditBuilder
Packages that use ItemEditBuilder
-
Uses of ItemEditBuilder in org.openrefine.wikidata.schema
Methods in org.openrefine.wikidata.schema with parameters of type ItemEditBuilderModifier and TypeMethodDescriptionvoidWbNameDescExpr.contributeTo(ItemEditBuilder entity, ExpressionContext ctxt) Evaluates the expression and adds the result to the entity update. -
Uses of ItemEditBuilder in org.openrefine.wikidata.updates
Methods in org.openrefine.wikidata.updates that return ItemEditBuilderModifier and TypeMethodDescriptionItemEditBuilder.addAlias(org.wikidata.wdtk.datamodel.interfaces.MonolingualTextValue alias) Adds an alias to the item.ItemEditBuilder.addAliases(Set<org.wikidata.wdtk.datamodel.interfaces.MonolingualTextValue> aliases) Adds a list of aliases to the item.ItemEditBuilder.addDescription(org.wikidata.wdtk.datamodel.interfaces.MonolingualTextValue description, boolean override) Adds a description to the item.ItemEditBuilder.addDescriptions(Set<org.wikidata.wdtk.datamodel.interfaces.MonolingualTextValue> descriptions, boolean override) Adds a list of descriptions to the item.ItemEditBuilder.addLabel(org.wikidata.wdtk.datamodel.interfaces.MonolingualTextValue label, boolean override) Adds a label to the entity.ItemEditBuilder.addLabels(Set<org.wikidata.wdtk.datamodel.interfaces.MonolingualTextValue> labels, boolean override) Adds a list of labels to the entity.ItemEditBuilder.addStatement(StatementEdit statement) Adds an update to a statement.ItemEditBuilder.addStatements(List<StatementEdit> statements) Add a list of statement, as inaddStatement(org.openrefine.wikidata.updates.StatementEdit).