static CMDBGraphResult |
CMDBUtil.CMDBGraphQuery(ARServerUser context,
CMDBClassNameKey startClassNameId,
java.lang.String aDatasetId,
int aGetMask,
java.lang.String startExtensionId,
java.lang.String startInstanceId,
int numLevels,
int direction,
boolean noMatchProceed,
boolean onMatchProceed,
CMDBGraph[] graphArray)
Generates a graph query starting with the node from the specified dataset,
number of levels, and relationship direction. |
static CMDBGraphResult |
CMDBUtil.CMDBGraphQuery(ARServerUser context,
CMDBClassNameKey startClassNameId,
java.lang.String startExtensionId,
java.lang.String startInstanceId,
int numLevels,
int direction,
boolean noMatchProceed,
boolean onMatchProceed,
CMDBGraph[] graphArray)
Generates a graph query starting with the specified node, using the specified number of levels and relationship direction. |