Class BulkAddResourcesResponse
java.lang.Object
com.broadleafcommerce.asset.storage.provider.service.BulkAddResourcesResponse
Object that is returned from multi-upload operations in
StorageProvider
, containing
information about which resources succeeded and which ones failed.- Author:
- Samarth Dhruva (samarthd)
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
BulkAddResourcesResponse
-
-
Method Details
-
getGivenFilenamesToSuccessfullyCreatedPaths
- Returns:
- a map containing information about the successfully created files. It maps the given filenames to the actual paths of the resources created in the storage provider.
-
getGivenFilenamesToErrors
- Returns:
- a map of filenames to the errors they experienced when being processed
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-