Designer 10.15 | webMethods BPM Task Development Help | About Java Providers and Related Classes | Understanding Task Providers | Task Search Content Provider
 
Task Search Content Provider
The following table provides general information about the usage for this provider. For detailed information about its implementation, refer to the provider’s class name entry in the HTML document webMethods CAF and My webMethods Server Java API Reference, available in the _documentation directory of your webMethods installation or on the Software AG Documentation Web site.
Name
TaskSearchContentProvider
Use:
Handles task search queries from the user interface. Implements a search using the specified terms and returns a list of matching tasks. Note that there is an extended sub-class of this provider that provides additional functionality; see the Javadocs for details. In addition, when an inbox is generated, another extended sub-class is created as part of the task application to define the business data class to be used.
Interfaces with:
Task Inbox Results page
Class name:
com.webmethods.caf.faces.data.task.impl.TaskSearchContentProvider
Usage notes:
When implementing sorting by column with this provider, the sort order specified for the table control columns can be defined using any valid binding expression that references any available business data field, or even on a dynamically calculated value (for instance, a delegated/accepted column).
Related Topics