Uses of Interface
de.xima.fc.form.common.models.IXUpload
-
Packages that use IXUpload Package Description de.xima.fc.form.common.models de.xima.fc.form.common.upload -
-
Uses of IXUpload in de.xima.fc.form.common.models
Methods in de.xima.fc.form.common.models that return IXUpload Modifier and Type Method Description IXUpload
IXProcessUploadResult. getFileItemReplacement()
IXUpload
XProcessUploadResult. getFileItemReplacement()
IXUpload
IXProcessUploadParams. getUpload()
Constructors in de.xima.fc.form.common.models with parameters of type IXUpload Constructor Description XProcessUploadResult(IXUpload fileItemReplacement)
Creates a new POJO with the given data. -
Uses of IXUpload in de.xima.fc.form.common.upload
Classes in de.xima.fc.form.common.upload that implement IXUpload Modifier and Type Class Description class
InterpolatedFileNameUpload
Methods in de.xima.fc.form.common.upload that return IXUpload Modifier and Type Method Description static IXUpload
XUploadContentTransformer. transformXUpload(IXUpload upload, IXItemPropertiesData item, Path tempDir)
Transforms the content of the given upload, using the configuring of the given upload item.Methods in de.xima.fc.form.common.upload with parameters of type IXUpload Modifier and Type Method Description static IXUpload
XUploadContentTransformer. transformXUpload(IXUpload upload, IXItemPropertiesData item, Path tempDir)
Transforms the content of the given upload, using the configuring of the given upload item.Constructors in de.xima.fc.form.common.upload with parameters of type IXUpload Constructor Description InterpolatedFileNameUpload(IXUpload upload, String fileNamePattern)
-