searchableNodes

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):

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.

Copyright IBM Corp. 1997, 2003