Interface LockEntry

All Superinterfaces:
XmlSerializable
All Known Implementing Classes:
AbstractLockEntry, TxLockEntry

public interface LockEntry extends XmlSerializable
LockEntry...
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the scope of this lock entry.
    Returns the type of this lock entry

    Methods inherited from interface org.apache.jackrabbit.webdav.xml.XmlSerializable

    toXml
  • Method Details

    • getType

      Type getType()
      Returns the type of this lock entry
      Returns:
      type of this lock entry.
    • getScope

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