Bug 431985 - [Model] Add EModelService#removeTag() and addTag() API
Summary: [Model] Add EModelService#removeTag() and addTag() API
Status: RESOLVED WONTFIX
Alias: None
Product: Platform
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 4.4   Edit
Hardware: PC Linux
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Lars Vogel CLA
QA Contact: Eric Moffatt CLA
URL:
Whiteboard:
Keywords: bugday
Depends on:
Blocks:
 
Reported: 2014-04-04 05:20 EDT by Lars Vogel CLA
Modified: 2015-05-22 07:32 EDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Lars Vogel CLA 2014-04-04 05:20:11 EDT
I suggest that in Eclipse 4.5 we add the following methods to EModelService

removeTag(String, List<MApplicationElement>)
addTag(String, List<MApplicationElement>)

The method would iterative through the list and remove or add the tag.

The implementation is trivial for customers but I think that is a common operation. If you disagree, feel free to close as WONTFIX.
Comment 1 Lars Vogel CLA 2014-05-06 18:26:28 EDT
To trivial