eXo Kernel :: Container 2.4.4-CLD

Uses of Class
org.exoplatform.container.multitenancy.CurrentTenantNotSetException

Packages that use CurrentTenantNotSetException
org.exoplatform.container.multitenancy API for Multitenancy support in eXo apps. 
org.exoplatform.container.multitenancy.bridge A bridge abstractions between CF Kernel and eXo Cloud (Cloud Management). 
 

Uses of CurrentTenantNotSetException in org.exoplatform.container.multitenancy
 

Methods in org.exoplatform.container.multitenancy that throw CurrentTenantNotSetException
 Tenant TenantsService.getCurrentTanant()
          Return Current Tenant or throws an exception if Current Tenant not set in current thread.
 

Uses of CurrentTenantNotSetException in org.exoplatform.container.multitenancy.bridge
 

Methods in org.exoplatform.container.multitenancy.bridge that throw CurrentTenantNotSetException
 Tenant TenantsServiceImpl.getCurrentTanant()
          Return Current Tenant or throws an exception if Current Tenant not set in current thread.
 Tenant CurrentTenantLookup.getCurrentTenant()
          Return Current Tenant descriptor or throw CurrentTenantNotSetException if Current Tenant not set in current thread.
Current Tenant can be not set in two cases: Thread runs not in a context of multitenant request (e.g.
 


eXo Kernel :: Container 2.4.4-CLD

Copyright © 2013 eXo Platform SAS. All Rights Reserved.