|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.bmc.cmdb.api.CMDBGraphResult
public class CMDBGraphResult
The CMDBGraphResult class defines the result of an
CMDBGraph query.
| Constructor Summary | |
|---|---|
CMDBGraphResult()
Default Constructor that creates an empty CMDBGraphResult object. |
|
| Method Summary | |
|---|---|
CMDBInstanceBase[] |
getObjects()
Gets all object instances that result from the graph search. |
CMDBRelationBase[] |
getRelations()
Gets all relationship instances that result from the graph search. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CMDBGraphResult()
| Method Detail |
|---|
public CMDBInstanceBase[] getObjects()
public CMDBRelationBase[] getRelations()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||