Class MultiRecordSecurityLock

java.lang.Object
com.kingsrook.qqq.backend.core.model.metadata.security.RecordSecurityLock
com.kingsrook.qqq.backend.core.model.metadata.security.MultiRecordSecurityLock
All Implemented Interfaces:
Cloneable

public class MultiRecordSecurityLock extends RecordSecurityLock implements Cloneable
Subclass of RecordSecurityLock, for combining multiple locks using a boolean (AND/OR) condition. Note that the combined locks can themselves also be Multi-locks, thus creating a tree of locks.