|
SMILA 1.0 API documentation | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.eclipse.smila.importing.ImportingConstants
public final class ImportingConstants
Class containing general constants for importing.
| Field Summary | |
|---|---|
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. |
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
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
|
SMILA 1.0 API documentation | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||