public interface PrintingService
Printable and return the printable PDF form of that Printable
in an OutputStream which can be decorated how the implementing print consumer
requires.| Modifier and Type | Field and Description |
|---|---|
static int |
WHITESPACE_LENGTH_60 |
static int |
WHITESPACE_LENGTH_76 |
| Modifier and Type | Method and Description |
|---|---|
String |
getReportName()
This method is to supply the report name.
|
AttachmentDataSource |
print(List<Printable> printableArtifactList)
This method invokes the KC printable architecture for reports,
notifications, docs and bos.
|
AttachmentDataSource |
print(Printable printableArtifact)
This method invokes the KC printable architecture for reports,
notifications, docs and bos.
|
static final int WHITESPACE_LENGTH_76
static final int WHITESPACE_LENGTH_60
AttachmentDataSource print(Printable printableArtifact) throws PrintingException
PrintingExceptionAttachmentDataSource print(List<Printable> printableArtifactList) throws PrintingException
List of
Printable XML-FO as a PDF OutputStream.PrintingExceptionString getReportName()
Copyright © 2013 The Kuali Foundation. All Rights Reserved.