Package com.atlassian.jira.issue
Interface TemporaryAttachmentsMonitorLocator
- All Known Implementing Classes:
DefaultTemporaryAttachmentsMonitorLocator
Deprecated.
Locator to abstract how we obtain the TemporaryAttachmentsMonitor. Implementations should store one of these
monitors per user.
- Since:
- v4.2
-
Method Summary
Modifier and TypeMethodDescriptionget
(boolean create) Deprecated.Returns the current temporary attachmentsMonitor.
-
Method Details
-
get
Deprecated.Returns the current temporary attachmentsMonitor. Creates a new one if specified when none exists yet.- Parameters:
create
- Should this call create a new monitor if none exists yet- Returns:
- The current monitor or null.
-
TemporaryWebAttachmentManager
instead. Since v6.4