Package | Description |
---|---|
de.gwdg.metadataqa.api.calculator |
Calculator implementations.
|
de.gwdg.metadataqa.api.json |
JSON handling classes.
|
de.gwdg.metadataqa.api.model |
Data objects.
|
de.gwdg.metadataqa.api.rule |
Rule catalog implementation.
|
de.gwdg.metadataqa.api.schema |
Schema definitions.
|
de.gwdg.metadataqa.api.util |
Utility classes.
|
Modifier and Type | Method and Description |
---|---|
void |
CompletenessCalculator.evaluateJsonBranch(JsonBranch jsonBranch,
PathCache cache,
CompletenessCounter completenessCounter,
String address,
Object jsonFragment) |
void |
CompletenessCalculator.handleEmptyFragment(JsonBranch collection) |
Modifier and Type | Method and Description |
---|---|
JsonBranch |
JsonBranch.addChild(JsonBranch child) |
JsonBranch |
JsonBranch.getIdentifier() |
JsonBranch |
JsonBranch.getParent() |
JsonBranch |
JsonBranch.setActive(boolean active) |
JsonBranch |
JsonBranch.setCategories(List<Category> categories) |
JsonBranch |
JsonBranch.setChildren(List<JsonBranch> children) |
JsonBranch |
JsonBranch.setCollection(boolean collection) |
JsonBranch |
JsonBranch.setExtractable() |
JsonBranch |
JsonBranch.setExtractable(boolean extractable) |
JsonBranch |
JsonBranch.setIdentifier(JsonBranch identifier) |
JsonBranch |
JsonBranch.setJsonPath(String jsonPath) |
JsonBranch |
JsonBranch.setLabel(String label) |
JsonBranch |
JsonBranch.setParent(JsonBranch parent) |
JsonBranch |
JsonBranch.setSolrFieldName(String solrFieldName) |
Modifier and Type | Method and Description |
---|---|
List<JsonBranch> |
JsonBranch.getChildren() |
Modifier and Type | Method and Description |
---|---|
JsonBranch |
JsonBranch.addChild(JsonBranch child) |
JsonBranch |
JsonBranch.setIdentifier(JsonBranch identifier) |
JsonBranch |
JsonBranch.setParent(JsonBranch parent) |
Modifier and Type | Method and Description |
---|---|
JsonBranch |
JsonBranch.setChildren(List<JsonBranch> children) |
Constructor and Description |
---|
JsonBranch(String label,
JsonBranch parent,
String jsonPath,
Category... categories) |
Modifier and Type | Method and Description |
---|---|
static List<Category> |
Category.extractCategories(Collection<JsonBranch> paths) |
Modifier and Type | Field and Description |
---|---|
protected JsonBranch |
SingleFieldChecker.field |
Modifier and Type | Method and Description |
---|---|
JsonBranch |
EdmOaiPmhXmlSchema.getPathByLabel(String label) |
JsonBranch |
BaseSchema.getPathByLabel(String label) |
JsonBranch |
Schema.getPathByLabel(String label)
Returns a path by its label.
|
JsonBranch |
EdmOaiPmhJsonSchema.getPathByLabel(String label) |
JsonBranch |
EdmFullBeanSchema.getPathByLabel(String label) |
JsonBranch |
MarcJsonSchema.getPathByLabel(String label) |
JsonBranch |
EdmOaiPmLimitedJsonSchema.getPathByLabel(String label) |
JsonBranch |
EdmFullBeanLimitedSchema.getPathByLabel(String label) |
Modifier and Type | Method and Description |
---|---|
List<JsonBranch> |
EdmOaiPmhXmlSchema.getCollectionPaths() |
List<JsonBranch> |
BaseSchema.getCollectionPaths() |
List<JsonBranch> |
Schema.getCollectionPaths()
Return collection paths.
|
List<JsonBranch> |
EdmOaiPmhJsonSchema.getCollectionPaths() |
List<JsonBranch> |
EdmFullBeanSchema.getCollectionPaths() |
List<JsonBranch> |
MarcJsonSchema.getCollectionPaths() |
List<JsonBranch> |
EdmOaiPmLimitedJsonSchema.getCollectionPaths() |
List<JsonBranch> |
EdmFullBeanLimitedSchema.getCollectionPaths() |
List<JsonBranch> |
EdmOaiPmhXmlSchema.getPaths() |
List<JsonBranch> |
BaseSchema.getPaths() |
List<JsonBranch> |
Schema.getPaths()
The list of fields to investigate in most of the measurements.
|
List<JsonBranch> |
EdmOaiPmhJsonSchema.getPaths() |
List<JsonBranch> |
EdmFullBeanSchema.getPaths() |
List<JsonBranch> |
MarcJsonSchema.getPaths() |
List<JsonBranch> |
EdmOaiPmLimitedJsonSchema.getPaths() |
List<JsonBranch> |
EdmFullBeanLimitedSchema.getPaths() |
List<JsonBranch> |
EdmOaiPmhXmlSchema.getRootChildrenPaths() |
List<JsonBranch> |
BaseSchema.getRootChildrenPaths() |
List<JsonBranch> |
Schema.getRootChildrenPaths()
Return the paths of root's direct children.
|
List<JsonBranch> |
EdmOaiPmhJsonSchema.getRootChildrenPaths() |
List<JsonBranch> |
EdmFullBeanSchema.getRootChildrenPaths() |
List<JsonBranch> |
MarcJsonSchema.getRootChildrenPaths() |
List<JsonBranch> |
EdmOaiPmLimitedJsonSchema.getRootChildrenPaths() |
List<JsonBranch> |
EdmFullBeanLimitedSchema.getRootChildrenPaths() |
Modifier and Type | Method and Description |
---|---|
BaseSchema |
BaseSchema.addField(JsonBranch branch) |
Modifier and Type | Method and Description |
---|---|
boolean |
SkippedEntitySelector.isCollectionSkippable(List<String> skippableIds,
JsonBranch collection,
int i,
PathCache cache,
Object jsonFragment) |
Copyright © 2020. All rights reserved.