Question: Explain the methods of EAI Siebel Adapter
Answer: EAI Siebel Adapter is pre-build business service which interacts with Siebel Object manager to perform CRUD operations on Siebel Database. Following methods are available on the service:
Query
- Query method is used to query data from Siebel, output of this method is Integration Object instance.
- Query can be executed using :
- Row id of the primary BusComp
- Search spec consisting of parent and child buscomp fields.
- Integration object instance - which is also known as Query By Example
- Only required input argument of this method is Output Integration Object Name which is the name of integration object which is queried by the service.