Geoff, since we just discussed to return IDs instead of a getFile function, can we include those IDs in getFull as well? Standard8, would that solve your requirement? So whenever getFull returns a part which is an attachment, it includes an ID, which than can be retrieved by a getAttachment method?
Bug 1550960 Comment 10 Edit History
Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.
Geoff, since we just discussed to return IDs instead of a getFile function, can we include those IDs in getFull as well? Standard8, would that solve your requirement? So whenever getFull returns a part which is an attachment, it includes an ID, which than can be used to retrieve the actuall attachment by a getAttachment(id) method?