Supported operations (JD Edwards)

An operation is the action that an adapter can perform on the JD Edwards EnterpriseOne server during outbound processing. The name of the operation typically indicates the type of action that the adapter takes, such as create or update.

The following tables define the operations that the WebSphere® Adapter for JD Edwards EnterpriseOne supports during outbound processing for business functions and XML Lists.

Table 1. Supported operations of business functions
Operation Definition
Create The top-level business object and all contained children are created.
Update The top-level business object is modified. This operation can include adding and deleting child objects.
Delete The top-level business object and any contained children are deleted.
Retrieve The top-level business object and any contained children are retrieved.
Table 2. Supported operations of XML Lists
Operation Definition
RetrieveAll Retrieves all records from the JD Edwards EnterpriseOne server that correspond to the query values specified in the XML List. Returns a result set in the form of a container of JD Edwards EnterpriseOne query business objects, which represent the data for each row retrieved from the table.