See: Description
Interface | Description |
---|---|
ITask |
ITask is the interface representing a Task instance.
|
ITaskAudit |
ITaskAudit is the interface representing task audit information.
|
ITaskConstants |
ITaskConstants defines the constant values used in Task Engine.
|
ITaskContentProvider |
ITaskContentProvider is the interface represents content provider for task.
|
ITaskData |
ITaskData is the interface representing task data.
|
ITaskExtendedInfo |
ITaskExtendedInfo is the interface representing the extended task information.
|
ITaskInfo |
ITaskInfo is the interface representing Task Information.
|
ITaskSearchContentProvider |
ITaskSearchContentProvider is the interface representing task search content provider.
|
ITaskSearchPagingContentProvider |
ITaskSearchPagingContentProvider is the interface representing pageable task search content provider.
|
ITaskSearchQuery |
ITaskSearchQuery defines the constants used in task search.
|
ITaskSearchQueryBase |
Marker interface for any Task search query
|
ITaskSearchRecord |
ITaskSearchRecord is the interface representing a record return from task indexed search.
|
ITaskServiceProvider |
Container provides implementation for this interface to be consumed by TaskContentProvider
|
Class | Description |
---|---|
BaseTaskWorkloadProvider |
Base implementation class for
ITaskWorkloadProvider |
ProcessDisplayProvider | |
TaskAttachmentsProvider |
Specialized attachments provider to work with task instances.
|
TaskAuditDisplayProvider |
Helper class to assist with display of information from Task Audit
|
TaskBusinessCalendarModel |
Business calendar provider specific for calculations from task rules.
|
TaskCommentsListProvider |
Specialized comments storage provider for tasks.
|
TaskDisplayProvider |
Helper class which assist in displaying various task properties
|
TaskInboxQueueWorkloadProvider |
Implementation of task workload manager which uses active tasks queue balancing
to route tasks between workgroup members.
|
TaskJcrAttachmentsProvider |
Specialized attachments provider to work with task instances.
|
TaskRoundRobinWorkloadProvider |
Implementation of task workload manager which uses simple round-robin routing
between workgroup members.
|
TaskSavedSearchContentProvider |
Helper class that assists with management of Task Saved Searches
|
TaskTagsProvider |