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.
|
Modifier and Type | Method and Description |
---|---|
java.util.Map<java.lang.String,JSONResourceInfo> |
JSONResourceCacheImpl.getResourceMap()
Returns map of all resource types.
|
java.util.Map<java.lang.String,JSONResourceInfo> |
JSONResourceCache.getResourceMap()
Returns map of all resources.
|
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.
|
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.
|
Constructor and Description |
---|
ExternalResourceProcessor(JSONResourceInfo resourceInfo,
MboRemote owner)
Parse and separate the federated resources into a list, in its intended order.
|
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) |
Modifier and Type | Method and Description |
---|---|
void |
JSONAnalyzer.optimize(JSONResourceInfo resInfo) |
Modifier and Type | Method and Description |
---|---|
JSONResourceInfo |
JSONProcessNPMboSet.getResourceInfo() |
Modifier and Type | Method and Description |
---|---|
void |
JSONProcessNPMboSet.setResourceInfo(JSONResourceInfo resInfo) |
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) |
Modifier and Type | Method and Description |
---|---|
JSONResourceInfo |
JSONMapping.getResourceInfo()
Get reference to ResourceInfo object.
|
Modifier and Type | Method and Description |
---|---|
void |
JSONMapping.setResourceInfo(JSONResourceInfo resInfo)
Set resourceInfo object.
|
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 | 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
|