Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 492490

Summary: FileClient: Need additional eventData for artifact creation and deletion.
Product: [ECD] Orion Reporter: libing wang <libingw>
Component: ClientAssignee: libing wang <libingw>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P2    
Version: 12.0   
Target Milestone: 12.0   
Hardware: PC   
OS: Windows 7   
Whiteboard:

Description libing wang CLA 2016-04-26 16:21:14 EDT
When create a file/folder/project, we need ot decide if we want to select the new artifact. We will introduce a new optional param eventData({select: true}) to the create APIs.

When delete a project, as the project deletion location and the location used for the UI renderer may be different, we need t ocall somehting like fileClient.deleteFile(deleteLocation, {itemLocation: item.Location})