Skip navigation links
  • Overview
  • Package
  • Class
  • Use
  • Tree
  • Deprecated
  • Index
  • Help
  • Prev
  • Next
  • Frames
  • No Frames
  • All Classes

Uses of Class
com.ibm.tivoli.maximo.fdmbo.analyze.JSONAnalyzer

  • Packages that use JSONAnalyzer 
    Package Description
    com.ibm.tivoli.maximo.fdmbo  
    com.ibm.tivoli.maximo.fdmbo.analyze  
    com.ibm.tivoli.maximo.iotservices.historian  
    com.ibm.tivoli.maximo.iotservices.mapper  
    • Uses of JSONAnalyzer in com.ibm.tivoli.maximo.fdmbo

      Fields in com.ibm.tivoli.maximo.fdmbo declared as JSONAnalyzer 
      Modifier and Type Field and Description
      protected JSONAnalyzer JSONMboSet.jsonAnalyzer 
      Methods in com.ibm.tivoli.maximo.fdmbo with parameters of type JSONAnalyzer 
      Modifier and Type Method and Description
      java.lang.String URLFormatter.format(java.lang.String url, MboRemote mbo, UserInfo userInfo, java.lang.String relationship, java.lang.String resourceType, JSONAnalyzer jsonAnalyzer)
      Formats URL
      com.ibm.json.java.JSONArtifact DefaultResourceProcessor.processResource(JSONResourceInfo resourceInfo, MboRemote owner, UserInfo userInfo, int pageSize, int currentPage, JSONAnalyzer jsonAnalyzer)
      This is the method that the federated mbos will be fetched from the json resource, and merged into the target mboset.
    • Uses of JSONAnalyzer in com.ibm.tivoli.maximo.fdmbo.analyze

      Subclasses of JSONAnalyzer in com.ibm.tivoli.maximo.fdmbo.analyze 
      Modifier and Type Class and Description
      class  WeatherAPIAnalyzer
      Class for Weather API JSON Analyzer.
      Methods in com.ibm.tivoli.maximo.fdmbo.analyze that return JSONAnalyzer 
      Modifier and Type Method and Description
      JSONAnalyzer JSONAnalyzerFactory.getAnalyzer(java.lang.String type) 
    • Uses of JSONAnalyzer in com.ibm.tivoli.maximo.iotservices.historian

      Methods in com.ibm.tivoli.maximo.iotservices.historian with parameters of type JSONAnalyzer 
      Modifier and Type Method and Description
      com.ibm.json.java.JSONArtifact HistorianProcessor.processResource(JSONResourceInfo resourceInfo, MboRemote owner, UserInfo userInfo, int pageSize, int currentPage, JSONAnalyzer jsonAnalyzer)
      This is the method that the federated mbos will be fetched from the json resource, and merged into the target mboset.
    • Uses of JSONAnalyzer in com.ibm.tivoli.maximo.iotservices.mapper

      Subclasses of JSONAnalyzer in com.ibm.tivoli.maximo.iotservices.mapper 
      Modifier and Type Class and Description
      class  CloudantJSONAnalyzer
      Class for Cloudant JSON Analyzer.
      Methods in com.ibm.tivoli.maximo.iotservices.mapper with parameters of type JSONAnalyzer 
      Modifier and Type Method and Description
      com.ibm.json.java.JSONArtifact IotResourceProcessor.processResource(JSONResourceInfo resourceInfo, MboRemote owner, UserInfo userInfo, int pageSize, int currentPage, JSONAnalyzer jsonAnalyzer) 
      com.ibm.json.java.JSONArtifact IoTCloudantProcessor.processResource(JSONResourceInfo resourceInfo, MboRemote owner, UserInfo userInfo, int pageSize, int currentPage, JSONAnalyzer jsonAnalyzer)
      Invoke external Resource
Skip navigation links
  • Overview
  • Package
  • Class
  • Use
  • Tree
  • Deprecated
  • Index
  • Help
  • Prev
  • Next
  • Frames
  • No Frames
  • All Classes