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:
- GetOrder - to get the order requests of all the versions (including amendments) of an order.
- 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.
- GetPlanItems - to get the UDF data of the specific plan items passed in the request.
- 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.
- 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.
Copyright © Cloud Software Group, Inc. All rights reserved.