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
_______________________________________________
mylyn-integrators mailing list
[email protected]
https://dev.eclipse.org/mailman/listinfo/mylyn-integrators

Reply via email to