Package | Description |
---|---|
org.alfresco.repo.audit.model | |
org.alfresco.repo.management.subsystems | |
org.alfresco.repo.search.impl.solr |
Modifier and Type | Class and Description |
---|---|
class |
AuditModelRegistryImpl
Component used to store audit model definitions.
|
class |
AuditModelRegistryImpl.AuditModelRegistryState
A class encapsulating the disposable/resettable state of the audit model registry.
|
Modifier and Type | Method and Description |
---|---|
protected PropertyBackedBeanState |
AuditModelRegistryImpl.createInitialState()
Creates the initial state.
|
Modifier and Type | Interface and Description |
---|---|
interface |
ApplicationContextFactory
An interface providing access to a child application context corresonding to a particular subsystem.
|
interface |
PropertyBackedBean
A
PropertyBackedBean is a reconfigurable sub-component or subsystem in the Alfresco server. |
Modifier and Type | Class and Description |
---|---|
class |
AbstractPropertyBackedBean
A base class for
PropertyBackedBean s. |
class |
ChildApplicationContextFactory
A factory allowing initialization of an entire 'subsystem' in a child application context.
|
protected class |
ChildApplicationContextFactory.ApplicationContextState
The Class ApplicationContextState.
|
class |
CompositeDataBean
A class that wraps an instance of a Java Bean class declared as a composite property type on
ChildApplicationContextFactory making it configurable, either through alfresco-global.properties or a JMX
console. |
protected class |
CompositeDataBean.CompositeDataBeanState
The Class CompositeDataBeanState.
|
class |
CryptodocSwitchableApplicationContextFactory
SwitchableApplicationContextFactory that only allows the subsystem to be switched
if the current subsystem is the unencrypted content store. |
protected class |
CryptodocSwitchableApplicationContextFactory.CryptoSwitchableState |
class |
DefaultChildApplicationContextManager
A default
ChildApplicationContextManager implementation that manages a 'chain' of
ChildApplicationContextFactory objects, perhaps corresponding to the components of a chained subsystem such
as authentication. |
protected class |
DefaultChildApplicationContextManager.ApplicationContextManagerState
The Class ApplicationContextManagerState.
|
class |
LuceneChildApplicationContextFactory |
class |
NoIndexChildApplicationContextFactory |
class |
SwitchableApplicationContextFactory
A configurable proxy for a set of
ApplicationContextFactory beans that allows dynamic selection of one or
more alternative subsystems via a sourceBeanName property. |
protected class |
SwitchableApplicationContextFactory.SwitchableState
Represents the state of a
SwitchableApplicationContextFactory . |
Modifier and Type | Method and Description |
---|---|
protected PropertyBackedBeanState |
ChildApplicationContextFactory.createInitialState() |
protected PropertyBackedBeanState |
CryptodocSwitchableApplicationContextFactory.createInitialState() |
protected PropertyBackedBeanState |
LuceneChildApplicationContextFactory.createInitialState() |
protected PropertyBackedBeanState |
CompositeDataBean.createInitialState() |
protected PropertyBackedBeanState |
DefaultChildApplicationContextManager.createInitialState() |
protected PropertyBackedBeanState |
SwitchableApplicationContextFactory.createInitialState() |
protected abstract PropertyBackedBeanState |
AbstractPropertyBackedBean.createInitialState()
Creates the initial state.
|
protected PropertyBackedBeanState |
AbstractPropertyBackedBean.getState(boolean start)
Gets the state.
|
Modifier and Type | Method and Description |
---|---|
protected void |
ChildApplicationContextFactory.applyDefaultOverrides(PropertyBackedBeanState state) |
protected void |
AbstractPropertyBackedBean.applyDefaultOverrides(PropertyBackedBeanState state)
Applies default overrides to the initial state.
|
Modifier and Type | Class and Description |
---|---|
class |
SolrChildApplicationContextFactory |
Copyright © 2005–2017 Alfresco Software. All rights reserved.