public interface PreProcessor
| Modifier and Type | Method and Description |
|---|---|
org.json.JSONObject |
preProcess(String batchID,
String templateID,
org.json.JSONObject jsonInput,
BatchConfig config)
Callback to invoke custom pre-processing logic for any input data.
|
org.json.JSONObject preProcess(String batchID, String templateID, org.json.JSONObject jsonInput, BatchConfig config) throws BatchException
batchID - Batch identifiertemplateID - Interactive Communication template pathjsonInput - input JSON dataconfig - configuration for batch generationBatchExceptionCopyright © 1982–2023 Adobe Systems Incorporated. All rights reserved.