Package formflow.library.utils
Class UserFileMap
java.lang.Object
formflow.library.utils.UserFileMap
A class to contain the file mapping for the client side rendering of DropZone files.
Warning: This class will be serialized and sent to the client side. Do not include sensitive information in here that would then be shared with the client. Only include information that can be shared.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddUserFileToMap(String flow, String inputName, UserFile userFile, String thumbDataUrl) voidremoveUserFileFromMap(String flow, UUID fileId)
-
Constructor Details
-
UserFileMap
public UserFileMap()
-
-
Method Details
-
addUserFileToMap
-
removeUserFileFromMap
-