Class ImportGridAction.DefaultURIs
- java.lang.Object
-
- com.broadleafcommerce.metadata.dsl.core.extension.actions.ImportGridAction.DefaultURIs
-
- Enclosing interface:
- ImportGridAction<A extends ImportGridAction<A>>
public static final class ImportGridAction.DefaultURIs extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static String
DOWNLOAD_IMPORT_ERRORS
The default uri to download the import file with errors.static String
DOWNLOAD_IMPORT_EXAMPLE_FILE
The default scope to download the import file with errorsstatic String
READ_IMPORT_BY_ID_URI
The default uri read the import by id.static String
START_IMPORT_URI
The default uri to start the import.
-
-
-
Field Detail
-
DOWNLOAD_IMPORT_ERRORS
public static final String DOWNLOAD_IMPORT_ERRORS
The default uri to download the import file with errors.- See Also:
- Constant Field Values
-
DOWNLOAD_IMPORT_EXAMPLE_FILE
public static final String DOWNLOAD_IMPORT_EXAMPLE_FILE
The default scope to download the import file with errors- See Also:
- Constant Field Values
-
START_IMPORT_URI
public static final String START_IMPORT_URI
The default uri to start the import.- See Also:
- Constant Field Values
-
READ_IMPORT_BY_ID_URI
public static final String READ_IMPORT_BY_ID_URI
The default uri read the import by id.- See Also:
- Constant Field Values
-
-