Uses of Interface
org.alfresco.repo.management.subsystems.PropertyBackedBean
-
Packages that use PropertyBackedBean Package Description org.alfresco.repo.audit.model org.alfresco.repo.management.subsystems org.alfresco.repo.search.impl.solr -
-
Uses of PropertyBackedBean in org.alfresco.repo.audit.model
Classes in org.alfresco.repo.audit.model that implement PropertyBackedBean Modifier and Type Class Description classAuditModelRegistryImplComponent used to store audit model definitions. -
Uses of PropertyBackedBean in org.alfresco.repo.management.subsystems
Subinterfaces of PropertyBackedBean in org.alfresco.repo.management.subsystems Modifier and Type Interface Description interfaceApplicationContextFactoryAn interface providing access to a child application context corresonding to a particular subsystem.Classes in org.alfresco.repo.management.subsystems that implement PropertyBackedBean Modifier and Type Class Description classAbstractPropertyBackedBeanA base class forPropertyBackedBeans.classChildApplicationContextFactoryA factory allowing initialization of an entire 'subsystem' in a child application context.classCompositeDataBeanA class that wraps an instance of a Java Bean class declared as a composite property type onChildApplicationContextFactorymaking it configurable, either through alfresco-global.properties or a JMX console.classCryptodocSwitchableApplicationContextFactorySwitchableApplicationContextFactorythat only allows the subsystem to be switched if the current subsystem is the unencrypted content store.classDefaultChildApplicationContextManagerA defaultChildApplicationContextManagerimplementation that manages a 'chain' ofChildApplicationContextFactoryobjects, perhaps corresponding to the components of a chained subsystem such as authentication.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 PropertyBackedBean Modifier and Type Method Description voidDefaultPropertyBackedBeanRegistry. broadcastRemoveProperties(PropertyBackedBean bean, java.util.Collection<java.lang.String> properties)voidPropertyBackedBeanRegistry. broadcastRemoveProperties(PropertyBackedBean bean, java.util.Collection<java.lang.String> properties)Signals that aPropertyBackedBeanhas been asked to remove properties.voidDefaultPropertyBackedBeanRegistry. broadcastSetProperties(PropertyBackedBean bean, java.util.Map<java.lang.String,java.lang.String> properties)voidPropertyBackedBeanRegistry. broadcastSetProperties(PropertyBackedBean bean, java.util.Map<java.lang.String,java.lang.String> properties)Signals that aPropertyBackedBeanhas been asked to update properties.voidDefaultPropertyBackedBeanRegistry. broadcastSetProperty(PropertyBackedBean bean, java.lang.String name, java.lang.String value)voidPropertyBackedBeanRegistry. broadcastSetProperty(PropertyBackedBean bean, java.lang.String name, java.lang.String value)Signals that aPropertyBackedBeanhas been asked to update a property.voidDefaultPropertyBackedBeanRegistry. broadcastStart(PropertyBackedBean bean)voidPropertyBackedBeanRegistry. broadcastStart(PropertyBackedBean bean)Signals that aPropertyBackedBeanhas been started.voidDefaultPropertyBackedBeanRegistry. broadcastStop(PropertyBackedBean bean)voidPropertyBackedBeanRegistry. broadcastStop(PropertyBackedBean bean)Signals that aPropertyBackedBeanhas been stopped.voidDefaultPropertyBackedBeanRegistry. deregister(PropertyBackedBean bean, boolean isPermanent)voidPropertyBackedBeanRegistry. deregister(PropertyBackedBean bean, boolean isPermanent)Signals thePropertyBackedBeanUnregisteredEventevent.voidDefaultPropertyBackedBeanRegistry. register(PropertyBackedBean bean)voidPropertyBackedBeanRegistry. register(PropertyBackedBean bean)Signals that aPropertyBackedBeanhas been initialized.Constructors in org.alfresco.repo.management.subsystems with parameters of type PropertyBackedBean Constructor Description CompositeDataBean(org.springframework.context.ApplicationContext parent, PropertyBackedBean owner, PropertyBackedBeanRegistry registry, java.util.Properties propertyDefaults, java.lang.String category, java.lang.Class<?> type, java.util.List<java.lang.String> instancePath)Constructor for dynamically created instances, e.g.PropertyBackedBeanEvent(PropertyBackedBean source)The Constructor.PropertyBackedBeanRegisteredEvent(PropertyBackedBean source)The Constructor.PropertyBackedBeanRemovePropertiesEvent(PropertyBackedBean source, java.util.Collection<java.lang.String> properties)The Constructor.PropertyBackedBeanSetPropertiesEvent(PropertyBackedBean source, java.util.Map<java.lang.String,java.lang.String> properties)The Constructor.PropertyBackedBeanSetPropertyEvent(PropertyBackedBean source, java.lang.String name, java.lang.String value)The Constructor.PropertyBackedBeanStartedEvent(PropertyBackedBean source)The Constructor.PropertyBackedBeanStoppedEvent(PropertyBackedBean source)The Constructor.PropertyBackedBeanUnregisteredEvent(PropertyBackedBean source, boolean isPermanent)The Constructor. -
Uses of PropertyBackedBean in org.alfresco.repo.search.impl.solr
Classes in org.alfresco.repo.search.impl.solr that implement PropertyBackedBean Modifier and Type Class Description classSolrChildApplicationContextFactory
-