Interface | Description |
---|---|
DataPostProcessor |
Use DataPostProcessor to add custom post-processing logic (like manipulating
the data returned by the service call) to the operation after a back-end
service call is made by the Connector.
|
DataPostProcessor2 |
Use DataPostProcessor2 to add custom post-processing logic (like manipulating
the data returned by the service call) to the operation after a back-end
service call is made by the Connector.
|
DataPreProcessor |
Use DataPreProcessor to add custom pre-processing logic (like input
validation or custom initialization) to the operation before a back-end
service call is made by the Connector.
|
DataPreProcessor2 |
Use DataPreProcessor2 to add custom pre-processing logic (like input
validation or custom initialization) to the operation before a back-end
service call is made by the Connector.
|
JavaService |
Use JavaService to execute custom logic (Java code) as an integration service
call.
|
JavaService2 |
Use JavaService2 to execute custom logic (Java code) as an integration
service call.
|
URLProvider |
Use URLProvider to modify the end-point URL of the backend that the service
will use for getting data.
|
URLProvider2 |
Use URLProvider2 to modify the end-point URL of the backend that the service
will use for getting data.
|
Enum | Description |
---|---|
ActionType |
Enum for various actions to be performed on particular record which in turn
represents the operation to be performed on the object
|
Copyright © 2019. All rights reserved.