Interface ThirdPartyUserWidgetService

All Known Implementing Classes:
ThirdPartyUserWidgetServiceImpl

public interface ThirdPartyUserWidgetService
  • Method Summary

    Modifier and Type
    Method
    Description
    getThirdPartyUserKeys(@Nullable String widgetKey, Entity user)
    Resolves the third party users the given user may see through a widget.
  • Method Details

    • getThirdPartyUserKeys

      List<PrimaryKey> getThirdPartyUserKeys(@Nullable String widgetKey, Entity user)
      Resolves the third party users the given user may see through a widget. The accessible users are derived from the User_user_codes configured on the widget.