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.
|
Modifier and Type | Interface and Description |
---|---|
interface |
ApplicationContextFactory
An interface providing access to a child application context corresonding to a particular subsystem.
|
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.
|
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. |
class |
CryptodocSwitchableApplicationContextFactory
SwitchableApplicationContextFactory that only allows the subsystem to be switched
if the current subsystem is the unencrypted content store. |
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. |
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. |
Modifier and Type | Method and Description |
---|---|
void |
PropertyBackedBeanRegistry.broadcastRemoveProperties(PropertyBackedBean bean,
Collection<String> properties)
Signals that a
PropertyBackedBean has been asked to
remove properties. |
void |
DefaultPropertyBackedBeanRegistry.broadcastRemoveProperties(PropertyBackedBean bean,
Collection<String> properties) |
void |
PropertyBackedBeanRegistry.broadcastSetProperties(PropertyBackedBean bean,
Map<String,String> properties)
Signals that a
PropertyBackedBean has been asked to
update properties. |
void |
DefaultPropertyBackedBeanRegistry.broadcastSetProperties(PropertyBackedBean bean,
Map<String,String> properties) |
void |
PropertyBackedBeanRegistry.broadcastSetProperty(PropertyBackedBean bean,
String name,
String value)
Signals that a
PropertyBackedBean has been asked to
update a property. |
void |
DefaultPropertyBackedBeanRegistry.broadcastSetProperty(PropertyBackedBean bean,
String name,
String value) |
void |
PropertyBackedBeanRegistry.broadcastStart(PropertyBackedBean bean)
Signals that a
PropertyBackedBean has been started. |
void |
DefaultPropertyBackedBeanRegistry.broadcastStart(PropertyBackedBean bean) |
void |
PropertyBackedBeanRegistry.broadcastStop(PropertyBackedBean bean)
Signals that a
PropertyBackedBean has been stopped. |
void |
DefaultPropertyBackedBeanRegistry.broadcastStop(PropertyBackedBean bean) |
void |
PropertyBackedBeanRegistry.deregister(PropertyBackedBean bean,
boolean isPermanent)
Signals the
PropertyBackedBeanUnregisteredEvent event. |
void |
DefaultPropertyBackedBeanRegistry.deregister(PropertyBackedBean bean,
boolean isPermanent) |
void |
PropertyBackedBeanRegistry.register(PropertyBackedBean bean)
Signals that a
PropertyBackedBean has been initialized. |
void |
DefaultPropertyBackedBeanRegistry.register(PropertyBackedBean bean) |
Modifier and Type | Class and Description |
---|---|
class |
SolrChildApplicationContextFactory |
Copyright © 2005–2017 Alfresco Software. All rights reserved.