public interface

TemporaryAttachmentsMonitorLocator

com.atlassian.jira.issue.TemporaryAttachmentsMonitorLocator
Known Indirect Subclasses

Class Overview

Locator to abstract how we obtain the TemporaryAttachmentsMonitor. Implementations should store one of these monitors per user.

Summary

Public Methods
TemporaryAttachmentsMonitor get(boolean create)
Returns the current temporary attachmentsMonitor.

Public Methods

public TemporaryAttachmentsMonitor get (boolean create)

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.