IBM BPM, V8.0.1, All platforms > Authoring services in Integration Designer > Services and service-related functions > Access external services with adapters > Configure and using adapters > IBM WebSphere Adapters > Lotus Domino > Reference > Configuration properties > Outbound configuration properties

Interaction specification properties

Interaction specification properties control the interaction for an operation. The external service wizard sets the interaction specification properties when you configure the adapter. Typically, you do not need to change these properties. However, you can change some properties for outbound operations. To change these properties after the application is deployed, use the assembly editor in IBM Integration Designer. The properties are located in the method binding of the import.

The following table lists the Interaction specification properties. More information about each property is provided in tables in the sections that follow. For information about how to read the property detail tables in the sections that follow, see Guide to information about properties.

Interaction specification property for WebSphere Adapter for Lotus Domino
Property name Description
MaxRecords Specifies the maximum number of records to be returned during a RetrieveAll operation.
Use indexed search Specifies the indexed search method to be used during text searching.
ForceSave Specifies if the document is to be saved during a conflict of Update operation.
MakeResponse Specifies if the document is to be made available as the response of the saved document even if another user modifies and saves the document during an Update operation.
MarkAsRead Specifies if the document is to be marked as read during an Update operation.
ForceDelete Specifies if the document is to be deleted during a conflict of Delete operation.


Maximum records for RetrieveAll operation

This property specifies the maximum number of records to retrieve during a RetrieveAll outbound operation.

MaxRecords property characteristics
Required Yes
Default 100
Attribute type Integer
Usage If the number of matches in the database exceeds the value of the MaxRecords property, the adapter returns an error. The adapter uses this property to help avoid out-of-memory issues.
Globalized No
Bidi supported No


Use indexed search

This property specifies if the index-based search is to be used for faster text searching.

Use indexed search
Required No
Possible values

True
False

Default False
Property type Boolean
Usage If you set this property to true, the adapter uses the indexed search method for searching Lotus Domino databases. The adapter searches the text indexed database and returns exact matches of the search string followed by the closer matches.
Globalized No
Bidi supported No


Force save the document during a conflict

This property specifies if the document is to be force saved during a conflict of Update operation.

ForceSave property characteristics
Required No
Default False
Attribute type Boolean
Globalized No
Bidi supported No


Save the current document as the response of the original document during a conflict

This property specifies if the document is to be made available as the response of the saved document even if another user modifies and saves the document.

MakeResponse property characteristics
Required No
Default False
Attribute type Boolean
Globalized No
Bidi supported No


Mark the document as read.

This property specifies if the document is to be marked as read during an Update operation.

MarkAsRead property characteristics
Required No
Default True
Attribute type Boolean
Globalized No
Bidi supported No


Force delete the document during a conflict

This property specifies if the document is to be deleted during a conflict of Delete operation.

ForceDelete property characteristics
Required No
Default False
Attribute type Boolean
Globalized No
Bidi supported No

Outbound configuration properties


Related concepts:

Outbound processing

Business object structures

RetrieveAll operation


Related tasks:

Setting deployment properties for a runtime environment

Setting location properties for artifacts

Setting deployment properties and generating the service

Changing interaction specification properties