Trading Networks 10.7 | Administering and Monitoring B2B Transactions | Trading Networks Built-In Services Reference | Profile Folder | Summary of Elements in this Folder | wm.tn.profile:getProfileMappings
 
wm.tn.profile:getProfileMappings
Retrieves the profile name and profile ID mapping in your trading network.
Input Parameters
deleted
String (optional) Whether to retrieve deleted profiles. Valid values are:
*true To retrieve deleted profiles.
*false Default. To not retrieve non-deleted profiles.
refresh
String (optional) Whether you want Trading Networks to refresh the profile cache on the server before retrieving profiles. Valid values are:
*true - Refreshes the profile cache on the server before retrieving the profiles.
*false - Default. Does not refresh the profile cache on the server before retrieving the profiles.
Output Parameters
NameIdMap
Object Profile names and profile IDs as key/value pairs, where name is the key and ID is the value. It is a type of java.util.HashMap.
IdNameMap
HashMap Profile IDs and profile names as key/value pairs, where ID is the key and name is the value. It is a type of java.util.HashMap.
self
An enterprise profile. It is a type of wm.tn.rec:ProfileSummary.
unknown
An unknown profile. It is a type of wm.tn.rec:ProfileSummary.