Uses of Class
org.kuali.coeus.s2sgen.api.generate.AttachmentData
Packages that use AttachmentData
-
Uses of AttachmentData in org.kuali.coeus.s2sgen.api.generate
Methods in org.kuali.coeus.s2sgen.api.generate that return types with arguments of type AttachmentDataModifier and TypeMethodDescriptionFormGenerationResult.getAttachments()FormGenerationResults.getAttachments()MultiProjectFormGenerationResult.getAttachments()MultiProjectFormGenerationResult.getProposalAttachments(String proposalNumber) Constructors in org.kuali.coeus.s2sgen.api.generate with parameters of type AttachmentData -
Uses of AttachmentData in org.kuali.coeus.s2sgen.api.print
Methods in org.kuali.coeus.s2sgen.api.print that return types with arguments of type AttachmentDataModifier and TypeMethodDescriptionFormElements.PdfElements.getAttachments()FormElements.StylesheetElements.getAttachments()Method parameters in org.kuali.coeus.s2sgen.api.print with type arguments of type AttachmentDataModifier and TypeMethodDescriptionvoidFormElements.PdfElements.setAttachments(Map<String, AttachmentData> attachments) voidFormElements.StylesheetElements.setAttachments(List<AttachmentData> attachments)