Package com.logicaldoc.webdav.session
Class DavSessionImpl
java.lang.Object
com.logicaldoc.webdav.session.DavSessionImpl
- All Implemented Interfaces:
 WebdavSession,org.apache.jackrabbit.webdav.DavSession
For more informations, please visit
 
DavSessionImpl- Author:
 - Sebastian Wenzky
 
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionvoidaddLockToken(String arg0) voidaddReference(Object arg0) String[]Gets an object by passing the appropriated keylongThe tenant of this sessionvoidPuts an object to the session mapvoidremoveLockToken(String arg0) voidremoveReference(Object arg0) voidsetTenantId(long tenantId)  
- 
Constructor Details
- 
DavSessionImpl
public DavSessionImpl() 
 - 
 - 
Method Details
- 
getObject
Description copied from interface:WebdavSessionGets an object by passing the appropriated key- Specified by:
 getObjectin interfaceWebdavSession- Parameters:
 key- The Key- Returns:
 - the corresponding object
 - See Also:
 
 - 
putObject
Description copied from interface:WebdavSessionPuts an object to the session map- Specified by:
 putObjectin interfaceWebdavSession- Parameters:
 key- The Keyvalue- the corresponding object- See Also:
 
 - 
addLockToken
- Specified by:
 addLockTokenin interfaceorg.apache.jackrabbit.webdav.DavSession
 - 
addReference
- Specified by:
 addReferencein interfaceorg.apache.jackrabbit.webdav.DavSession
 - 
getLockTokens
- Specified by:
 getLockTokensin interfaceorg.apache.jackrabbit.webdav.DavSession
 - 
removeLockToken
- Specified by:
 removeLockTokenin interfaceorg.apache.jackrabbit.webdav.DavSession
 - 
removeReference
- Specified by:
 removeReferencein interfaceorg.apache.jackrabbit.webdav.DavSession
 - 
getTenantId
public long getTenantId()Description copied from interface:WebdavSessionThe tenant of this session- Specified by:
 getTenantIdin interfaceWebdavSession- Returns:
 - identifier of the tenant
 
 - 
setTenantId
public void setTenantId(long tenantId)  
 -