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

Bug 198005

Summary: [api] allow to set multiple metadata values in RepositoryTaskAttribute
Product: z_Archived Reporter: Eugene Kuleshov <ekuleshov>
Component: MylynAssignee: Project Inbox <mylyn-triaged>
Status: RESOLVED WONTFIX QA Contact:
Severity: enhancement    
Priority: P5 CC: robert.elves
Version: unspecifiedKeywords: helpwanted
Target Milestone: ---   
Hardware: PC   
OS: All   
Whiteboard:

Description Eugene Kuleshov CLA 2007-07-26 14:11:07 EDT
From the discussion on bug 197899 it seems like it would be useful to allow to set multiple string values for given metadata key in the RepositoryTaskAttribute, perhaps the following methods:

addMetaDataValue(String, String)
List<String> getMetaDataValues(String)
Map<String, List<String>> getMetaDataValues()

That would actually complement addAttributeValue() method
Comment 1 Mik Kersten CLA 2007-07-26 22:59:16 EDT
If this is needed by any particular connector we could consider a patch.  Please detail use case or refer to points on bug 197899 (now resolved).
Comment 2 Eugene Kuleshov CLA 2007-07-26 23:10:48 EDT
see comment #4 up there
Comment 3 Sam Davis CLA 2015-05-12 19:18:14 EDT
Stale.