Package de.xima.fc.pdf
Class ProcessLogDocumentBuilder
- java.lang.Object
-
- de.xima.fc.pdf.ProcessLogDocumentBuilder
-
public class ProcessLogDocumentBuilder extends Object
A builder which creates a new instance ofDocument
, that displays aList
ofProtocolEntryProcessing
entities in a tabular form.- Since:
- 7.2.0
- Author:
- XIMA MEDIA GmbH
-
-
Constructor Summary
Constructors Constructor Description ProcessLogDocumentBuilder(List<ProtocolEntryProcessing> history, Locale locale)
The constructor of the builder.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ProcessLogDocumentBuilder
withFormat(EProcessLogFormat format)
A method that extends the builder by a given format.ProcessLogDocumentBuilder
withProcessInfo(Vorgang process)
-
-
-
Constructor Detail
-
ProcessLogDocumentBuilder
public ProcessLogDocumentBuilder(List<ProtocolEntryProcessing> history, Locale locale)
The constructor of the builder.- Parameters:
history
- aList
ofProtocolEntryProcessing
entities,locale
- the given locale
-
-
Method Detail
-
withFormat
public ProcessLogDocumentBuilder withFormat(EProcessLogFormat format)
A method that extends the builder by a given format.- Parameters:
format
- the givenEFormPrintFormat
- Returns:
ProcessLogDocumentBuilder
for fluent API
-
withProcessInfo
public ProcessLogDocumentBuilder withProcessInfo(Vorgang process)
-
-