Uses of Interface
org.alfresco.repo.management.subsystems.PropertyBackedBeanState
-
Packages that use PropertyBackedBeanState Package Description org.alfresco.repo.audit.model org.alfresco.repo.management.subsystems org.alfresco.repo.search.impl.solr -
-
Uses of PropertyBackedBeanState in org.alfresco.repo.audit.model
Classes in org.alfresco.repo.audit.model that implement PropertyBackedBeanState Modifier and Type Class Description classAuditModelRegistryImplComponent used to store audit model definitions.classAuditModelRegistryImpl.AuditModelRegistryStateA class encapsulating the disposable/resettable state of the audit model registry.Methods in org.alfresco.repo.audit.model that return PropertyBackedBeanState Modifier and Type Method Description protected PropertyBackedBeanStateAuditModelRegistryImpl. createInitialState()Creates the initial state. -
Uses of PropertyBackedBeanState in org.alfresco.repo.management.subsystems
Subinterfaces of PropertyBackedBeanState 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.interfacePropertyBackedBeanAPropertyBackedBeanis a reconfigurable sub-component or subsystem in the Alfresco server.Classes in org.alfresco.repo.management.subsystems that implement PropertyBackedBeanState Modifier and Type Class Description classAbstractPropertyBackedBeanA base class forPropertyBackedBeans.classChildApplicationContextFactoryA factory allowing initialization of an entire 'subsystem' in a child application context.protected classChildApplicationContextFactory.ApplicationContextStateThe Class ApplicationContextState.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.protected classCompositeDataBean.CompositeDataBeanStateThe Class CompositeDataBeanState.classCryptodocSwitchableApplicationContextFactorySwitchableApplicationContextFactorythat only allows the subsystem to be switched if the current subsystem is the unencrypted content store.protected classCryptodocSwitchableApplicationContextFactory.CryptoSwitchableStateclassDefaultChildApplicationContextManagerA defaultChildApplicationContextManagerimplementation that manages a 'chain' ofChildApplicationContextFactoryobjects, perhaps corresponding to the components of a chained subsystem such as authentication.protected classDefaultChildApplicationContextManager.ApplicationContextManagerStateThe Class ApplicationContextManagerState.classLuceneChildApplicationContextFactoryclassNoIndexChildApplicationContextFactoryclassSwitchableApplicationContextFactoryA configurable proxy for a set ofApplicationContextFactorybeans that allows dynamic selection of one or more alternative subsystems via asourceBeanNameproperty.protected classSwitchableApplicationContextFactory.SwitchableStateRepresents the state of aSwitchableApplicationContextFactory.Methods in org.alfresco.repo.management.subsystems that return PropertyBackedBeanState Modifier and Type Method Description protected abstract PropertyBackedBeanStateAbstractPropertyBackedBean. createInitialState()Creates the initial state.protected PropertyBackedBeanStateChildApplicationContextFactory. createInitialState()protected PropertyBackedBeanStateCompositeDataBean. createInitialState()protected PropertyBackedBeanStateCryptodocSwitchableApplicationContextFactory. createInitialState()protected PropertyBackedBeanStateDefaultChildApplicationContextManager. createInitialState()protected PropertyBackedBeanStateLuceneChildApplicationContextFactory. createInitialState()protected PropertyBackedBeanStateSwitchableApplicationContextFactory. createInitialState()protected PropertyBackedBeanStateAbstractPropertyBackedBean. getState(boolean start)Gets the state.Methods in org.alfresco.repo.management.subsystems with parameters of type PropertyBackedBeanState Modifier and Type Method Description protected voidAbstractPropertyBackedBean. applyDefaultOverrides(PropertyBackedBeanState state)Applies default overrides to the initial state.protected voidChildApplicationContextFactory. applyDefaultOverrides(PropertyBackedBeanState state) -
Uses of PropertyBackedBeanState in org.alfresco.repo.search.impl.solr
Classes in org.alfresco.repo.search.impl.solr that implement PropertyBackedBeanState Modifier and Type Class Description classSolrChildApplicationContextFactory
-