Class UserClientSetting

All Implemented Interfaces:
AccessControlled, Identifiable

public class UserClientSetting
extends Setting
This class is used to represent a setting valid for a specific user using a specific client application.
Version:
2.0
Author:
Nicklas
  • Field Details

    • TYPE

      public static final Item TYPE
      The type of item represented by this class.
      See Also:
      Item.USERCLIENTSETTING, getType()
    • CLIENT_RUNTIME_FILTER

      private static final QueryRuntimeFilter CLIENT_RUNTIME_FILTER
      This filter will only return items if the logged in user has generic read permission to clients.
    • USER_RUNTIME_FILTER

      private static final QueryRuntimeFilter USER_RUNTIME_FILTER
      This filter will only return items if the logged in user has generic read permission to users.
    • USERCLIENT_RUNTIME_FILTER

      private static final QueryRuntimeFilter USERCLIENT_RUNTIME_FILTER
      This filter will only return items if the logged in user has generic read permission to users and clients.
  • Constructor Details

  • Method Details