Package | Description |
---|---|
com.ibm.tivoli.maximo.fdmbo | |
com.ibm.tivoli.maximo.fdmbo.map.app |
Modifier and Type | Method and Description |
---|---|
JSONObjectInfo |
JSONResourceInfo.getRootObject()
Return root object.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<JSONObjectInfo> |
JSONObjectInfo.getChildren()
Returns a List of JSONObjectInfo objects which are children to the current
JSONObjectInfo object
|
java.util.Map<java.lang.String,JSONObjectInfo> |
JSONObjectInfo.getChildrenMap()
Returns children object map.
|
java.util.Map<java.lang.String,JSONObjectInfo> |
JSONResourceInfo.getObjectMap()
Return map of all objects in resource.
|
java.util.Map<java.lang.String,JSONObjectInfo> |
JSONResourceInfo.getPropToObjectMap()
Return mapping of all properties to object.
|
java.util.Map<java.lang.String,JSONObjectInfo> |
JSONResourceCache.getPropToObjectMap(java.lang.String resourceName)
Returns property to object map.
|
Modifier and Type | Method and Description |
---|---|
void |
JSONObjectInfo.addRelatedChild(java.lang.String relationName,
JSONObjectInfo jsonObj)
Adds child object info to hierarchy.
|
void |
JSONMboSet.json2Mbo(java.lang.Object jsonObj,
JSONObjectInfo detailInfo,
MboRemote parentMbo)
Turn a json object into a mbo.
|
void |
JSONMbo.mbo2JSON(com.ibm.json.java.JSONObject jo,
JSONObjectInfo joInfo)
Converts Mbo to JSON Object.
|
void |
JSONResourceInfo.setRootObject(JSONObjectInfo joi)
Set object info as root object.
|
Constructor and Description |
---|
JSONResourceInfo(JSONObjectInfo joi,
java.lang.String resourceName,
boolean multiple)
Constructor will be called on Resource generation
|
Modifier and Type | Method and Description |
---|---|
JSONObjectInfo |
JSONMappingDetail.findObjectInfo(JSONObjectInfo objectInfo,
java.lang.String hpath)
Find JSONObjectInfo based on hierarchy path.
|
JSONObjectInfo |
JSONMappingDetail.getObjectInfo()
Return JSONObjectInfo for detail record.
|
Modifier and Type | Method and Description |
---|---|
void |
MappingObjectsNPSet.addPropertyInfo(JSONObjectInfo objectInfo,
java.lang.String parentPath) |
void |
MappingObjectsNPSet.fillProperties(JSONObjectInfo objectInfo,
java.lang.String propPath,
java.lang.String direction) |
void |
MappingObjectsNPSet.fillPropertyPath(JSONObjectInfo objectInfo,
java.lang.String parentPath) |
JSONObjectInfo |
JSONMappingDetail.findObjectInfo(JSONObjectInfo objectInfo,
java.lang.String hpath)
Find JSONObjectInfo based on hierarchy path.
|
void |
JSONMappingDetail.setObjectInfo(JSONObjectInfo objectInfo)
Sets JSONObjectInfo for the level.
|