Interface ITreeSearchResultInfo
- All Superinterfaces:
ISearchResultInfo
- All Known Subinterfaces:
ITableOrTreeSearchResultInfo
Wrapper around the metadata about search results that should be displayed
in a tree table
-
Method Summary
Modifier and TypeMethodDescriptionReturn the wm_table compatible expression that will return children for each row in the search results.Methods inherited from interface com.webmethods.common.search.results.ISearchResultInfo
areRowsSelectable, getCategoryExpression, getFunctionBarActions, getResultColumnInfos, getRowID
-
Method Details
-
getChildren
String getChildren()Return the wm_table compatible expression that will return children for each row in the search results.- Returns:
- children expression
-