public interface OAIConfigurationReader
| Modifier and Type | Field and Description |
|---|---|
static String |
BODY_FIELD |
static String |
DATESTAMP_FIELD |
static String |
DELETED_FIELD |
static String |
ID_FIELD
Constant names of fields used by the publisher to store records in the OAIStores.
|
static String |
LAST_COLLECTION_DATE_FIELD |
static String |
SET_FIELD |
static String |
UPDATED_FIELD |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getFieldNames() |
List<PublisherField> |
getFields() |
List<PublisherField> |
getFields(String format,
String interpretation,
String layout) |
List<MDFInfo> |
getMetadataFormatInfo() |
List<MDFInfo> |
getMetadataFormatInfo(boolean onlyEnabled) |
MDFInfo |
getMetadataFormatInfo(String mdPrefix) |
SetInfo |
getSetInfo(String setSpec) |
List<SetInfo> |
getSets() |
List<SetInfo> |
getSets(boolean onlyEnabled) |
List<String> |
getSetSpecs() |
List<String> |
getSetSpecs(boolean onlyEnabled) |
List<MDFInfo> |
getSourceMetadataFormats() |
static final String ID_FIELD
static final String DATESTAMP_FIELD
static final String SET_FIELD
static final String DELETED_FIELD
static final String BODY_FIELD
static final String UPDATED_FIELD
static final String LAST_COLLECTION_DATE_FIELD
List<PublisherField> getFields()
List<PublisherField> getFields(String format, String interpretation, String layout)
Copyright © 2019. All rights reserved.