public enum TagName extends Enum<TagName>
MachineTag.getName()
name value.
The tag names listed here are used/recognized by different services.Enum Constant and Description |
---|
ARCHIVE_ORIGIN
Records the source of an archive endpoint, e.g.
|
CONCEPTUAL_SCHEMA
TaPIR or BioCASe conceptual schema.
|
CRAWL_ATTEMPT
This is a counter starting at 1 incremented every time we try to crawl a dataset.
|
DATASET_ID
The Darwin Core term datasetID which is found in dwc archives to reference subdatasets
such as the Catalogue of Life GSDs.
|
DATASET_TITLE
Deprecated.
|
DATE_LAST_UPDATED
Date the records in the dataset were last updated.
|
DECLARED_COUNT
Number of records declared in the dataset by the source.
|
DIGIR_CODE
DiGIR code.
|
LOCAL_ID
Deprecated.
|
MAX_SEARCH_RESPONSE_RECORDS
Number of records to request in each search.
|
OMIT_FROM_SCHEDULED_CRAWL
Datasets marked with this tag will not be in the periodic crawl.
|
ORPHAN_DOWNLOAD
The GBIF download used to rescue the orphaned dataset.
|
ORPHAN_DWCA_CACHE_TIME
The modification time of the last-available Darwin Core Archive from temporary storage,
used to rescue the dataset.
|
ORPHAN_STATUS
Records whether an orphan dataset has been RESCUED.
|
ORPHANED_ENDPOINT
The endpoint which was not working when the dataset was rescued.
|
Modifier and Type | Method and Description |
---|---|
String |
getName()
Actual machine tag name.
|
TagNamespace |
getNamespace()
Namespace to which belong this tag.
|
static TagName |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TagName[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TagName DATASET_ID
public static final TagName CRAWL_ATTEMPT
public static final TagName OMIT_FROM_SCHEDULED_CRAWL
public static final TagName ARCHIVE_ORIGIN
public static final TagName CONCEPTUAL_SCHEMA
@Deprecated public static final TagName DATASET_TITLE
public static final TagName DATE_LAST_UPDATED
public static final TagName DECLARED_COUNT
public static final TagName DIGIR_CODE
@Deprecated public static final TagName LOCAL_ID
public static final TagName MAX_SEARCH_RESPONSE_RECORDS
public static final TagName ORPHAN_STATUS
public static final TagName ORPHANED_ENDPOINT
public static final TagName ORPHAN_DOWNLOAD
public static final TagName ORPHAN_DWCA_CACHE_TIME
public static TagName[] values()
for (TagName c : TagName.values()) System.out.println(c);
public static TagName valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic TagNamespace getNamespace()
Copyright © 2024 Global Biodiversity Information Facility (GBIF). All rights reserved.