Uses of Interface
org.alfresco.repo.tenant.TenantService
-
Packages that use TenantService Package Description org.alfresco.opencmis.dictionary org.alfresco.repo.dictionary org.alfresco.repo.tenant org.alfresco.service.cmr.repository -
-
Uses of TenantService in org.alfresco.opencmis.dictionary
Fields in org.alfresco.opencmis.dictionary declared as TenantService Modifier and Type Field Description protected TenantServiceCMISAbstractDictionaryService. tenantServiceMethods in org.alfresco.opencmis.dictionary with parameters of type TenantService Modifier and Type Method Description voidCMISAbstractDictionaryService. setTenantService(TenantService tenantService) -
Uses of TenantService in org.alfresco.repo.dictionary
Methods in org.alfresco.repo.dictionary with parameters of type TenantService Modifier and Type Method Description voidCompiledModelsCache. setTenantService(TenantService tenantService)voidDictionaryBootstrap. setTenantService(TenantService tenantService)Sets the Tenant ServicevoidDictionaryDAOImpl. setTenantService(TenantService tenantService) -
Uses of TenantService in org.alfresco.repo.tenant
Classes in org.alfresco.repo.tenant that implement TenantService Modifier and Type Class Description classSingleTServiceImplEmpty Tenant Service implementation (for Single-Tenant / Single-Instance) -
Uses of TenantService in org.alfresco.service.cmr.repository
Methods in org.alfresco.service.cmr.repository with parameters of type TenantService Modifier and Type Method Description Path.ElementPath.AttributeElement. getBaseNameElement(TenantService tenantService)Path.ElementPath.ChildAssocElement. getBaseNameElement(TenantService tenantService)Path.ElementPath.DescendentOrSelfElement. getBaseNameElement(TenantService tenantService)abstract Path.ElementPath.Element. getBaseNameElement(TenantService tenantService)Path.ElementPath.ParentElement. getBaseNameElement(TenantService tenantService)Path.ElementPath.SelfElement. getBaseNameElement(TenantService tenantService)PathPath. getBaseNamePath(TenantService tenantService)
-