Copyright © Cloud Software Group, Inc. All Rights Reserved
Copyright © Cloud Software Group, Inc. All Rights Reserved


Order Parenting : API Impact

API Impact
TIBCO Fulfillment Provisioning allows the user to define a parent service order as the originator of the associated service order. An API service is provided to affiliate a service order to a parent service order.
The change in the API service allows to configure the following:
Each service order contains a unique orderId and must refer to the sodata::ServiceOrderData instance.
The following new methods are added to the basesodata::ServiceOrderData interface:
void "setParent"( in ServiceOrderData "i_sod");
void "setParentId"( in string "i_pid");
void "clearParent"();
string "getParentId"();

Copyright © Cloud Software Group, Inc. All Rights Reserved
Copyright © Cloud Software Group, Inc. All Rights Reserved