Interface TemporaryAttachmentsMonitorLocator

All Known Implementing Classes:
DefaultTemporaryAttachmentsMonitorLocator

@PublicApi @Deprecated public interface TemporaryAttachmentsMonitorLocator
Deprecated.
Use TemporaryWebAttachmentManager instead. Since v6.4
Locator to abstract how we obtain the TemporaryAttachmentsMonitor. Implementations should store one of these monitors per user.
Since:
v4.2
  • Method Summary

    Modifier and Type
    Method
    Description
    get(boolean create)
    Deprecated.
    Returns the current temporary attachmentsMonitor.
  • Method Details

    • get

      @Nullable TemporaryAttachmentsMonitor get(boolean create)
      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.