java.lang.Object | |
↳ | com.atlassian.jira.web.action.issue.DefaultTemporaryWebAttachmentsMonitor |
This class maintains a list of temporary attachments uploaded by a user. When the user's session expires or the user logs out, it is responsible of deleting any temporary files that were not converted to proper attachments.
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Adds new temporary attachment.
| |||||||||||
Removes all attachments from monitor and from attachment store, matched by form token.
| |||||||||||
Gets all temporary attachments with given from token.
| |||||||||||
Retrieves temporary attachment by id.
| |||||||||||
Removes temporary attachment with given id from monitor.
| |||||||||||
[Expand]
Inherited Methods | |||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
From class java.lang.Object | |||||||||||||||||||||
From interface
com.atlassian.jira.web.action.issue.TemporaryWebAttachmentsMonitor
| |||||||||||||||||||||
From interface
javax.servlet.http.HttpSessionBindingListener
|
Adds new temporary attachment.
temporaryAttachment | temporary attachment. |
---|
Removes all attachments from monitor and from attachment store, matched by form token.
Gets all temporary attachments with given from token.
formToken | form token |
---|
Retrieves temporary attachment by id.
temporaryAttachmentId | temporary attachment id. |
---|
Removes temporary attachment with given id from monitor. Does not remove it from attachment store.
temporaryAttachmentId | Temporary Attachment Id which will be removed. |
---|