Uses of Class
de.xima.fc.mdl.attachment.AttachmentPersistBuildData.Builder
Packages that use AttachmentPersistBuildData.Builder
-
Uses of AttachmentPersistBuildData.Builder in de.xima.fc.mdl.attachment
Methods in de.xima.fc.mdl.attachment that return AttachmentPersistBuildData.BuilderModifier and TypeMethodDescriptionAttachmentPersistBuildData.Builder.fieldAvailableCheck(Function<String, Boolean> fieldAvailableCheck) AttachmentPersistBuildData.Builder.formSubmissionUpdater(Function<Attachment, Boolean> formSubmissionUpdater) AttachmentPersistBuildData.Builder.oldAttachmentsSupplier(Supplier<Map<String, List<Attachment>>> oldAttachments) AttachmentPersistBuildData.Builder.requestParameterWrapper(ParameterWrapper parameters) AttachmentPersistBuildData.Builder.uploadCreateHandler(AttachmentPersistBuildData.UploadCreateHandler uploadCreateHandler) AttachmentPersistBuildData.Builder.uploadMergeHandler(AttachmentPersistBuildData.UploadMergeHandler uploadMergeHandler) AttachmentPersistBuildData.Builder.validationErrors(Map<String, Map<Integer, List<String>>> validationErrors) Sets the map of validation errors to which new validation errors will be added during the build process.