Class ImpExConstants.Syntax.Mode

java.lang.Object
de.hybris.platform.impex.constants.ImpExConstants.Syntax.Mode
Enclosing class:
ImpExConstants.Syntax

public static final class ImpExConstants.Syntax.Mode extends Object
Contains all supported header modes. A mode defines the kind of item processing.
  • Field Details

    • INSERT

      public static final String INSERT
      Indicates the insertion of items. All items created from value lines will be inserted to the platform.
    • UPDATE

      public static final String UPDATE
      Indicates the update of items. All items resolved from value lines will be updated with given properties.
    • REMOVE

      public static final String REMOVE
      Indicates the removal of items. All items resolved from value lines will be removed from the platform.
    • INSERT_UPDATE

      public static final String INSERT_UPDATE
      Indicates the insertion or update of items. All items created from value lines will be inserted to the platform, all items resolved from value lines will be updated..
  • Constructor Details

    • Mode

      public Mode()