Package com.priint.pubserverapi.document
Interface CheckOutCommand.ExistingLockHandlingMethod
- All Known Implementing Classes:
CheckOutCommand.FailIfDocumentIsLocked,CheckOutCommand.IgnoreExistingLocks,CheckOutCommand.OnlyIgnoreExistingLockIfSameUserLockedIt
- Enclosing class:
CheckOutCommand
public static sealed interface CheckOutCommand.ExistingLockHandlingMethod
permits CheckOutCommand.IgnoreExistingLocks, CheckOutCommand.OnlyIgnoreExistingLockIfSameUserLockedIt, CheckOutCommand.FailIfDocumentIsLocked