Uses of Interface
org.alfresco.repo.tenant.TenantDeployer
-
Packages that use TenantDeployer Package Description org.alfresco.opencmis.dictionary org.alfresco.repo.content org.alfresco.repo.dictionary -
-
Uses of TenantDeployer in org.alfresco.opencmis.dictionary
Classes in org.alfresco.opencmis.dictionary that implement TenantDeployer Modifier and Type Class Description class
FilteredDictionaryComponent
A DictionaryComponent that uses a QNameFilter to constrain what is returned. -
Uses of TenantDeployer in org.alfresco.repo.content
Methods in org.alfresco.repo.content that return TenantDeployer Modifier and Type Method Description TenantDeployer
ContentStoreCaps. getTenantDeployer()
Returns the ContentStore cast to a TenantDeployer if the underlying instance is of that type.TenantDeployer
ContentStoreCaps. getTenantRoutingContentStore()
Returns the ContentStore cast to a TenantRoutingContentStore if the underlying instance is of that type. -
Uses of TenantDeployer in org.alfresco.repo.dictionary
Classes in org.alfresco.repo.dictionary that implement TenantDeployer Modifier and Type Class Description class
DictionaryComponent
Data Dictionary Service Implementation
-