Interface SelectStoreElementOperation.Selection

Enclosing interface:
SelectStoreElementOperation

public static interface SelectStoreElementOperation.Selection
A selection container providing access to the selected element and remote project name.
Since:
5.0.101
  • Method Summary

    Modifier and Type
    Method
    Description
    @NotNull IDProvider
    A selected element.
    @Nullable String
    The symbolic name of the remote project the element belongs to.
    @Nullable Resolution
    The resolution chosen for a picture element, if applicable.
  • Method Details

    • getElement

      @NotNull @NotNull IDProvider getElement()
      A selected element.
      Returns:
      The element.
      Since:
      5.0.101
    • getRemoteProjectName

      @Nullable @Nullable String getRemoteProjectName()
      The symbolic name of the remote project the element belongs to.
      Returns:
      The remote project's symbolic name or null, if the element is local.
      Since:
      5.0.101
    • getResolution

      @Nullable @Nullable Resolution getResolution()
      The resolution chosen for a picture element, if applicable.
      Returns:
      A picture element's resolution or null, if not applicable.
      Since:
      5.0.101