Integration Platform Technologies: Siebel Enterprise Application Integration > EAI UI Data Adapter Business Service >

EAI UI Data Adapter Business Service Method Arguments


The methods exposed in the EAI UI Data Adapter business service take arguments that you use to specify information that the adapter uses when processing the request. Table 38 summarizes these method arguments.

Table 38. EAI UI Data Adapter Business Service Method Arguments
Argument
Display Name
Description

BusObjCacheSize

Business Object Cache Size

Maximum Number of Business Objects that can be cached at one time.

ExecutionMode

Execution Mode

Used to set the direction of a query on a business component. Valid values are ForwardOnly and Bidirectional. The default is Bidirectional.

ForwardOnly is more efficient than Bidirectional, and is recommended in cases where you must process a large number of records in the forward direction only (such as for report generation). For operations that are likely to return more than 10000 records, use ForwardOnly to avoid errors.

For more information on executing queries, see the topic on the ExecuteQuery business component method in Siebel Object Interfaces Reference.

LOVLanguageMode

LOV Language Mode

Indicates whether the EAI UI Data Adapter must translate the LOV value before sending it to the object manager. Valid values are LIC or LDC. If LIC is specified, then the EAI UI Data Adapter expects language independent values in the input message and translates them to language dependent values (based on the current language setting) before the request is sent to the object manager. If LDC is specified, the EAI UI Data Adapter does not translate the value before sending it to the object manager.

NamedSearchSpec

Predefined Query

Name of a PDQ. The EAI UI Data Adapter sets the name of the PDQ on the business object instance. If NamedSearchSpec and QBE are specified, NamedSearchSpec is used.

NewQuery

New Query

Default is False. Boolean indicating whether a new query will be executed. If set to True, a new query is executed flushing the cache for that particular integration object.

NumOutputObjects

Number of Output Integration Objects

Number of Integration Objects output

OutputIntObjectName

Not applicable

The name of the integration object that will be sent in the output.

SiebelMessage

Siebel Message

Input or output integration object instance.

ViewMode

View Mode

Visibility algorithm used in addition to a search specification to determine which records will be retrieved. The ViewMode method argument is used to set the View Mode property for all business components corresponding to the integration object. Valid values are Manager, Sales Rep, Personal, Organization, Sub-Organization, Group, Catalog, and All.

Integration Platform Technologies: Siebel Enterprise Application Integration Copyright © 2010, Oracle and/or its affiliates. All rights reserved. Legal Notices.