Uses of Class
org.alfresco.repo.management.subsystems.ChildApplicationContextFactory
-
Packages that use ChildApplicationContextFactory Package Description org.alfresco.heartbeat org.alfresco.repo.management.subsystems org.alfresco.repo.search.impl.solr -
-
Uses of ChildApplicationContextFactory in org.alfresco.heartbeat
Methods in org.alfresco.heartbeat with parameters of type ChildApplicationContextFactory Modifier and Type Method Description voidConfigurationDataCollector. setActivitiesFeedSubsystem(ChildApplicationContextFactory activitiesFeedSubsystem)voidConfigurationDataCollector. setFileServersSubsystem(ChildApplicationContextFactory fileServersSubsystem)voidConfigurationDataCollector. setImapSubsystem(ChildApplicationContextFactory imapSubsystem)voidConfigurationDataCollector. setInboundSMTPSubsystem(ChildApplicationContextFactory inboundSMTPSubsystem)voidConfigurationDataCollector. setReplicationSubsystem(ChildApplicationContextFactory replicationSubsystem) -
Uses of ChildApplicationContextFactory in org.alfresco.repo.management.subsystems
Subclasses of ChildApplicationContextFactory in org.alfresco.repo.management.subsystems Modifier and Type Class Description classLuceneChildApplicationContextFactoryclassNoIndexChildApplicationContextFactoryMethods in org.alfresco.repo.management.subsystems that return ChildApplicationContextFactory Modifier and Type Method Description protected ChildApplicationContextFactoryDefaultChildApplicationContextManager.ApplicationContextManagerState. getApplicationContextFactory(java.lang.String id)Gets the application context factory.ChildApplicationContextFactoryDefaultChildApplicationContextManager. getChildApplicationContextFactory(java.lang.String id) -
Uses of ChildApplicationContextFactory in org.alfresco.repo.search.impl.solr
Subclasses of ChildApplicationContextFactory in org.alfresco.repo.search.impl.solr Modifier and Type Class Description classSolrChildApplicationContextFactory
-