Package de.xima.fc.pdf
Class ProcessLogDocumentBuilder
java.lang.Object
de.xima.fc.pdf.ProcessLogDocumentBuilder
A builder which creates a new instance of
Document, that displays a List of
ProtocolEntryProcessing entities in a tabular form.- Since:
- 7.2.0
- Author:
- XIMA MEDIA GmbH
-
Constructor Summary
ConstructorsConstructorDescriptionProcessLogDocumentBuilder(List<ProtocolEntryProcessing> history, Locale locale) The constructor of the builder. -
Method Summary
Modifier and TypeMethodDescriptionwithFormat(EProcessLogFormat format) A method that extends the builder by a given format.withProcessInfo(Vorgang process)
-
Constructor Details
-
ProcessLogDocumentBuilder
The constructor of the builder.- Parameters:
history- aListofProtocolEntryProcessingentities,locale- the given locale
-
-
Method Details
-
withFormat
A method that extends the builder by a given format.- Parameters:
format- the givenEFormPrintFormat- Returns:
ProcessLogDocumentBuilderfor fluent API
-
withProcessInfo
-