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 TypeMethodDescriptionvoidaddNavigatableFolders(@NotNull String... uids) Resricts navigation within a store type to the given folders.voidaddSelectableElements(String... uids) Restricts selection within a store type to the given elements.voidaddTopLevelFolders(@NotNull IDProvider... folders) Set the top level folders for this store type.
-
Method Details
-
addTopLevelFolders
Set the top level folders for this store type.- Parameters:
folders- The folders to set.- Since:
- 5.0.101
-
addSelectableElements
Restricts selection within a store type to the given elements.- Parameters:
uids- The elements' uids.- Since:
- 5.0.101
-