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.
|
Modifier and Type | Class and Description |
---|---|
class |
WeatherAPIAnalyzer
Class for Weather API JSON Analyzer.
|
Modifier and Type | Method and Description |
---|---|
JSONAnalyzer |
JSONAnalyzerFactory.getAnalyzer(java.lang.String type) |
Modifier and Type | Method and Description |
---|---|
com.ibm.json.java.JSONArtifact |
IoTCloudantProcessor.processResource(JSONResourceInfo resourceInfo,
MboRemote owner,
UserInfo userInfo,
int pageSize,
int currentPage,
JSONAnalyzer jsonAnalyzer)
Invoke external Resource
|
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.
|
com.ibm.json.java.JSONArtifact |
AMOCProcessor.processResource(JSONResourceInfo resourceInfo,
MboRemote owner,
UserInfo userInfo,
int pageSize,
int currentPage,
JSONAnalyzer 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.
|
Modifier and Type | Class and Description |
---|---|
class |
CloudantJSONAnalyzer
Class for Cloudant JSON Analyzer.
|
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
|