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 Detail

      • 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.