Uses of Class
overit.geocall.util.UpFile
Packages that use UpFile
Package
Description
-
Uses of UpFile in overit.geocall.aws.servlet.wr
Methods in overit.geocall.aws.servlet.wr with parameters of type UpFile -
Uses of UpFile in overit.geocall.basic.ui.container
Methods in overit.geocall.basic.ui.container with parameters of type UpFile -
Uses of UpFile in overit.geocall.basic.ui.control
Methods in overit.geocall.basic.ui.control with parameters of type UpFileModifier and TypeMethodDescriptionstatic booleanInputUpload.verifyUploadedFile(UpFile upFile, String acceptedExtensions) Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of UpFile in overit.geocall.mail
Constructors in overit.geocall.mail with parameters of type UpFile -
Uses of UpFile in overit.geocall.servlet
Methods in overit.geocall.servlet that return UpFileModifier and TypeMethodDescriptionRetrieves a parameter from the list of http parameters and converts it appropriatelyUpFile[]Retrieves a parameter from the list of http parameters and converts it appropriatelyMethods in overit.geocall.servlet with parameters of type UpFile -
Uses of UpFile in overit.geocall.servlet.gate
Methods in overit.geocall.servlet.gate with parameters of type UpFile -
Uses of UpFile in overit.geocall.util
Methods in overit.geocall.util with parameters of type UpFileModifier and TypeMethodDescriptionstatic booleanFileUtils.checkContentType(UpFile content, String expectedType) Perform a check between the real type of the content and the one that is supposed to bestatic booleanFileUtils.validateFileContentType(UpFile upFile, List<String> acceptedExtensions) Verifies that the uploaded file has a content type that conforms to the rules defined by the "accept" attribute.
If t's not possible to find the uploaded file's contentType or the contentTypes defined by the "accept" attribute, a validation will be carried out on the type of the uploaded file based on its extension. -
Uses of UpFile in overit.geocall.util.log.serializer
Methods in overit.geocall.util.log.serializer with parameters of type UpFileModifier and TypeMethodDescriptionvoidUpFileSerializer.serialize(UpFile uf, com.fasterxml.jackson.core.JsonGenerator jg, SerializerProvider sp) -
Uses of UpFile in overit.geocallapp.wfm.core.bl.gis.offline.event
Fields in overit.geocallapp.wfm.core.bl.gis.offline.event declared as UpFileMethods in overit.geocallapp.wfm.core.bl.gis.offline.event that return UpFileModifier and TypeMethodDescriptionGisOfflinePackageSaveFileInput.getFile()Returns the uploaded file.Methods in overit.geocallapp.wfm.core.bl.gis.offline.event with parameters of type UpFile -
Uses of UpFile in overit.geocallapp.wfm.core.bl.workorder.attachment.event
Methods in overit.geocallapp.wfm.core.bl.workorder.attachment.event that return UpFileMethods in overit.geocallapp.wfm.core.bl.workorder.attachment.event with parameters of type UpFile -
Uses of UpFile in overit.geocallapp.wfm.core.bl.workorder.attachment.task
Methods in overit.geocallapp.wfm.core.bl.workorder.attachment.task with parameters of type UpFileModifier and TypeMethodDescriptionprotected overit.geocallapp.docshare.docsharing.model.ResourceBTWorkOrderAttachmentInsert.saveResource(String resourceName, UpFile inputFile, Long source) Create the shared resource. -
Uses of UpFile in overit.geocallapp.wfm.core.ux.configurationimportexport
Fields in overit.geocallapp.wfm.core.ux.configurationimportexport declared as UpFile -
Uses of UpFile in overit.geocallapp.wfm.core.ux.configurationimportexport.task
Fields in overit.geocallapp.wfm.core.ux.configurationimportexport.task declared as UpFileMethods in overit.geocallapp.wfm.core.ux.configurationimportexport.task with parameters of type UpFile -
Uses of UpFile in overit.geocallapp.wfm.core.ux.datacollection.optionsgroup
Methods in overit.geocallapp.wfm.core.ux.datacollection.optionsgroup with parameters of type UpFileModifier and TypeMethodDescriptionprotected StringPanelDataCollectionOptionsGroupUploadModel.getFileExtension(UpFile uf) -
Uses of UpFile in overit.geocallapp.wfm.core.ux.datacollection.sheet.node.attachment
Methods in overit.geocallapp.wfm.core.ux.datacollection.sheet.node.attachment with parameters of type UpFileModifier and TypeMethodDescriptionprotected voidPanelDataCollectionNodeAttachmentUploadFile.updateFileName(UpFile file, DataCollectionNode node) Updates the file name based on the node's naming convention.protected voidPanelDataCollectionNodeAttachmentUploadFile.validateUpload(UpFile file, DataCollectionNode node) Validates the uploaded file against node-specific constraints. -
Uses of UpFile in overit.geocallapp.wfm.core.ux.datacollection.template
Methods in overit.geocallapp.wfm.core.ux.datacollection.template with parameters of type UpFileModifier and TypeMethodDescriptionprotected StringPanelDataCollectionTemplateUpload.getFileExtension(UpFile uf) -
Uses of UpFile in overit.geocallapp.wfm.core.ux.datacollection.template.structure
Methods in overit.geocallapp.wfm.core.ux.datacollection.template.structure with parameters of type UpFileModifier and TypeMethodDescriptionprotected StringPanelDataCollectionTemplateUploadModel.getFileExtension(UpFile uf) -
Uses of UpFile in overit.geocallapp.wfm.mobileforms.bl.utils
Methods in overit.geocallapp.wfm.mobileforms.bl.utils with parameters of type UpFileModifier and TypeMethodDescriptionstatic StringDataCollectionUtils.getStringContentFromUpFile(UpFile upFile) Returns the string content, reading from the given upfile.DataCollectionResourceUtils.uploadFile(UpFile uf, String directoryPath) Uploads the file.
FileUtils.validateFileContentType(UpFile, List)instead