Class ImpExConstants.Syntax.Mode
java.lang.Object
de.hybris.platform.impex.constants.ImpExConstants.Syntax.Mode
- Enclosing class:
- ImpExConstants.Syntax
Contains all supported header modes. A mode defines the kind of item processing.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
INSERT
Indicates the insertion of items. All items created from value lines will be inserted to the platform. -
UPDATE
Indicates the update of items. All items resolved from value lines will be updated with given properties. -
REMOVE
Indicates the removal of items. All items resolved from value lines will be removed from the platform. -
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()
-