Package de.xima.fc.form.common.models
Interface IXProcessUploadResult
-
- All Known Implementing Classes:
XProcessUploadResult
public interface IXProcessUploadResult
Interface for the result returned by theIXItemBasic.processUpload(IXProcessUploadParams)
method.- Author:
- XIMA MEDIA GmbH
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IXUpload
getFileItemReplacement()
-
-
-
Method Detail
-
getFileItemReplacement
IXUpload getFileItemReplacement()
- Returns:
- The new file to use. When
null
, the upload is removed.
-
-