Package org.nuclos.api.context
Interface CustomRestUploadContext
- All Superinterfaces:
CustomRestContext
,LogContext
,RuleContext
-
Method Summary
Modifier and TypeMethodDescriptionfile name of uploaded filestream of data sent by uploadMethods inherited from interface org.nuclos.api.context.CustomRestContext
getRequestData, getRequestParameter
Methods inherited from interface org.nuclos.api.context.LogContext
log, logError, logWarn
Methods inherited from interface org.nuclos.api.context.RuleContext
addContextCacheValue, getContextCacheValue, getLanguage, getUser, removeContextCacheValue
-
Method Details
-
getFilename
String getFilename()file name of uploaded file -
getInputStream
InputStream getInputStream()stream of data sent by upload
-