Data Access Interfaces

Overview

Fulfillment Order Management exposes five JMS based interfaces for process components to access or update the UDF data during order fulfillment.

The following are the interfaces:
  1. GetOrder - to get the order requests of all the versions (including amendments) of an order.
  2. GetPlan - to get the UDF data of the execution plan associated with an order. This can also include the UDF data of all comprising plan items.
  3. GetPlanItems - to get the UDF data of the specific plan items passed in the request.
  4. SetPlan - to update or replace the UDF data of the execution plan associated with an order. This can also include the UDF data of one or more comprising plan items.
  5. SetPlanItem - to update/replace the UDF data of a specific plan item passed in the request.

The following sub-sections cover these JMS interfaces in details.

The schema for these interfaces is $AF_HOME/schemas/schema/tds/sharedResources/schemas/services/TransientDataStoreService.xsd.