Package de.xima.fc.common.form_record.update
package de.xima.fc.common.form_record.update
-
ClassDescriptionPOJO implementation of a
IFormDataUpdateUploadRequestwith a builder.Builder for aIFormDataUpdateUploadRequest.Indicates how existing files of an upload element should be handled when updating the files of an upload element.Base class for all exceptions that can be thrown when updating the values of an upload element in a form record.Exception that is thrown when the content of a new file cannot be read.Exception that is thrown when upload postprocessing has failed.Exception that is thrown when the upload element cannot be updated due to some unknown error.Exception that is thrown when a non-repeated element was requested, but the requested element is inside a repeated container.Exception that is thrown when the file extension is not allowed for the element.Base exception for constraint violation handling.Exception that is thrown when the number of uploads exceeds the maximum allowed number of uploads for the element.Exception indicating that the filename length limit was exceeded for an upload.Exception that is thrown when the file size exceeds the maximum allowed size for the element.Exception that is thrown when the number of uploads is below the minimum allowed size for the element.Exception that is thrown when no files to upload were provided.Exception that is thrown when the requested element is not an upload element.Exception that is thrown when a request for specific repetition ID was made, but the requested element is not repeated.Exception that is thrown when a specific repetition ID was requested for the element, but no such repetition exists.Exception that is thrown when the requested upload element does not exist in the form.Exception that is thrown when the requested upload element exists in the form, but is not available due to restrictions such as state or user group dependent availability.Represents a request to update the value of an upload element in a form record with new files.Represents the response when the value of an upload element in a form record was updated with new files.