Uses of Class
de.xima.fc.form.export.enums.EProcessHistoryFormat
-
Packages that use EProcessHistoryFormat Package Description de.xima.fc.form.export.enums de.xima.fc.pdf -
-
Uses of EProcessHistoryFormat in de.xima.fc.form.export.enums
Methods in de.xima.fc.form.export.enums that return EProcessHistoryFormat Modifier and Type Method Description static EProcessHistoryFormatEProcessHistoryFormat. valueOf(String name)Returns the enum constant of this type with the specified name.static EProcessHistoryFormat[]EProcessHistoryFormat. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of EProcessHistoryFormat in de.xima.fc.pdf
Methods in de.xima.fc.pdf with parameters of type EProcessHistoryFormat Modifier and Type Method Description ProcessHistoryDocumentBuilderProcessHistoryDocumentBuilder. withFormat(EProcessHistoryFormat format)A method that extends the builder by a given format.ProcessHistoryExportProcessHistoryExport. withFormat(EProcessHistoryFormat format)A method to extend the exporter with a given format.
-