Interface SessionSearchRestrictionsDisabler
-
- All Known Implementing Classes:
DefaultSessionSearchRestrictionDisabler
public interface SessionSearchRestrictionsDisabler
Service to disable the search restrictions in order to retrieve all data for all catalogs and not only for the catalogs defined in the current session.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description <T> T
execute(java.util.function.Supplier<T> supplier)
Execute the supplier function while the search restrictions are disabled.
-