org.apache.jackrabbit.webdav.lock
Interface LockEntry

All Known Implementing Classes:
AbstractLockEntry

public interface LockEntry

LockEntry...


Method Summary
 Scope getScope()
          Returns the scope of this lock entry.
 Type getType()
          Returns the type of this lock entry
 org.jdom.Element toXml()
          Returns the Xml representation of this entry.
 

Method Detail

getType

public Type getType()
Returns the type of this lock entry

Returns:
type of this lock entry.

getScope

public Scope getScope()
Returns the scope of this lock entry.

Returns:
scope of this lock entry.

toXml

public org.jdom.Element toXml()
Returns the Xml representation of this entry.

Returns:
Xml representation


Copyright © 2005 . All Rights Reserved.