Interface WebdavSession

All Superinterfaces:
org.apache.jackrabbit.webdav.DavSession
All Known Implementing Classes:
DavSessionImpl

public interface WebdavSession extends org.apache.jackrabbit.webdav.DavSession
For more informations, please visit DavSession
Author:
Sebastian Wenzky
  • Method Summary Link icon

    Modifier and Type
    Method
    Description
    Gets an object by passing the appropriated key
    long
    The tenant of this session
    void
    putObject(String key, Object value)
    Puts an object to the session map

    Methods inherited from interface org.apache.jackrabbit.webdav.DavSession Link icon

    addLockToken, addReference, getLockTokens, removeLockToken, removeReference
  • Method Details Link icon

    • putObject Link icon

      void putObject(String key, Object value)
      Puts an object to the session map
      Parameters:
      key - The Key
      value - the corresponding object
    • getObject Link icon

      Object getObject(String key)
      Gets an object by passing the appropriated key
      Parameters:
      key - The Key
      Returns:
      the corresponding object
    • getTenantId Link icon

      long getTenantId()
      The tenant of this session
      Returns:
      identifier of the tenant