com.bmc.cmdb.api
Class CMDBGraphResult

java.lang.Object
  extended by com.bmc.cmdb.api.CMDBGraphResult

public class CMDBGraphResult
extends java.lang.Object

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

CMDBGraphResult

public CMDBGraphResult()
Default Constructor that creates an empty CMDBGraphResult object.

Method Detail

getObjects

public CMDBInstanceBase[] getObjects()
Gets all object instances that result from the graph search.

Returns:
objectInsts of the object

getRelations

public CMDBRelationBase[] getRelations()
Gets all relationship instances that result from the graph search.

Returns:
relationInsts of the object


(c) Copyright 2004-2007 BMC Software, Inc.