Package io.milton.http
Class LockInfo
java.lang.Object
io.milton.http.LockInfo
- All Implemented Interfaces:
Serializable
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumstatic enumstatic enum -
Field Summary
FieldsModifier and TypeFieldDescriptionThe name of the user who has locked this resource. -
Constructor Summary
ConstructorsConstructorDescriptionLockInfo()LockInfo(LockInfo.LockScope scope, LockInfo.LockType type, String lockedByUser, LockInfo.LockDepth depth) -
Method Summary
-
Field Details
-
scope
-
type
-
lockedByUser
The name of the user who has locked this resource. -
depth
-
-
Constructor Details
-
LockInfo
public LockInfo(LockInfo.LockScope scope, LockInfo.LockType type, String lockedByUser, LockInfo.LockDepth depth) - Parameters:
scope-type-lockedByUser- - the identifier of the user, such as a hrefdepth-
-
LockInfo
public LockInfo()
-
-
Method Details