Package | Description |
---|---|
org.alfresco.opencmis | |
org.alfresco.repo.audit.extractor | |
org.alfresco.repo.audit.model |
Modifier and Type | Class and Description |
---|---|
class |
CMISChangeLogDataExtractor
An extractor that allows to filter data using the following rule: Audit
records should only be created for items in the CMIS domain model.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractDataExtractor
Abstract implementation to provide support.
|
class |
NodeNameDataExtractor
An extractor that pulls out the
cm:name property from a node. |
class |
NodeTypeDataExtractor
An extractor that pulls out the type of a node.
|
class |
NullValueDataExtractor
An extractor that merely records a null value.
|
class |
SimpleValueDataExtractor
An extractor that supports all values and does not conversion.
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractDataExtractor.setRegistry(org.alfresco.util.registry.NamedObjectRegistry<DataExtractor> registry)
Set the registry with which to register
|
Modifier and Type | Method and Description |
---|---|
DataExtractor |
AuditApplication.DataExtractorDefinition.getDataExtractor() |
Modifier and Type | Method and Description |
---|---|
void |
AuditModelRegistryImpl.setDataExtractors(org.alfresco.util.registry.NamedObjectRegistry<DataExtractor> dataExtractors)
Set the registry of
data extractors . |
Constructor and Description |
---|
DataExtractorDefinition(String dataTrigger,
String dataSource,
String dataTarget,
DataExtractor dataExtractor) |
Copyright © 2005–2017 Alfresco Software. All rights reserved.