lumis.doui.control.multifileupload
Interface IMultiFileUploadParameterItem

Package class diagram package IMultiFileUploadParameterItem

public interface IMultiFileUploadParameterItem

Interface for IMultiFileUploadParameterItem.

This parameter has all information about each file uploaded and possible extra information associated to it.

Since:
6.1.0

Method Summary
 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 where the key is a dataId and the value is the parameter value.
 

Method Detail

getParameterMap

Map<String,Object> getParameterMap()
Returns a field parameter map, it's a map where the key is a dataId and the value is the parameter value.

Since:
6.1.0

getParameter

Object getParameter(String name)
Returns a parameter value for a given parameter name.

Since:
6.1.0

getId

String getId()
Returns the ID of item.

Since:
6.1.0

getFileName

String getFileName()
Gets file name.

Returns:
the file Name.
Since:
6.1.0

getFilePath

String getFilePath()
Gets file path.

Returns:
the complete file Path.
Since:
6.1.0


Lumisportal  6.2.0.120405 - Copyright © 2006–2012 Lumis EIP Tecnologia da Informação LTDA. All Rights Reserved.