Package com.logicaldoc.webdav.session
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 SummaryMethods inherited from interface org.apache.jackrabbit.webdav.DavSessionaddLockToken, addReference, getLockTokens, removeLockToken, removeReference
- 
Method Details- 
putObjectPuts an object to the session map- Parameters:
- key- The Key
- value- the corresponding object
 
- 
getObjectGets an object by passing the appropriated key- Parameters:
- key- The Key
- Returns:
- the corresponding object
 
- 
getTenantIdlong getTenantId()The tenant of this session- Returns:
- identifier of the tenant
 
 
-