Class FileUploadIdHandler
- java.lang.Object
-
- com.aquima.web.components.fileupload.service.FileUploadIdHandler
-
public class FileUploadIdHandler extends Object
Convenient class to handleFileUploadConfiguration
IDs andFileUploadResult
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
-
-
Field Summary
Fields Modifier and Type Field Description static String
CONTAINER_NAME_PREFIX
static String
VALIDATIONS_PREFIX
-
Constructor Summary
Constructors Constructor Description FileUploadIdHandler(String containerName, com.aquima.interactions.foundation.types.EntityValue currentInstance, com.aquima.interactions.portal.IPortalContext context)
FileUploadIdHandler(String containerName, String currentInstanceId, com.aquima.interactions.portal.IPortalContext context)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getConfigurationId()
String
getConfigurationInternalId()
String
getCurrentInstanceId()
String
getValidationId()
-
-
-
Field Detail
-
CONTAINER_NAME_PREFIX
public static final String CONTAINER_NAME_PREFIX
- See Also:
- Constant Field Values
-
VALIDATIONS_PREFIX
public static final String VALIDATIONS_PREFIX
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
FileUploadIdHandler
public FileUploadIdHandler(String containerName, com.aquima.interactions.foundation.types.EntityValue currentInstance, com.aquima.interactions.portal.IPortalContext context)
-
-