Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[mylyn-integrators] What's the mapping for attachment attributes?

What attribute goes into what columns in the attribute section of a task editor?
Headings are:
- Name == RepositoryTaskAttribute.ATTACHMENT_TYPE == getContentType();
- Decription == ??? == getDescription()
- Type == RepositoryTaskAttribute.ATTACHMENT_CTYPE
- Size == RepositoryTaskAttribute.ATTACHMENT_SIZE
- Creator == ???
- Created == RepositoryTaskAttribute.ATTACHMENT_DATE

ITaskAttachment gives:
public String getContentType();
public String getDescription();
public String getFilename();
public long getLength();
public boolean isPatch();


Maarten

Back to the top