@Version("1.3.0")
Package com.adobe.granite.taskmanagement
Defines top level task management interfaces.
- 
Interface Summary Interface Description Task Task class describes a task instance.TaskAction A TaskAction instance represents one of many possible gestures that a user can take on a Task, which then results in the Task being completed.TaskManager TaskManager defines the task management API.TaskManagerFactory The TaskManagerFactory interface defines methods to instantiate various classes for TaskManager. - 
Class Summary Class Description Condition Used to specify conditions in aFilterfor a TaskManagement queryFilter used to specify searching constraints for TaskManagement queries.TaskEvent TaskManagement Event - 
Enum Summary Enum Description ComparisonOperator ComparisonOperatoris used in the construction ofFilterexpressions.TaskEventType Task Event Types dispatched by TaskManagerTaskProperty Enumerates the built in task properties - 
Exception Summary Exception Description TaskManagerException TaskManagerException is the parent exception for all exceptions thrown out of TaskManager.TaskNotFoundException TaskNotFoundException represents an error condition where a task could not be located for a specific task ID.TaskSecurityException TaskManager security violation.