Class NullValueBehaviorUtil
java.lang.Object
com.kingsrook.qqq.backend.core.model.metadata.security.NullValueBehaviorUtil
Utility for working with security key, nullValueBehaviors.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetEffectiveNullValueBehavior
(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.
-
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.
-