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 SummaryConstructors
- 
Method SummaryModifier 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- 
DavSessionImplpublic DavSessionImpl()
 
- 
- 
Method Details- 
getObjectDescription copied from interface:WebdavSessionGets an object by passing the appropriated key- Specified by:
- getObjectin interface- WebdavSession
- Parameters:
- key- The Key
- Returns:
- the corresponding object
- See Also:
 
- 
putObjectDescription copied from interface:WebdavSessionPuts an object to the session map- Specified by:
- putObjectin interface- WebdavSession
- Parameters:
- key- The Key
- value- the corresponding object
- See Also:
 
- 
addLockToken- Specified by:
- addLockTokenin interface- org.apache.jackrabbit.webdav.DavSession
 
- 
addReference- Specified by:
- addReferencein interface- org.apache.jackrabbit.webdav.DavSession
 
- 
getLockTokens- Specified by:
- getLockTokensin interface- org.apache.jackrabbit.webdav.DavSession
 
- 
removeLockToken- Specified by:
- removeLockTokenin interface- org.apache.jackrabbit.webdav.DavSession
 
- 
removeReference- Specified by:
- removeReferencein interface- org.apache.jackrabbit.webdav.DavSession
 
- 
getTenantIdpublic long getTenantId()Description copied from interface:WebdavSessionThe tenant of this session- Specified by:
- getTenantIdin interface- WebdavSession
- Returns:
- identifier of the tenant
 
- 
setTenantIdpublic void setTenantId(long tenantId) 
 
-