Interface IOperationFileItem
- All Known Implementing Classes:
OperationFileItem
public interface IOperationFileItem
-
Method Summary
Modifier and TypeMethodDescriptionGet the content type.getFile()
Get the uploaded file.Get the file name.
-
Method Details
-
getFileName
String getFileName()Get the file name.- Returns:
- The file name.
-
getContentType
String getContentType()Get the content type.- Returns:
- The content type,
or
null
if the data was not present in the request.
-
getFile
File getFile()Get the uploaded file.This value may be
null
. However this case indicates an error condition.- Returns:
- The file
-