IBM webMethods Hybrid Integration

IBM webMethods Hybrid Integration

Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.



#Automation


#Applicationintegration
#webMethods
#Integration
 View Only
  • 1.  Configuring Search Result Tree

    Posted 04/01/09 05:41 PM

    Hello:

    I need to use the Search Result Tree instead of the default Search Result Table to display the task results. The idea is to group the tasks by Priority (#{activePageBean.taskDisplayProvider.priorityDisplayName}) using a tree

    I cannot find how to configure the control to do this. I tryied adding a Tree Toggle column but couldn’t make it work.

    Thanks
    Edgardo


    #webMethods
    #MWS-CAF-Task-Engine
    #webMethods-BPMS


  • 2.  RE: Configuring Search Result Tree

    Posted 04/06/09 08:11 PM

    Have you looked at wm_corecontrolstest application for tree table example? Default TaskSearchContentProvider which returns list of tasks needs to be repackaged into a com.webMethods.caf.faces.data.tree.object.ListTreeContentProvider which then used as input for a tree table.

    As an alternative and possibly easier way would be to use Categorized Table control instead if Tree Table is all you need is some categorization of tasks, but without collapse/expand features of the tree. Then you can use TaskSearchProviders directly for this control. Again, please look at the wm_corecontrolstest for example for categorized table.


    #webMethods-BPMS
    #webMethods
    #MWS-CAF-Task-Engine