Class UserFileMap

java.lang.Object
formflow.library.utils.UserFileMap

public class UserFileMap extends Object
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 Details

    • UserFileMap

      public UserFileMap()
  • Method Details

    • addUserFileToMap

      public void addUserFileToMap(String flow, String inputName, UserFile userFile, String thumbDataUrl)
    • removeUserFileFromMap

      public void removeUserFileFromMap(String flow, UUID fileId)