Nuxeo ECM Projects 5.6-RC1

org.nuxeo.ecm.multi.tenant.userworkspace
Class MultiTenantUserWorkspaceService

java.lang.Object
  extended by org.nuxeo.ecm.platform.userworkspace.core.service.DefaultUserWorkspaceServiceImpl
      extended by org.nuxeo.ecm.multi.tenant.userworkspace.MultiTenantUserWorkspaceService
All Implemented Interfaces:
Serializable, UserWorkspaceService

public class MultiTenantUserWorkspaceService
extends DefaultUserWorkspaceServiceImpl

Multi tenant aware implementation of the UserWorkspaceService.

If there is a current tenant, the UserWorkspaceRoot is stored inside the tenant, otherwise it uses the default behavior of DefaultUserWorkspaceServiceImpl.

Since:
5.6
Author:
Thomas Roger
See Also:
Serialized Form

Constructor Summary
MultiTenantUserWorkspaceService()
           
 
Method Summary
 
Methods inherited from class org.nuxeo.ecm.platform.userworkspace.core.service.DefaultUserWorkspaceServiceImpl
buildUserWorkspaceTitle, getCurrentUserPersonalWorkspace, getCurrentUserPersonalWorkspace, getUserPersonalWorkspace
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MultiTenantUserWorkspaceService

public MultiTenantUserWorkspaceService()

Nuxeo ECM Projects 5.6-RC1

Copyright © 2012 Nuxeo SA. All Rights Reserved.