com.atlassian.jira.issue
Interface TemporaryAttachmentsMonitorLocator

All Known Implementing Classes:
DefaultTemporaryAttachmentsMonitorLocator

public interface TemporaryAttachmentsMonitorLocator

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

Since:
v4.2

Method Summary
 TemporaryAttachmentsMonitor get(boolean create)
          Returns the current temporary attachmentsMonitor.
 

Method Detail

get

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.


Copyright © 2002-2012 Atlassian. All Rights Reserved.