Changing the Search Provider Base Class
About this task
<TaskName>SearchProvider
class
in the com\webmethods\caf\<taskType>inboxresults
package:- It changes the
class name from
TaskInboxSearchContentProvider
toTaskInboxIndexedSearchContentProvider
. - For CustomInboxSearchQuery, it changes
the class name from
TaskInboxSearchContentProvider.InboxSearchQuery
toTaskInboxIndexedSearchContentProvider.InboxSearchQuery
.
If the task application has been customized, the wizard may not be able to make these changes. If you have customized packages, locate these class names in your custom Java code and change them as noted above.