Class QueryUtils
java.lang.Object
org.odpi.openmetadata.accessservices.subjectarea.utils.QueryUtils
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic StringencodeParams(String methodName, String paramName, String paramValue) Convert param value to URL UTF-8 encode
-
Constructor Details
-
QueryUtils
public QueryUtils()
-
-
Method Details
-
encodeParams
public static String encodeParams(String methodName, String paramName, String paramValue) throws org.odpi.openmetadata.frameworks.connectors.ffdc.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:
org.odpi.openmetadata.frameworks.connectors.ffdc.InvalidParameterException- - error when attempting to encode
-