Schnittstelle IOperationFileItem
- Alle bekannten Implementierungsklassen:
OperationFileItem
public interface IOperationFileItem
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungGet the content type.getFile()Get the uploaded file.Get the file name.
-
Methodendetails
-
getFileName
String getFileName()Get the file name.- Gibt zurück:
- The file name.
-
getContentType
String getContentType()Get the content type.- Gibt zurück:
- The content type,
or
nullif 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.- Gibt zurück:
- The file
-