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
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addLockToken
(String arg0) void
addReference
(Object arg0) String[]
Gets an object by passing the appropriated keylong
The tenant of this sessionvoid
Puts an object to the session mapvoid
removeLockToken
(String arg0) void
removeReference
(Object arg0) void
setTenantId
(long tenantId)
-
Constructor Details
-
DavSessionImpl
public DavSessionImpl()
-
-
Method Details
-
getObject
Description copied from interface:WebdavSession
Gets an object by passing the appropriated key- Specified by:
getObject
in interfaceWebdavSession
- Parameters:
key
- The Key- Returns:
- the corresponding object
- See Also:
-
putObject
Description copied from interface:WebdavSession
Puts an object to the session map- Specified by:
putObject
in interfaceWebdavSession
- Parameters:
key
- The Keyvalue
- the corresponding object- See Also:
-
addLockToken
- Specified by:
addLockToken
in interfaceorg.apache.jackrabbit.webdav.DavSession
-
addReference
- Specified by:
addReference
in interfaceorg.apache.jackrabbit.webdav.DavSession
-
getLockTokens
- Specified by:
getLockTokens
in interfaceorg.apache.jackrabbit.webdav.DavSession
-
removeLockToken
- Specified by:
removeLockToken
in interfaceorg.apache.jackrabbit.webdav.DavSession
-
removeReference
- Specified by:
removeReference
in interfaceorg.apache.jackrabbit.webdav.DavSession
-
getTenantId
public long getTenantId()Description copied from interface:WebdavSession
The tenant of this session- Specified by:
getTenantId
in interfaceWebdavSession
- Returns:
- identifier of the tenant
-
setTenantId
public void setTenantId(long tenantId)
-