Interface RichPageWidgetSelector


public interface RichPageWidgetSelector
TO BE USED ONLY FOR INTERNAL PURPOSES.
Since:
3.9.0
  • Method Details

    • projectId

      @NotNull RichPageWidgetSelector projectId(@Nullable String projectId)
      Optionally specify the project id - null means global
    • revision

      @NotNull RichPageWidgetSelector revision(@Nullable String revision)
      Optionally specify the revision from which to read the widget. Baseline revision from data service is ignored, because in RichPages there is use case where data are read from baseline revision but page from the different revision, so the widgets should be read from the same revision as the page.
    • id

      @Nullable RichPageWidget id(@NotNull String id)
      Finishes selecting the widget and returns it;