Uses of Class
org.alfresco.repo.tenant.RunAsTenantInterceptor.TENANT_TYPE
-
Packages that use RunAsTenantInterceptor.TENANT_TYPE Package Description org.alfresco.repo.tenant -
-
Uses of RunAsTenantInterceptor.TENANT_TYPE in org.alfresco.repo.tenant
Methods in org.alfresco.repo.tenant that return RunAsTenantInterceptor.TENANT_TYPE Modifier and Type Method Description static RunAsTenantInterceptor.TENANT_TYPERunAsTenantInterceptor.TENANT_TYPE. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static RunAsTenantInterceptor.TENANT_TYPE[]RunAsTenantInterceptor.TENANT_TYPE. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.alfresco.repo.tenant with parameters of type RunAsTenantInterceptor.TENANT_TYPE Constructor Description RunAsTenantInterceptor(RunAsTenantInterceptor.TENANT_TYPE tenantType)
-