Package formflow.library.pdf
Class PdfMap
java.lang.Object
formflow.library.pdf.PdfMap
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionFetches and returns all the fields for all the subflows, expanding out the fields based on the number of max iterations the PdfMap indicates are necessary.voidsetDbFields(Map<String, Object> dbFields) voidsetInputFields(Map<String, Object> inputFields) voidsetSubflowInfo(Map<String, PdfMapSubflow> subflowInfo)
-
Constructor Details
-
PdfMap
public PdfMap()
-
-
Method Details
-
setInputFields
-
setDbFields
-
setSubflowInfo
-
getAllSubflowFields
Fetches and returns all the fields for all the subflows, expanding out the fields based on the number of max iterations the PdfMap indicates are necessary.- Returns:
- All the subflow fields from each subflow iteration flat-mapped to their values. Each subflow iteration will be flat-mapped to the iteration's fields suffixed with a "_" and an iteration number. This helps keep all the subflow iterations together while we flatten the data.
-