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.JSONResourceInfo

  • Packages that use JSONResourceInfo 
    Package Description
    com.ibm.tivoli.maximo.fdmbo  
    com.ibm.tivoli.maximo.fdmbo.analyze  
    com.ibm.tivoli.maximo.fdmbo.app.createres  
    com.ibm.tivoli.maximo.fdmbo.generate  
    com.ibm.tivoli.maximo.fdmbo.map.app  
    com.ibm.tivoli.maximo.iotservices.historian  
    com.ibm.tivoli.maximo.iotservices.mapper  
    • Uses of JSONResourceInfo in com.ibm.tivoli.maximo.fdmbo

      Methods in com.ibm.tivoli.maximo.fdmbo that return JSONResourceInfo 
      Modifier and Type Method and Description
      JSONResourceInfo JSONResourceCacheImpl.getResourceInfo(java.lang.String resourceName)
      Returns resource info based on resource name.
      JSONResourceInfo JSONResourceCache.getResourceInfo(java.lang.String resourceName)
      Returns JSONResourceInfo.
      Methods in com.ibm.tivoli.maximo.fdmbo with parameters of type JSONResourceInfo 
      Modifier and Type Method and Description
      void JSONMboSet.deserialize(byte[] response, JSONResourceInfo resourceInfo, int index)
      Turn a json string into a mbo, and add it to this set.
      JSONQuery CloudantMboSet.format(JSONQuery formater, JSONResourceInfo resourceInfo, java.lang.String where, boolean forCount, int index)
      Formats full where clause.
      protected java.lang.String RESTMboSet.formatOrderBy(java.lang.String sqlOB, JSONResourceInfo resourceInfo)
      Parses order by.
      JSONQuery CloudantMboSet.formatQBE(JSONQuery formater, JSONResourceInfo resourceInfo, boolean forCount, int index)
      Formats QBE.
      void JSONMboSet.json2MboSet(com.ibm.json.java.JSONArray jsonArray, JSONResourceInfo resourceInfo, int start, int end)
      Convert JSON into mbo and add the mbo to this set.
      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.
      Constructors in com.ibm.tivoli.maximo.fdmbo with parameters of type JSONResourceInfo 
      Constructor and Description
      ExternalResourceProcessor(JSONResourceInfo resourceInfo, MboRemote owner)
      Parse and separate the federated resources into a list, in its intended order.
    • Uses of JSONResourceInfo in com.ibm.tivoli.maximo.fdmbo.analyze

      Methods in com.ibm.tivoli.maximo.fdmbo.analyze that return JSONResourceInfo 
      Modifier and Type Method and Description
      JSONResourceInfo JSONAnalyzer.ingest(byte[] jsonData, byte[] schemaData, java.lang.String resourceName, java.lang.String collectionProp, java.lang.String dateType, java.lang.String dateFormat, boolean optimize) 
      Methods in com.ibm.tivoli.maximo.fdmbo.analyze with parameters of type JSONResourceInfo 
      Modifier and Type Method and Description
      void JSONAnalyzer.optimize(JSONResourceInfo resInfo) 
    • Uses of JSONResourceInfo in com.ibm.tivoli.maximo.fdmbo.app.createres

      Methods in com.ibm.tivoli.maximo.fdmbo.app.createres that return JSONResourceInfo 
      Modifier and Type Method and Description
      JSONResourceInfo JSONProcessNPMboSet.getResourceInfo() 
      Methods in com.ibm.tivoli.maximo.fdmbo.app.createres with parameters of type JSONResourceInfo 
      Modifier and Type Method and Description
      void JSONProcessNPMboSet.setResourceInfo(JSONResourceInfo resInfo) 
    • Uses of JSONResourceInfo in com.ibm.tivoli.maximo.fdmbo.generate

      Methods in com.ibm.tivoli.maximo.fdmbo.generate with parameters of type JSONResourceInfo 
      Modifier and Type Method and Description
      static void JSONMaxArtifactsCreator.create(JSONResourceInfo resourceInfo, java.lang.String url, java.lang.String jsonType, java.lang.String useWith, java.lang.String description, java.lang.String endPointName, java.lang.String appObject, java.lang.String collectionProp, java.lang.String pageParams, java.lang.String orderbyParam, java.lang.String nullFormat, java.lang.String stringQualifier, int pageLimit, java.lang.String processor, UserInfo userInfo, MXTransaction mxTrans) 
    • Uses of JSONResourceInfo in com.ibm.tivoli.maximo.fdmbo.map.app

      Methods in com.ibm.tivoli.maximo.fdmbo.map.app that return JSONResourceInfo 
      Modifier and Type Method and Description
      JSONResourceInfo JSONMapping.getResourceInfo()
      Get reference to ResourceInfo object.
      Methods in com.ibm.tivoli.maximo.fdmbo.map.app with parameters of type JSONResourceInfo 
      Modifier and Type Method and Description
      void JSONMapping.setResourceInfo(JSONResourceInfo resInfo)
      Set resourceInfo object.
    • Uses of JSONResourceInfo in com.ibm.tivoli.maximo.iotservices.historian

      Methods in com.ibm.tivoli.maximo.iotservices.historian with parameters of type JSONResourceInfo 
      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 JSONResourceInfo in com.ibm.tivoli.maximo.iotservices.mapper

      Methods in com.ibm.tivoli.maximo.iotservices.mapper with parameters of type JSONResourceInfo 
      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