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 aListofProtocolEntryProcessingentities 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 ProcessLogDocumentBuilderwithFormat(EProcessLogFormat format)A method that extends the builder by a given format.ProcessLogDocumentBuilderwithProcessInfo(Vorgang process) 
 - 
 
- 
- 
Constructor Detail
- 
ProcessLogDocumentBuilder
public ProcessLogDocumentBuilder(List<ProtocolEntryProcessing> history, Locale locale)
The constructor of the builder.- Parameters:
 history- aListofProtocolEntryProcessingentities,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:
 ProcessLogDocumentBuilderfor fluent API
 
- 
withProcessInfo
public ProcessLogDocumentBuilder withProcessInfo(Vorgang process)
 
 - 
 
 -