Uses of Interface
org.openrefine.wikibase.manifests.Manifest
-
Packages that use Manifest Package Description org.openrefine.wikibase.functions org.openrefine.wikibase.manifests org.openrefine.wikibase.qa org.openrefine.wikibase.qa.scrutinizers -
-
Uses of Manifest in org.openrefine.wikibase.functions
Methods in org.openrefine.wikibase.functions that return Manifest Modifier and Type Method Description protected Manifest
WikibaseIssuesFunction. getManifest(String mediaWikiApiEndpoint)
-
Uses of Manifest in org.openrefine.wikibase.manifests
Classes in org.openrefine.wikibase.manifests that implement Manifest Modifier and Type Class Description class
ManifestV1
class
ManifestV2
Methods in org.openrefine.wikibase.manifests that return Manifest Modifier and Type Method Description static Manifest
ManifestParser. parse(com.fasterxml.jackson.databind.JsonNode manifestJson)
static Manifest
ManifestParser. parse(String manifestJson)
-
Uses of Manifest in org.openrefine.wikibase.qa
Constructors in org.openrefine.wikibase.qa with parameters of type Manifest Constructor Description EditInspector(QAWarningStore warningStore, Manifest manifest, boolean slowMode)
Builds an edit inspector. -
Uses of Manifest in org.openrefine.wikibase.qa.scrutinizers
Fields in org.openrefine.wikibase.qa.scrutinizers declared as Manifest Modifier and Type Field Description protected Manifest
EditScrutinizer. manifest
Methods in org.openrefine.wikibase.qa.scrutinizers with parameters of type Manifest Modifier and Type Method Description void
EditScrutinizer. setManifest(Manifest manifest)
-