Wednesday 14 December 2016

SOA Service Client API : Get Object Based On Attribute Map


How to get Item Based on Attribute Information ?

API should be used is...

DataManagementService coreDMS = DataManagementService.getService(connection);

GetItemFromAttributeResponse res = coreDMS.getItemFromAttribute(attrInfo, 0, new GetItemFromIdPref());//attrInfo is map of attributes

2 comments:

  1. whr is the code

    ReplyDelete
  2. I guess you can prepare the code and use the api provided.

    Thanks
    Anil Bhendarkar

    ReplyDelete