The Object Discovery Agent Development Kit (ODK) API provides the TreeNode class to represent tree nodes. The Object Discovery Agent (ODA) generates an array of tree nodes so that Business Object Wizard can display a hierarchy of source nodes to the user. The user navigates the nodes of this source-node hierarchy to select the objects whose business object definition the ODA is to generate.
The TreeNode class defines the following:
The TreeNode class implements the ODKConstant interface. Therefore, all constants defined in ODKConstant are available to a TreeNode object. For a list of constants the ODKConstant interface defines, see ODKConstant interface.