Outbound and inbound events

This topic describes outbound and inbound events.

The adapter follows these steps to perform an outbound operation on an inbound business object:
  1. It extracts meta-data from the InteractionSpec that identifies the appropriate component interface to access.
  2. It extracts properties from the InteractionSpec that determine the outbound operation to perform.
  3. Within the component interface, the adapter sets the keys from values specified in the business objects.
  4. The adapter instantiates an existing component interface to retrieve, update, or create a component interface, and then it populates that component interface with data from the hierarchy of business objects.
Note: The adapter processes attributes in the order defined in the business object. For example, if there is a complex attribute between two simple attributes, the adapter processes the simple attribute at the first position, then the complex attribute followed by the simple attribute. After the changes are made, the component interface is saved to commit the data to the PeopleSoft database. This pattern of processing is used for Create and Update operations only.

The adapter can support inbound events as well. If your environment requires inbound support, you must first use PeopleTools Application Designer to create a custom event project. See . . . <ADD LINK TO ADAPTER SPECIFIC INSTALLATION INFORMATION>

Parent topic: How the Adapter for PeopleSoft Enterprise works


Terms of use |

Last updated: Sun Mar 12 11:24:19 2006

Copyright IBM Corporation 2005.
This information center is powered by Eclipse technology (http://www.eclipse.org)