Uses of Class
de.xima.fc.gui.common.model.FormAttachmentModel
-
Packages that use FormAttachmentModel Package Description de.xima.fc.inbox.bean -
-
Uses of FormAttachmentModel in de.xima.fc.inbox.bean
Methods in de.xima.fc.inbox.bean that return types with arguments of type FormAttachmentModel Modifier and Type Method Description Map<EAttachmentSource,List<FormAttachmentModel>>
ProcessAttachmentBean. getFormAttachments()
Methods in de.xima.fc.inbox.bean with parameters of type FormAttachmentModel Modifier and Type Method Description void
ProcessAttachmentBean. deleteAttachment(FormAttachmentModel attachment)
org.primefaces.model.StreamedContent
ProcessAttachmentBean. getAttachment(FormAttachmentModel attachment)
Method parameters in de.xima.fc.inbox.bean with type arguments of type FormAttachmentModel Modifier and Type Method Description void
ProcessAttachmentBean. setFormAttachments(Map<EAttachmentSource,List<FormAttachmentModel>> formAttachments)
-