Interface MediaManagementContext

All Superinterfaces:
BaseContext, SpecialistsBroker

public interface MediaManagementContext extends BaseContext
Context providing information and accessors for media managing items.
Since:
5.2.33
  • Method Details

    • getElement

      @Nullable @Nullable IDProvider getElement()
      Get the contextual element.
      Returns:
      The related mediastore element.
      Since:
      5.2.33
    • getRemoteName

      @Nullable @Nullable String getRemoteName()
      Get the name of the contextual remote project configuration, or null for the local project.
      Returns:
      The remote project, or null.
      Since:
      5.2.33
    • getLanguage

      @NotNull @NotNull Language getLanguage()
      Get the contextual language.
      Returns:
      The current language.
      Since:
      5.2.33
    • show

      void show(@NotNull @NotNull MediaFolder folder)
      Requests to select and show the specified folder in the current media management dialog on the client.
      Parameters:
      folder - The folder to select and show, must not be null
      Since:
      5.2.711
    • refresh

      void refresh()
      Requests to refresh the visible folder in the current media management dialog on the client.
      Since:
      5.2.711