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 TypeMethodDescriptionvoid
addNavigatableFolders
(@NotNull String... uids) Resricts navigation within a store type to the given folders.void
addSelectableElements
(String... uids) 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
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
-