public class WeatherAPIAnalyzer extends JSONAnalyzer
jsonArtifact| Constructor and Description |
|---|
WeatherAPIAnalyzer() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
formatParameter(java.lang.String url,
java.lang.String paramter,
java.lang.String whereClause)
Formats where clause.
|
boolean |
licenseCheck(java.lang.String productName)
Check license.
|
void |
logAPICall(java.lang.String productName,
java.lang.String resourceName,
UserInfo userInfo)
Log call to store product name and last time it was called.
|
analyze, analyze, analyzeConstraints, buildPropertyInfo, findParamters, getMappedName, getResolvedAttrName, getResolvedName, ingest, isDateTime, isDateTimeInMiliSec, optimize, optimizeJSONNodes, replaceInvalidCharpublic java.lang.String formatParameter(java.lang.String url,
java.lang.String paramter,
java.lang.String whereClause)
throws java.rmi.RemoteException,
MXException
formatParameter in class JSONAnalyzerurl - invoke urlmethod - HTTP invoke methodmethod - HTTP invoke methodMXException - Maximo Exceptionjava.rmi.RemoteException - Remote Exceptionpublic boolean licenseCheck(java.lang.String productName)
throws java.rmi.RemoteException,
MXException
licenseCheck in class JSONAnalyzerproductName - product nameMXExceptionjava.rmi.RemoteExceptionpublic void logAPICall(java.lang.String productName,
java.lang.String resourceName,
UserInfo userInfo)
throws java.rmi.RemoteException,
MXException
logAPICall in class JSONAnalyzerproductName - product nameresourceName - resource nameUserInfo - user infoMXExceptionjava.rmi.RemoteException