Class ImportGridAction.Attributes
java.lang.Object
com.broadleafcommerce.metadata.dsl.core.extension.actions.ImportGridAction.Attributes
- Enclosing interface:
- ImportGridAction<A extends ImportGridAction<A>>
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
The attribute name to specify the scope to download the import file with errors.static final String
The attribute name to specify the uri to download the import file with errors.static final String
The attribute name to specify the import type. -
Method Summary
-
Field Details
-
IMPORT_TYPE
The attribute name to specify the import type. -
DOWNLOAD_IMPORT_ERRORS_URI
The attribute name to specify the uri to download the import file with errors. -
DOWNLOAD_IMPORT_ERRORS_SCOPE
The attribute name to specify the scope to download the import file with errors.
-