public interface BatchConfig
BatchGeneratorService providing information like
BatchType, PreProcessor, PostProcessor| Modifier and Type | Method and Description |
|---|---|
BatchType |
getBatchType()
Method returns the
BatchType set while configuring BatchConfig for Batch API. |
String |
getLocale()
Method returns the Locale set while configuring
BatchConfig for Batch API. |
PostProcessor |
getPostProcessor()
Method returns the post-processor set while configuring
BatchConfig for Batch API |
PreProcessor |
getPreProcessor()
Method returns the pre-processor set while configuring
BatchConfig for Batch API |
String |
getRecordPath()
Method returns the recordId set while configuring
BatchConfig for Batch API. |
boolean |
usePrefillService()
Configuration to either use input data as argument and use prefill service defined on IC or ignore prefill service provided in IC and use complete input as actual data.
|
PreProcessor getPreProcessor()
BatchConfig for Batch APIPreProcessorPostProcessor getPostProcessor()
BatchConfig for Batch APIBatchType getBatchType()
BatchType set while configuring BatchConfig for Batch API.String getLocale()
BatchConfig for Batch API.String getRecordPath()
BatchConfig for Batch API.boolean usePrefillService()
Copyright © 1982–2023 Adobe Systems Incorporated. All rights reserved.