SoftLockingCondition

constructor(type: QueryCriteria.SoftLockingType, lockIds: List<UUID> = emptyList())

Parameters

type

Whether to select all locked states, all unlocked states, specific locked states, or all unlocked states plus specific locked states.

lockIds

The specific locked states to select (if applicable).