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

    Modifier and Type
    Method
    Description
    <T> T
    execute(Supplier<T> supplier)
    Execute the supplier function while the search restrictions are disabled.
  • Method Details

    • execute

      <T> T execute(Supplier<T> supplier)
      Execute the supplier function while the search restrictions are disabled.
      Parameters:
      supplier - - the function to be executed
      Returns:
      data returned by the supplier