| Package | Description |
|---|---|
| eu.dnetlib.dhp.schema.solr |
| Modifier and Type | Method and Description |
|---|---|
static RecordType |
RecordType.fromString(String s) |
RecordType |
SolrRecordHeader.getRecordType() |
RecordType |
RelatedRecordHeader.getRelatedRecordType() |
static RecordType |
RecordType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RecordType[] |
RecordType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static SolrRecordHeader |
SolrRecordHeader.newInstance(String id,
List<String> originalId,
RecordType recordType,
Boolean deletedbyinference) |
static SolrRecordHeader |
SolrRecordHeader.newInstance(String id,
List<String> originalId,
RecordType recordType,
SolrRecordHeader.Status status,
Boolean deletedbyinference) |
static RelatedRecordHeader |
RelatedRecordHeader.newInstance(String relationType,
String relationClass,
String relatedIdentifier,
RecordType relatedRecordType,
String relationProvenance,
String trust) |
void |
SolrRecordHeader.setRecordType(RecordType recordType) |
void |
RelatedRecordHeader.setRelatedRecordType(RecordType relatedRecordType) |
Copyright © 2025. All rights reserved.