public interface IMultiFileUploadParameterItem
This parameter has all information about each file uploaded and possible extra information associated to it.
Modifier and Type | Method and Description |
---|---|
String |
getFileName()
Gets file name.
|
String |
getFilePath()
Gets file path.
|
String |
getId()
Returns the ID of item.
|
Object |
getParameter(String name)
Returns a parameter value for a given parameter name.
|
Map<String,Object> |
getParameterMap()
Returns a field parameter map, it's a map
|
Map<String,Object> getParameterMap()
Object getParameter(String name)
String getId()
String getFileName()
String getFilePath()
LumisXP 12.3.0.200408 - Copyright © 2006–2020 Lumis EIP Tecnologia da Informação LTDA. All Rights Reserved.