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 ManifestWikibaseIssuesFunction. 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 classManifestV1classManifestV2Methods in org.openrefine.wikibase.manifests that return Manifest Modifier and Type Method Description static ManifestManifestParser. parse(com.fasterxml.jackson.databind.JsonNode manifestJson)static ManifestManifestParser. 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 ManifestEditScrutinizer. manifestMethods in org.openrefine.wikibase.qa.scrutinizers with parameters of type Manifest Modifier and Type Method Description voidEditScrutinizer. setManifest(Manifest manifest)
-