Class LockCommand.LockResultResponseEntity
java.lang.Object
org.exoplatform.services.jcr.webdav.command.LockCommand.LockResultResponseEntity
- All Implemented Interfaces:
javax.ws.rs.core.StreamingOutput
- Enclosing class:
LockCommand
public class LockCommand.LockResultResponseEntity
extends Object
implements javax.ws.rs.core.StreamingOutput
- Author:
- Gennady Azarenkov
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionLockResultResponseEntity(WebDavNamespaceContext nsContext, String lockToken, String lockOwner, String timeOut) Constructor. -
Method Summary
-
Field Details
-
nsContext
Webdav namespace context. -
lockToken
Lock token. -
lockOwner
Lock owner. -
timeOut
Lock timeout.
-
-
Constructor Details
-
LockResultResponseEntity
public LockResultResponseEntity(WebDavNamespaceContext nsContext, String lockToken, String lockOwner, String timeOut) Constructor.- Parameters:
nsContext- namespace contextlockToken- lock tokenlockOwner- lock ownertimeOut- lock timeout
-
-
Method Details
-
write
- Specified by:
writein interfacejavax.ws.rs.core.StreamingOutput- Throws:
IOException
-