Class FileUploadIdHandler


  • public class FileUploadIdHandler
    extends Object
    Convenient class to handle FileUploadConfiguration IDs and FileUploadResult IDs Introduced since BQ-1572 Generates:
    configurationInternalId : Should be used to store the actual configuration on the page scope
    configurationId : Saved on the page scope and points to the internal id. It is also sent to client UI
    validationId : Used when expanding the container, it is the Validation ID to search for to see the upload results
    Since:
    11.0
    Author:
    MihaiBob
    • Constructor Detail

      • FileUploadIdHandler

        public FileUploadIdHandler​(String containerName,
                                   com.aquima.interactions.foundation.types.EntityValue currentInstance,
                                   com.aquima.interactions.portal.IPortalContext context)
      • FileUploadIdHandler

        public FileUploadIdHandler​(String containerName,
                                   String currentInstanceId,
                                   com.aquima.interactions.portal.IPortalContext context)
    • Method Detail

      • getConfigurationInternalId

        public String getConfigurationInternalId()
      • getConfigurationId

        public String getConfigurationId()
      • getValidationId

        public String getValidationId()
      • getCurrentInstanceId

        public String getCurrentInstanceId()