eXo JCR :: Component :: Webdav Service 1.15.4-GA

org.exoplatform.services.jcr.webdav.command.lock
Class LockRequestEntity

java.lang.Object
  extended by org.exoplatform.services.jcr.webdav.command.lock.LockRequestEntity

public class LockRequestEntity
extends Object

Created by The eXo Platform SARL .

Version:
$Id: $
Author:
Gennady Azarenkov

Constructor Summary
LockRequestEntity(org.exoplatform.common.util.HierarchicalProperty input)
          Constructor.
 
Method Summary
 QName getLockScope()
          lockScope getter.
 QName getLockType()
          lockType getter.
 String getOwner()
          owner getter.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LockRequestEntity

public LockRequestEntity(org.exoplatform.common.util.HierarchicalProperty input)
Constructor.

Parameters:
input - request body.
Method Detail

getLockScope

public QName getLockScope()
lockScope getter.

Returns:
lockScope

getOwner

public String getOwner()
owner getter.

Returns:
owner

getLockType

public QName getLockType()
lockType getter.

Returns:
lockType

eXo JCR :: Component :: Webdav Service 1.15.4-GA

Copyright © 2013 eXo Platform SAS. All Rights Reserved.