Interface ProjectOptions.StoreTypeOptions

Enclosing interface:
ProjectOptions

public static interface ProjectOptions.StoreTypeOptions
Option handler to further restrict a type within a project.
Since:
5.0.101
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    addNavigatableFolders(@NotNull String... uids)
    Resricts navigation within a store type to the given folders.
    void
    Restricts selection within a store type to the given elements.
    void
    addTopLevelFolders(@NotNull IDProvider... folders)
    Set the top level folders for this store type.
  • Method Details

    • addTopLevelFolders

      void addTopLevelFolders(@NotNull @NotNull IDProvider... folders)
      Set the top level folders for this store type.
      Parameters:
      folders - The folders to set.
      Since:
      5.0.101
    • addNavigatableFolders

      void addNavigatableFolders(@NotNull @NotNull String... uids)
      Resricts navigation within a store type to the given folders.
      Parameters:
      uids - The folders' names.
      Since:
      5.0.101
    • addSelectableElements

      void addSelectableElements(String... uids)
      Restricts selection within a store type to the given elements.
      Parameters:
      uids - The elements' uids.
      Since:
      5.0.101