Class QueryUtils
- java.lang.Object
-
- org.odpi.openmetadata.accessservices.subjectarea.utils.QueryUtils
-
public class QueryUtils extends Object
-
-
Constructor Summary
Constructors Constructor Description QueryUtils()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static StringencodeParams(String methodName, String paramName, String paramValue)Convert param value to URL UTF-8 encode
-
-
-
Method Detail
-
encodeParams
public static String encodeParams(String methodName, String paramName, String paramValue) throws InvalidParameterException
Convert param value to URL UTF-8 encode- Parameters:
methodName- - name of the method being called.paramName- - name of the parameter for encodeparamValue- - value of the parameter for encode- Returns:
- encoded param value
- Throws:
InvalidParameterException- - error when attempting to encode
-
-