Designer 10.15 | webMethods BPM Task Development Help | About Java Providers and Related Classes | Understanding Task Providers | Task Indexed Search Content Provider
 
Task Indexed 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
TaskIndexedSearchContentProvider
Use:
Handles task search queries from the user interface directed at the indexed field table in the task database. Implements a search using the specified terms and returns a list of matching tasks. If no indexed fields are specified in the task business data, this search provider will return no results regardless of the search terms. 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. TaskIndexedSearchContentProvider
Usage notes:
When implementing sorting by column with this provider, the sort order specified for the table control columns must be defined using a binding expression that references the valid task indexed data fields that are present in the database; references to non-indexed data fields will fail. In addition, when this provider sorts on the fields that contain user names (for example, Created By, Last Updated By, or Accepted By), it does sort not on the full name of the user, but on the user ID (UID) value. For more information about indexed data fields, see About Indexed Business Data Fields.
Related Topics