Bug 198005 - [api] allow to set multiple metadata values in RepositoryTaskAttribute
Summary: [api] allow to set multiple metadata values in RepositoryTaskAttribute
Status: RESOLVED WONTFIX
Alias: None
Product: z_Archived
Classification: Eclipse Foundation
Component: Mylyn (show other bugs)
Version: unspecified   Edit
Hardware: PC All
: P5 enhancement (vote)
Target Milestone: ---   Edit
Assignee: Project Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords: helpwanted
Depends on:
Blocks:
 
Reported: 2007-07-26 14:11 EDT by Eugene Kuleshov CLA
Modified: 2015-05-12 19:18 EDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.