Indicates whether the children of the expandable nodes (in a tree node) can be searched by a user-specified search pattern.
Type
public boolean searchableNodes
Notes
The searchableNodes member variable contains a boolean value that determines whether the user is allowed to search the children of an expandable node in the tree node (in the Select Source dialog box of Business Object Wizard):
Business Object Wizard calls the getTreeNodes() method to search the parent node, passing in the user-specified search pattern. The getTreeNodes() method searches the data source for children whose names match this search pattern, returning only those that do match. Business Object Wizard displays these children to the user when it displays the expanded parent node.
The AgentMetaData() constructor does not initialize the searchableNodes member variable. If you do not initialize searchableNodes, it defaults to a value of false. If the ODA supports the search-pattern feature, it should initialize the searchableNodes member variable as part of the getMetaData() method in the ODA class. For more information, see Implementing the search-pattern feature.