Uses of Interface
org.alfresco.repo.management.subsystems.ApplicationContextFactory
-
Packages that use ApplicationContextFactory Package Description org.alfresco.repo.management.subsystems org.alfresco.repo.search.impl.solr -
-
Uses of ApplicationContextFactory in org.alfresco.repo.management.subsystems
Classes in org.alfresco.repo.management.subsystems that implement ApplicationContextFactory Modifier and Type Class Description classChildApplicationContextFactoryA factory allowing initialization of an entire 'subsystem' in a child application context.classCryptodocSwitchableApplicationContextFactorySwitchableApplicationContextFactorythat only allows the subsystem to be switched if the current subsystem is the unencrypted content store.classLuceneChildApplicationContextFactoryclassNoIndexChildApplicationContextFactoryclassSwitchableApplicationContextFactoryA configurable proxy for a set ofApplicationContextFactorybeans that allows dynamic selection of one or more alternative subsystems via asourceBeanNameproperty.Methods in org.alfresco.repo.management.subsystems with parameters of type ApplicationContextFactory Modifier and Type Method Description voidSubsystemProxyFactory. setSourceApplicationContextFactory(ApplicationContextFactory sourceApplicationContextFactory)Sets the source application context factory by reference -
Uses of ApplicationContextFactory in org.alfresco.repo.search.impl.solr
Classes in org.alfresco.repo.search.impl.solr that implement ApplicationContextFactory Modifier and Type Class Description classSolrChildApplicationContextFactory
-