Class EntityTypeScrutinizer
- java.lang.Object
-
- org.openrefine.wikibase.qa.scrutinizers.EditScrutinizer
-
- org.openrefine.wikibase.qa.scrutinizers.StatementScrutinizer
-
- org.openrefine.wikibase.qa.scrutinizers.SnakScrutinizer
-
- org.openrefine.wikibase.qa.scrutinizers.EntityTypeScrutinizer
-
public class EntityTypeScrutinizer extends SnakScrutinizer
-
-
Field Summary
Fields Modifier and Type Field Description String
allowedEntityTypesQid
String
itemOfPropertyConstraint
static String
type
String
wikibaseItemQid
-
Fields inherited from class org.openrefine.wikibase.qa.scrutinizers.EditScrutinizer
_fetcher, _store, connection, enableSlowChecks, manifest
-
-
Constructor Summary
Constructors Constructor Description EntityTypeScrutinizer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
prepareDependencies()
Prepare the dependencies(i.e. constraint-related pids and qids) needed by the scrutinizer.void
scrutinize(org.wikidata.wdtk.datamodel.interfaces.Snak snak, org.wikidata.wdtk.datamodel.interfaces.EntityIdValue entityId, boolean added)
This is the method that subclasses should override to implement their checks.-
Methods inherited from class org.openrefine.wikibase.qa.scrutinizers.SnakScrutinizer
scrutinize, scrutinizeSnakSet
-
Methods inherited from class org.openrefine.wikibase.qa.scrutinizers.StatementScrutinizer
scrutinize, scrutinize, scrutinizeStatementEntityEdit
-
Methods inherited from class org.openrefine.wikibase.qa.scrutinizers.EditScrutinizer
addIssue, addIssue, batchIsBeginning, batchIsFinished, critical, findValues, getConstraintsRelatedId, important, info, infoNotFacetable, scrutinize, setApiConnection, setEnableSlowChecks, setFetcher, setManifest, setStore, warning
-
-
-
-
Field Detail
-
type
public static final String type
- See Also:
- Constant Field Values
-
allowedEntityTypesQid
public String allowedEntityTypesQid
-
wikibaseItemQid
public String wikibaseItemQid
-
itemOfPropertyConstraint
public String itemOfPropertyConstraint
-
-
Method Detail
-
scrutinize
public void scrutinize(org.wikidata.wdtk.datamodel.interfaces.Snak snak, org.wikidata.wdtk.datamodel.interfaces.EntityIdValue entityId, boolean added)
Description copied from class:SnakScrutinizer
This is the method that subclasses should override to implement their checks.- Specified by:
scrutinize
in classSnakScrutinizer
- Parameters:
snak
- : the snak to inspectentityId
- : the entity on which it is going to (dis)appearadded
- : whether this snak is going to be added or deleted
-
prepareDependencies
public boolean prepareDependencies()
Description copied from class:EditScrutinizer
Prepare the dependencies(i.e. constraint-related pids and qids) needed by the scrutinizer. Called beforeEditScrutinizer.batchIsBeginning()
.- Specified by:
prepareDependencies
in classEditScrutinizer
- Returns:
- false if any necessary dependency is missing, true otherwise.
-
-