|
eXo JCR :: Component :: Webdav Service 1.15.10-GA | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.exoplatform.services.jcr.webdav.command.LockCommand.LockResultResponseEntity
public class LockCommand.LockResultResponseEntity
| Field Summary | |
|---|---|
protected String |
lockOwner
Lock owner. |
protected String |
lockToken
Lock token. |
protected WebDavNamespaceContext |
nsContext
Webdav namespace context. |
protected String |
timeOut
Lock timeout. |
| Constructor Summary | |
|---|---|
LockCommand.LockResultResponseEntity(WebDavNamespaceContext nsContext,
String lockToken,
String lockOwner,
String timeOut)
Constructor. |
|
| Method Summary | |
|---|---|
void |
write(OutputStream stream)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected WebDavNamespaceContext nsContext
protected String lockToken
protected String lockOwner
protected String timeOut
| Constructor Detail |
|---|
public LockCommand.LockResultResponseEntity(WebDavNamespaceContext nsContext,
String lockToken,
String lockOwner,
String timeOut)
nsContext - namespace contextlockToken - lock tokenlockOwner - lock ownertimeOut - lock timeout| Method Detail |
|---|
public void write(OutputStream stream)
throws IOException
write in interface javax.ws.rs.core.StreamingOutputIOException
|
eXo JCR :: Component :: Webdav Service 1.15.10-GA | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||