Types of locks on repository objects
-
Write lock
-
Write-intent lock
-
Read lock
-
Execute lock
-
In-use lock
B,D,E
Correct answer
Explanation
Repository objects use different locks for concurrent access control. Write-intent locks indicate an intent to modify an object. Execute locks prevent conflicts during workflow execution. In-use locks mark objects currently active in a session.