Class NullValueBehaviorUtil

java.lang.Object
com.kingsrook.qqq.backend.core.model.metadata.security.NullValueBehaviorUtil

public class NullValueBehaviorUtil extends Object
Utility for working with security key, nullValueBehaviors.
  • Constructor Details

    • NullValueBehaviorUtil

      public NullValueBehaviorUtil()
  • Method Details

    • getEffectiveNullValueBehavior

      public static RecordSecurityLock.NullValueBehavior getEffectiveNullValueBehavior(RecordSecurityLock recordSecurityLock)
      Look at a RecordSecurityLock, but also the active session - and if the session has a null-value-behavior key for the lock's key-type, then allow that behavior to override the lock's default.