Deprecated. This function was an earlier approach to working with element maps. It does the same as the following two subsequent function calls:

prepareElementMap (
   elementMapId, 
   elementEnum,
   parseFlexQuery(keysExpr)
);

findElementsByKey(elementMapId, key);

See Also:

prepareElementMap(), parseFlexQuery()