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 TenantService
CMISAbstractDictionaryService. tenantService
Methods in org.alfresco.opencmis.dictionary with parameters of type TenantService Modifier and Type Method Description void
CMISAbstractDictionaryService. 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 void
CompiledModelsCache. setTenantService(TenantService tenantService)
void
DictionaryBootstrap. setTenantService(TenantService tenantService)
Sets the Tenant Servicevoid
DictionaryDAOImpl. 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 class
SingleTServiceImpl
Empty 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.Element
Path.AttributeElement. getBaseNameElement(TenantService tenantService)
Path.Element
Path.ChildAssocElement. getBaseNameElement(TenantService tenantService)
Path.Element
Path.DescendentOrSelfElement. getBaseNameElement(TenantService tenantService)
abstract Path.Element
Path.Element. getBaseNameElement(TenantService tenantService)
Path.Element
Path.ParentElement. getBaseNameElement(TenantService tenantService)
Path.Element
Path.SelfElement. getBaseNameElement(TenantService tenantService)
Path
Path. getBaseNamePath(TenantService tenantService)
-