Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 210590 - [api] add support for creating subtasks
Summary: [api] add support for creating subtasks
Status: RESOLVED FIXED
Alias: None
Product: z_Archived
Classification: Eclipse Foundation
Component: Mylyn (show other bugs)
Version: 1.0   Edit
Hardware: PC All
: P2 enhancement (vote)
Target Milestone: 2.2   Edit
Assignee: Steffen Pingel CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-11-21 16:15 EST by Steffen Pingel CLA
Modified: 2007-11-21 17:17 EST (History)
1 user (show)

See Also:


Attachments
mylyn/context/zip (10.18 KB, application/octet-stream)
2007-11-21 17:17 EST, Steffen Pingel CLA
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Steffen Pingel CLA 2007-11-21 16:15:09 EST
Provide an action and API for creating subtasks in the tasks framework.
Comment 1 Steffen Pingel CLA 2007-11-21 16:15:56 EST
Related: bug 169426 and subtasks.
Comment 2 Steffen Pingel CLA 2007-11-21 17:17:49 EST
Added two new API methods:

 boolean AbstractTaskDataHandler.initializeSubTaskData(TaskRepository repository, RepositoryTaskData taskData,
			RepositoryTaskData parentTaskData, IProgressMonitor monitor) throws CoreException;
			
 boolean AbstractTaskDataHandler.canInitializeSubTaskData()

The NewSubTask action was moved to tasks ui and is now contributed to the menu and editor if connectors have a task data handler that returns true when canInitializeSubTaskData() is invoked.
Comment 3 Steffen Pingel CLA 2007-11-21 17:17:51 EST
Created attachment 83480 [details]
mylyn/context/zip