public class LockCommand.LockResultResponseEntity extends Object implements javax.ws.rs.core.StreamingOutput
| Modifier and Type | Field and Description |
|---|---|
protected String |
lockOwner
Lock owner.
|
protected String |
lockToken
Lock token.
|
protected WebDavNamespaceContext |
nsContext
Webdav namespace context.
|
protected String |
timeOut
Lock timeout.
|
| Constructor and Description |
|---|
LockResultResponseEntity(WebDavNamespaceContext nsContext,
String lockToken,
String lockOwner,
String timeOut)
Constructor.
|
protected WebDavNamespaceContext nsContext
protected String lockToken
protected String lockOwner
protected String timeOut
public LockResultResponseEntity(WebDavNamespaceContext nsContext, String lockToken, String lockOwner, String timeOut)
nsContext - namespace contextlockToken - lock tokenlockOwner - lock ownertimeOut - lock timeoutpublic void write(OutputStream stream) throws IOException
write in interface javax.ws.rs.core.StreamingOutputIOExceptionCopyright © 2016 eXo Platform SAS. All Rights Reserved.