com.polarion.alm.tracker.model.IWithAttachments


FIELDS
Modifiers and TypeNameDescription
String KEY_ATTACHMENTS
METHODS
Modifiers and TypeNameDescription
IPObjectList<T> getAttachments() Returns all attachments of this object.
T getAttachment(String) Returns attachment with given id.
void deleteAttachment(T) Removes attachment.

Back to Index