Connect JCA rules - Completing the Input tab
For a JCA connector, a request is an invocation of a resource adapter
Execute()
method. Use the Input tab to configure the
input record type and the contents (elements) of the input record for the connector
requests.
Note: Connect JCA rules are no longer being actively developed, and are being considered for
deprecation in upcoming releases. Using Connect JCA rules does not follow Pega development
best practices. Consider other implementation options instead.
Input record
Field | Description |
---|---|
Name | Specify the name of the input record as it is required for the adapter function this connector rule calls. |
Type |
Select the data type of the input record:
|
Handler activity for custom type | If you selected Custom in the
Type field, select the activity that maps the values of the
record properties specified in the Record properties section to
the input record. For information about creating the handler activity, see More about Connect JCA rules. |
Record properties
Use this section to specify the contents of the input record. See also More about Connect JCA rules
Field | Description |
---|---|
Data type | Specify the fully qualified Java class type name of the input record element.
Select a type appropriate for the Type of the Pega Platform
property mapped to it. For example, enter java.util.List for a
property of mode Value List or java.lang.String
for a property of mode Single Value . |
Property name | When the type is set to Mapped, enter the name of the map key for the key/value pair being defined by this data mapping. If not, leave blank. |
Description | Optional. A description of the record property or the Pega Platform property. This text is for information only. |
Map from | Specify the source or the type of source of the value:
|
Map from key | Specify the key to locating the property in the source.
|