Package | Description |
---|---|
com.ibm.tivoli.maximo.fdmbo.map |
Modifier and Type | Method and Description |
---|---|
JSONMapDetailInfo |
JSONMapInfo.getMapDetailInfo(java.lang.String hierarchyPath)
Get the JSONMapDetailInfo for a given Hierarchy path
|
JSONMapDetailInfo |
JSONMapDetailInfo.getParentInfo()
Returns a List of JSONMapDetailInfo objects which are children to the current
JSONMapDetailInfo object
|
JSONMapDetailInfo |
JSONMapInfo.getPrimaryMapDetailInfo()
Get the primary JSONMapDetailInfo info
|
Modifier and Type | Method and Description |
---|---|
java.util.List<JSONMapDetailInfo> |
JSONMapDetailInfo.getChildren()
Returns a List of JSONMapDetailInfo objects which are children to the current
JSONMapDetailInfo object
|
java.util.List<JSONMapDetailInfo> |
JSONMapInfo.getMapDetailList()
Returns a List of JSONMapDetailInfo objects which are in the current
JSONMapInfo object
|
java.util.Map<java.lang.Integer,java.util.Map<java.lang.String,JSONMapDetailInfo>> |
JSONMapInfo.getParentMap()
Returns a List of JSONMapDetailInfo objects which are children to the current
JSONMapDetailInfo object
|
java.util.Map<java.lang.String,java.util.List<JSONMapDetailInfo>> |
JSONMapInfo.getSiblings()
Returns a List of JSONMapDetailInfo objects which are children to the current
JSONMapDetailInfo object
|
java.util.List<JSONMapDetailInfo> |
JSONMapDetailInfo.getSiblingsHier()
Returns a List of JSONMapDetailInfo objects which are children to the current
JSONMapDetailInfo object
|
Modifier and Type | Method and Description |
---|---|
void |
JSONMapDetailInfo.setParentInfo(JSONMapDetailInfo parent)
Returns a List of JSONMapDetailInfo objects which are children to the current
JSONMapDetailInfo object
|