Class ImportGridAction.DefaultURIs
java.lang.Object
com.broadleafcommerce.metadata.dsl.core.extension.actions.ImportGridAction.DefaultURIs
- Enclosing interface:
- ImportGridAction<A extends ImportGridAction<A>>
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
The default uri to download the import file with errors.static final String
The default scope to download the import file with errorsstatic final String
The default uri read the import by id.static final String
The default uri to start the import. -
Method Summary
-
Field Details
-
DOWNLOAD_IMPORT_ERRORS
The default uri to download the import file with errors.- See Also:
-
DOWNLOAD_IMPORT_EXAMPLE_FILE
The default scope to download the import file with errors- See Also:
-
START_IMPORT_URI
The default uri to start the import.- See Also:
-
READ_IMPORT_BY_ID_URI
The default uri read the import by id.- See Also:
-