|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.remedy.cmdb.api.CMDBGraph
The CMDBGraph class defines an input graph for performing
the graph query.
| Constructor Summary | |
CMDBGraph()
Default constructor. |
|
CMDBGraph(CMDBClassNameKey classNameId,
java.lang.String extensionId,
CMDBGraphAdjacency[] adjacencyList)
Constructor. |
|
| Method Summary | |
CMDBGraphAdjacency[] |
getAdjacencyList()
Gets the list of adjacent CMDBGraph objects. |
CMDBClassNameKey |
getClassNameId()
Gets the class name key of the CMDBGraph object. |
java.lang.String |
getExtensionId()
Gets the extension ID of the CMDBGraph object. |
void |
setAdjacencyList(CMDBGraphAdjacency[] adjacencyList)
Sets the list of adjacent CMDBGraph objects. |
void |
setClassNameId(CMDBClassNameKey classNameId)
Sets the class name key of the CMDBGraph object. |
void |
setExtensionId(java.lang.String extensionId)
Sets the extension ID of the CMDBGraph object. |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public CMDBGraph()
public CMDBGraph(CMDBClassNameKey classNameId,
java.lang.String extensionId,
CMDBGraphAdjacency[] adjacencyList)
classNameId - class name and namespace keyextensionId - a unique identifier for this graph nodeadjacencyList - a list of adjacent graph nodes| Method Detail |
public CMDBClassNameKey getClassNameId()
public java.lang.String getExtensionId()
public CMDBGraphAdjacency[] getAdjacencyList()
public void setClassNameId(CMDBClassNameKey classNameId)
public void setExtensionId(java.lang.String extensionId)
public void setAdjacencyList(CMDBGraphAdjacency[] adjacencyList)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||