Informatica Data Quality 
			
			- Informatica Data Quality 10.4.1
- All Products
 
           
      	
            
	
      (datatype)invokeJExpression( String expression, Object[] paramMetadataArray);
|  Parameter  | Parameter Type  | Datatype  | Description  | 
|---|---|---|---|
| expression  | Input  | String  | String that represents the expression.  | 
| paramMetadataArray  | Input  | Object[]  | Array of objects that contain the input parameters for the expression.  | 
(String)invokeJExpression("concat(x1,x2)", new Object [] { "John ", "Smith" });