public final class ImportingConstants
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
ATTRIBUTE_COMPOUNDFLAG
Attribute set to
true by crawlers to denote that the record is a compound object (e.g. a ZIP archive)
that must be extracted. |
static java.lang.String |
ATTRIBUTE_COMPOUNDID
Attribute set to the record ID of the toplevel compound an element was extracted from.
|
static java.lang.String |
ATTRIBUTE_COMPOUNDPATH
For objects extracted from a compound: Attribute containing a sequence of compound names (URLs, filenames, names in
compounds) to follow to get the actual data object.
|
static java.lang.String |
ATTRIBUTE_DELTA_HASH
Name of the attribute that contains the delta hash.
|
static java.lang.String |
ATTRIBUTE_UPDATE
Attribute set to
true by the deltaCheck worker to mark records that are not new but have been changed. |
static java.lang.String |
TASK_PARAM_DATA_SOURCE
Name of the task parameter that contains the data source.
|
static java.lang.String |
TASK_PARAM_FILTERS
Name of the task parameter that contains the filters.
|
static java.lang.String |
TASK_PARAM_MAPPING
Name of the task parameter that contains the mapping for property names.
|
public static final java.lang.String ATTRIBUTE_DELTA_HASH
public static final java.lang.String ATTRIBUTE_UPDATE
true by the deltaCheck worker to mark records that are not new but have been changed.public static final java.lang.String ATTRIBUTE_COMPOUNDFLAG
true by crawlers to denote that the record is a compound object (e.g. a ZIP archive)
that must be extracted.public static final java.lang.String ATTRIBUTE_COMPOUNDID
public static final java.lang.String ATTRIBUTE_COMPOUNDPATH
public static final java.lang.String TASK_PARAM_DATA_SOURCE
public static final java.lang.String TASK_PARAM_MAPPING
public static final java.lang.String TASK_PARAM_FILTERS