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.
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. |
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. |