Uses of Class
de.xima.fc.form.common.models.UploadFileMeta
-
Packages that use UploadFileMeta Package Description de.xima.fc.form.common.interfaces de.xima.fc.form.upload de.xima.fc.gui.utils.designer de.xima.fc.web.common.fd2.provider -
-
Uses of UploadFileMeta in de.xima.fc.form.common.interfaces
Methods in de.xima.fc.form.common.interfaces that return types with arguments of type UploadFileMeta Modifier and Type Method Description Map<String,UploadFileMeta>
IFD2MetaDataProvider. getAjaxUploadFileMeta()
-
Uses of UploadFileMeta in de.xima.fc.form.upload
Methods in de.xima.fc.form.upload that return types with arguments of type UploadFileMeta Modifier and Type Method Description static Map<String,UploadFileMeta>
AjaxUploadManager. getUploadFileMeta(FRQSession session)
Finds all existing uploads that were registered in the given session (and not yet removed). -
Uses of UploadFileMeta in de.xima.fc.gui.utils.designer
Methods in de.xima.fc.gui.utils.designer that return types with arguments of type UploadFileMeta Modifier and Type Method Description Map<String,List<UploadFileMeta>>
DesignerPreviewSubmitParams. getUploadsMeta()
-
Uses of UploadFileMeta in de.xima.fc.web.common.fd2.provider
Methods in de.xima.fc.web.common.fd2.provider that return types with arguments of type UploadFileMeta Modifier and Type Method Description Map<String,UploadFileMeta>
DefaultFD2MetaDataProvider. getAjaxUploadFileMeta()
-