Package com.webmethods.caf.faces.data.task.impl

Task Engine Content providers to support custom Task CAF Applications

See:
          Description

Interface Summary
ITaskWorkloadProvider Common interface for task distribution manager.
 

Class Summary
AbstractTaskContentProvider AbstractTaskContentProvider is the abstract base implementation class of ITaskContentProvider.
BaseTaskRuleContext Base class for task context bean used within task assignments and events.
BaseTaskSearchContentProvider BaseTaskSearchContentProvider is the abstract base implementation of ITaskSearchContentProvider.
DynamicSearchQueryTerm DynamicSearchQueryTerm represents dynamically created search term used in saved search.
ProcessSearchProvider Search provider to search and display ad-hoc workflow process instances
SimpleTaskContentProvider Task Content provider which can be used to load/update task instances
TaskAuditContentProvider List provider which loads task audit entries list for a given task instance.
TaskContentProvider Abstract base class to load/update/create task instances.
TaskContentProviderExtended Abstract base class to load/update/create task instances.
TaskData TaskData is the concrete implementation of ITaskData and IContentProvider.
TaskDataHelper TaskDataHelper defines a collection of helper methods for ITaskData conversion.
TaskInboxIndexedSearchContentProvider Extends base provider class which implements task indexed searches by adding a default search query for custom inbox This search query implements some pre-defined set of search terms typically used.
TaskInboxSearchContentProvider Extends base provider class which implements task non-indexed searches by adding a default search query for custom inbox This search query implements some pre-defined set of search terms typically used.
TaskIndexedSearchContentProvider Content provider which implements Indexed Task searches and intended to be used as value for table controls in custom task inbox portlets

When using this provider class you need to configure its search query TaskIndexedSearchContentProvider.getSearchQuery() terms and call TaskIndexedSearchContentProvider.refresh() method.
TaskInfo TaskInfo is the concrete implementation of ITaskInfo and ITaskExtendedInfo
TaskNotificationContentProvider Bean which is implements sending task notifications and to subscribe/un-subscribe users to task subscriptions
TaskOutOfDateException This exception is thrown if task being updated is not up-to-date.
TaskSearchContentProvider Content provider which implements Task searches and intended to be used as value for table controls in custom task inbox portlets

When using this provider class you need to configure its search query TaskSearchContentProvider.getSearchQuery() terms and call TaskSearchContentProvider.refresh() method.
TaskSearchQuery TaskSearchQuery is the concrete implementation of ITaskSearchQuery.
TaskSearchQueryTerm TaskSearchQueryTerm represents task search Query term implementation.
TaskSearchQueryV2 TaskSearchQueryV2 extends TaskSearchQuery.
TaskServiceProviderFactory TaskServiceProviderFactory is the factory class for ITaskServiceProvider.
 

Package com.webmethods.caf.faces.data.task.impl Description

Task Engine Content providers to support custom Task CAF Applications