Package io.jmix.webdavrest.dto
Class LockRequestPredicate
java.lang.Object
io.jmix.webdavrest.dto.LockRequestPredicate
- 
Field SummaryFieldsModifier and TypeFieldDescriptionprotected booleanprotected boolean
- 
Constructor SummaryConstructors
- 
Method Summary
- 
Field Details- 
isLockScopeExclusiveprotected boolean isLockScopeExclusive
- 
isLockTypeWriteprotected boolean isLockTypeWrite
 
- 
- 
Constructor Details- 
LockRequestPredicatepublic LockRequestPredicate(boolean isLockScopeExclusive, boolean isLockTypeWrite) 
 
- 
- 
Method Details