@Deprecated public interface LetterRenderService
Modifier and Type | Field and Description |
---|---|
static String |
LAYOUT_TEMPLATE_KEY
Deprecated.
Return value of processLetter API contains processed template against this key.
|
static String |
XML_DATA_KEY
Deprecated.
Return value of processLetter API contains processed data xml against this key.
|
Modifier and Type | Method and Description |
---|---|
Map<String,Object> |
processLetter(Letter letter,
String initialDataXML,
boolean useTestData)
Deprecated.
|
Map<String,Object> |
processLetter(Letter letter,
String initialDataXML,
LetterRenderOptionsSpec letterRenderOptionsSpec)
Deprecated.
|
Map<String,Object> |
processLetter(String letterId,
String initialDataXML,
boolean useTestData)
Deprecated.
|
Map<String,Object> |
processLetter(String letterId,
String initialDataXML,
LetterRenderOptionsSpec letterRenderOptionsSpec)
Deprecated.
|
byte[] |
renderLetter(Letter letter,
String dataXML,
boolean renderInteractive)
Deprecated.
|
com.adobe.icc.render.obj.PDFResponseType |
renderLetter(Letter letter,
String initialDataXML,
boolean mergeDataOnServer,
boolean useTestData,
boolean renderInteractive)
Deprecated.
|
com.adobe.icc.render.obj.PDFResponseType |
renderLetter(Letter letter,
String initialDataXML,
boolean mergeDataOnServer,
boolean useTestData,
boolean renderInteractive,
boolean saveToFile)
Deprecated.
|
com.adobe.icc.render.obj.PDFResponseType |
renderLetter(Letter letter,
String initialDataXML,
LetterRenderOptionsSpec letterRenderOptionsSpec)
Deprecated.
|
byte[] |
renderLetter(String letterId,
String dataXML,
boolean renderInteractive)
Deprecated.
|
com.adobe.icc.render.obj.PDFResponseType |
renderLetter(String letterId,
String initialDataXML,
boolean mergeDataOnServer,
boolean useTestData,
boolean renderInteractive)
Deprecated.
|
com.adobe.icc.render.obj.PDFResponseType |
renderLetter(String letterId,
String initialDataXML,
boolean mergeDataOnServer,
boolean useTestData,
boolean renderInteractive,
boolean saveToFile)
Deprecated.
|
com.adobe.icc.render.obj.PDFResponseType |
renderLetter(String letterId,
String initialDataXML,
LetterRenderOptionsSpec letterRenderOptionsSpec)
Deprecated.
|
String |
serializeDataElementsToXML(String ddiAsXml,
Map<String,Object> phValues,
Map<String,Object> fieldValues)
Deprecated.
|
static final String LAYOUT_TEMPLATE_KEY
static final String XML_DATA_KEY
@Deprecated com.adobe.icc.render.obj.PDFResponseType renderLetter(String letterId, String initialDataXML, LetterRenderOptionsSpec letterRenderOptionsSpec) throws ICCException
letterId
- ID of the Letter/CT to be rendered.initialDataXML
- XML data to be merged with the Layout template.letterRenderOptionsSpec
- specifies options to render letter.PDFResponseType
that contains the PDFFile
objectException
ICCException
@Deprecated com.adobe.icc.render.obj.PDFResponseType renderLetter(Letter letter, String initialDataXML, LetterRenderOptionsSpec letterRenderOptionsSpec) throws ICCException
letter
- Correspondence Template to be rendered -- must be the *full*
letter object containing all necessary data and assignments.initialDataXML
- XML data to be merged with the Layout template.letterRenderOptionsSpec
- specifies options to render letter.PDFResponseType
that contains the PDFFile
objectException
ICCException
@Deprecated com.adobe.icc.render.obj.PDFResponseType renderLetter(Letter letter, String initialDataXML, boolean mergeDataOnServer, boolean useTestData, boolean renderInteractive) throws ICCException
letter
- Correspondence Template to be rendered -- must be the *full*
letter object containing all necessary data and assignments.initialDataXML
- XML data to be merged with the Layout templatemergeDataOnServer
- False if we only need to render the Letter, without merging
data with it. If False, the letter is also augmented with
the FormBridge library for use in an interactive filling
environment. True if data needs to be merged (in which case
the FormBridge library is not included). If true, the
PDF bytes are returned; if false, the bytes are not returned
and the PDF is saved to a temporary location that so that it
can be loaded from the client using a URL to the file name
in the PDFResponseType.useTestData
- specify whether to use test data for rendering or notrenderInteractive
- specify whether to render an interactive or flat PDFPDFResponseType
that contains the PDFFile
objectException
ICCException
@Deprecated com.adobe.icc.render.obj.PDFResponseType renderLetter(String letterId, String initialDataXML, boolean mergeDataOnServer, boolean useTestData, boolean renderInteractive) throws ICCException
letterId
- ID of the Letter/CT to be renderedinitialDataXML
- XML data to be merged with the Layout templatemergeDataOnServer
- False if we only need to render the Letter, without merging
data with it. If False, the letter is also augmented with
the FormBridge library for use in an interactive filling
environment. True if data needs to be merged (in which case
the FormBridge library is not included). If true, the
PDF bytes are returned; if false, the bytes are not returned
and the PDF is saved to a temporary location that so that it
can be loaded from the client using a URL to the file name
in the PDFResponseType.useTestData
- specify whether to use test data for rendering or notrenderInteractive
- specify whether to render an interactive or flat PDFPDFResponseType
that contains the PDFFile
objectException
ICCException
@Deprecated com.adobe.icc.render.obj.PDFResponseType renderLetter(Letter letter, String initialDataXML, boolean mergeDataOnServer, boolean useTestData, boolean renderInteractive, boolean saveToFile) throws ICCException
letter
- Correspondence Template to be rendered -- must be the *full*
letter object containing all necessary data and assignments.initialDataXML
- XML data to be merged with the Layout templatemergeDataOnServer
- False if we only need to render the Letter, without merging
data with it. If False, the letter is also augmented with
the FormBridge library for use in an interactive filling
environment. True if data needs to be merged (in which case
the FormBridge library is not included).useTestData
- specify whether to use test data for rendering or notrenderInteractive
- specify whether to render an interactive or flat PDFsaveToFile
- true to have the PDF saved to a temporary file for retrieval
via URL from the client; false to have the PDF bytes returned
in the PDFResponseType response.PDFResponseType
that contains the PDFFile
objectException
ICCException
@Deprecated com.adobe.icc.render.obj.PDFResponseType renderLetter(String letterId, String initialDataXML, boolean mergeDataOnServer, boolean useTestData, boolean renderInteractive, boolean saveToFile) throws ICCException
letterId
- ID of the Letter/CT to be renderedinitialDataXML
- XML data to be merged with the Layout templatemergeDataOnServer
- False if we only need to render the Letter, without merging
data with it. If False, the letter is also augmented with
the FormBridge library for use in an interactive filling
environment. True if data needs to be merged (in which case
the FormBridge library is not included).useTestData
- specify whether to use test data for rendering or notrenderInteractive
- specify whether to render an interactive or flat PDFsaveToFile
- true to have the PDF saved to a temporary file for retrieval
via URL from the client; false to have the PDF bytes returned
in the PDFResponseType response.PDFResponseType
that contains the PDFFile
objectException
ICCException
@Deprecated byte[] renderLetter(String letterId, String dataXML, boolean renderInteractive) throws ICCException
letterId
- ID of the Letter/CT for which the PDF has to be generateddataXML
- XML data to be merged with the Layout templaterenderInteractive
- specify whether to render an interactive or flat PDFException
ICCException
@Deprecated byte[] renderLetter(Letter letter, String dataXML, boolean renderInteractive) throws ICCException
letter
- The Letter object for which the PDF has to be generateddataXML
- XML data to be merged with the Layout templaterenderInteractive
- specify whether to render an interactive or flat PDFException
ICCException
@Deprecated String serializeDataElementsToXML(String ddiAsXml, Map<String,Object> phValues, Map<String,Object> fieldValues) throws ICCException
ddiAsXml
- Serialize XML input data for DDI to be usedphValues
- is map having PH values with key as place holder variable namefieldValues
- is map having Field values with key as somExpr of the FieldICCException
@Deprecated Map<String,Object> processLetter(Letter letter, String initialDataXML, boolean useTestData) throws ICCException
letter
- The Letter object which is to be processed.initialDataXML
- Initial XML data that is used to initialize the associated Data Dictionary (if any), and also augmented and merged with the Letter's layout template.useTestData
- specify whether to use the Letter's test data as initial XML data or not.Map
that contains the augmented layout template and the final XML data. ICCException
@Deprecated Map<String,Object> processLetter(String letterId, String initialDataXML, boolean useTestData) throws ICCException
letterId
- ID of the Letter which is to be processed.initialDataXML
- Initial XML data that is used to initialize the associated Data Dictionary (if any), and also augmented and merged with the Letter's layout template.useTestData
- specify whether to use the Letter's test data as initial XML data or not.Map
that contains the augmented layout template and the final XML data. ICCException
@Deprecated Map<String,Object> processLetter(String letterId, String initialDataXML, LetterRenderOptionsSpec letterRenderOptionsSpec) throws ICCException
letterId
- ID of the Letter which is to be processed.initialDataXML
- Initial XML data that is used to initialize the associated Data Dictionary (if any), and also augmented and merged with the Letter's layout template.letterRenderOptionsSpec
- specifies options to process letter.Map
that contains the augmented layout template and the final XML data. ICCException
@Deprecated Map<String,Object> processLetter(Letter letter, String initialDataXML, LetterRenderOptionsSpec letterRenderOptionsSpec) throws ICCException
letter
- The Letter object which is to be processed.initialDataXML
- Initial XML data that is used to initialize the associated Data Dictionary (if any), and also augmented and merged with the Letter's layout template.letterRenderOptionsSpec
- specifies options to process letter.Map
that contains the augmented layout template and the final XML data. ICCException
Copyright © 1982–2022 Adobe Systems Inc.. All rights reserved.