SMILA 1.0 API documentation

org.eclipse.smila.importing
Class ImportingConstants

java.lang.Object
  extended by org.eclipse.smila.importing.ImportingConstants

public final class ImportingConstants
extends java.lang.Object

Class containing general constants for importing.

Author:
stuc07

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

ATTRIBUTE_DELTA_HASH

public static final java.lang.String ATTRIBUTE_DELTA_HASH
Name of the attribute that contains the delta hash.

See Also:
Constant Field Values

ATTRIBUTE_UPDATE

public static final java.lang.String ATTRIBUTE_UPDATE
Attribute set to true by the deltaCheck worker to mark records that are not new but have been changed.

See Also:
Constant Field Values

ATTRIBUTE_COMPOUNDFLAG

public static final 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.

See Also:
Constant Field Values

ATTRIBUTE_COMPOUNDID

public static final java.lang.String ATTRIBUTE_COMPOUNDID
Attribute set to the record ID of the toplevel compound an element was extracted from.

See Also:
Constant Field Values

ATTRIBUTE_COMPOUNDPATH

public static final 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.

See Also:
Constant Field Values

TASK_PARAM_DATA_SOURCE

public static final java.lang.String TASK_PARAM_DATA_SOURCE
Name of the task parameter that contains the data source.

See Also:
Constant Field Values

TASK_PARAM_MAPPING

public static final java.lang.String TASK_PARAM_MAPPING
Name of the task parameter that contains the mapping for property names.

See Also:
Constant Field Values

TASK_PARAM_FILTERS

public static final java.lang.String TASK_PARAM_FILTERS
Name of the task parameter that contains the filters.

See Also:
Constant Field Values

SMILA 1.0 API documentation