getMappingProfiles
From LongJump Support Wiki
Revision as of 23:09, 18 December 2010 by imported>Aeric (Created page with "{{DISPLAYTITLE:getMappingProfiles}} Return the names and IDs of the import mapping profiles for a specified object. ;Syntax: :<syntaxhighlight lang="java" enclose="div"> public …")
Return the names and IDs of the import mapping profiles for a specified object.
- Syntax
public HashMap<String,String> Functions.getMappingProfiles(objectName)
- Parameters
-
- objectName
- The name of the object to query.
- Returns
- A HashMap containing profile IDs (keys) and their names (values).