Repository Objects for the Oracle Intelligent Advisor Integration Framework
The following table describes the repository objects and object types that are used with Oracle Intelligent Advisor interviews using the framework for embedded interviews.
Object Name | Object Type | Description |
---|---|---|
OPA Admin Integration Map Parameter |
Business Component | Used in code to load the integration mapping parameters. |
OPA Integration Mapping VBC |
Business Component | This is a new virtual business component (VBC). All the applets where an interview is rendered must be based on this new VBC. This VBC reads the mapping parameters configured for the interview and passes all the parameters to the client where it is read by the physical renderer. |
Policy Automation Checkpoint Storage |
Business Component | Used in check-pointing. |
OPA Integration Object |
Business Object | All the views where Intelligent Advisor interviews are rendered must use this business object. |
Policy Automation Checkpoints |
Business Object | Used in check-pointing. |
OPA Interview Framework Service |
Business Service |
Contains methods to handle Inbound Web Service calls to interact with Intelligent Advisor and provide utility methods to handle the Intelligent Advisor response. The methods are:
|
PUB OPA Utilities Service |
Business Service | Provides generic methods UpsertRecord and Query which perform Add, Update, or Query operations on a given business object or business component. Also includes the PurgeSnapshot method, which is invoked in Submit or Save workflow steps to purge the saved snapshot from the database and post the submit request. |
OpaDataServicePortType12213 |
Business Service | External business service created after Intelligent Advisor WSDL upgrade. |
CSSOPAAdminVBC |
Class | A new class used by OPA Integration Mapping VBC, this class reads the mapping parameters configured for the interview and passes all the parameters to the client where it is read by the physical renderer. |
get-metadata-response |
Integration Object | External integration object created after Intelligent Advisor WSDL upgrade. |
get-checkpoint-request |
Integration Object | External integration object created after Intelligent Advisor WSDL upgrade. |
get-checkpoint-response |
Integration Object | External integration object created after Intelligent Advisor WSDL upgrade. |
load-request |
Integration Object | External integration object used for data preseed created after Intelligent Advisor WSDL upgrade. |
save-request |
Integration Object | External integration object created after Intelligent Advisor WSDL upgrade. |
save-response |
Integration Object | External integration object created after Intelligent Advisor WSDL upgrade. |
set-checkpoint-request |
Integration Object | External integration object created after Intelligent Advisor WSDL upgrade. |
set-checkpoint-response |
Integration Object | External integration object created after Intelligent Advisor WSDL upgrade. |
load-response |
Integration Object | External integration object created after Intelligent Advisor WSDL upgrade. |
execute-query-request |
Integration Object | External integration object created after Intelligent Advisor WSDL upgrade. |
execute-query-response |
Integration Object | External integration object created after Intelligent Advisor WSDL upgrade. |
check-alive-request |
Integration Object | External integration object created after Intelligent Advisor WSDL upgrade. |
check-alive-response |
Integration Object | External integration object created after Intelligent Advisor WSDL upgrade. |
get-metadata-request |
Integration Object | External integration object created after Intelligent Advisor WSDL upgrade. |
OPA List Applet |
Web Template | All integrations must use this Web template which contains a single DIV element with Id opa-interview. |
Go To OIA Interview View |
Workflow Process | Used to navigate to the Intelligent Advisor interview view. |
OIA Load Workflow Process |
Workflow Process | Used to preseed the interview data. |
OIA Set Checkpoint |
Workflow Process | Used to save the checkpoint snapshot data to the Siebel database. |
OIA Get Checkpoint |
Workflow Process | Used to get the checkpoint snapshot data from the Siebel database. |
OIA Submit Sub Process |
Workflow Process | This workflow converts the integration object for submitting data in Intelligent Advisor format to Siebel integration object format. |