Uses of Interface
org.alfresco.repo.audit.extractor.DataExtractor
Packages that use DataExtractor
Package
Description
-
Uses of DataExtractor in org.alfresco.opencmis
Classes in org.alfresco.opencmis that implement DataExtractorModifier and TypeClassDescriptionclassAn extractor that allows to filter data using the following rule: Audit records should only be created for items in the CMIS domain model. -
Uses of DataExtractor in org.alfresco.repo.audit.extractor
Classes in org.alfresco.repo.audit.extractor that implement DataExtractorModifier and TypeClassDescriptionclassAbstract implementation to provide support.classAn extractor that pulls out thecm:nameproperty from a node.classAn extractor that pulls out the type of a node.classAn extractor that merely records a null value.classAn extractor that supports all values and does not conversion.Method parameters in org.alfresco.repo.audit.extractor with type arguments of type DataExtractorModifier and TypeMethodDescriptionvoidAbstractDataExtractor.setRegistry(org.alfresco.util.registry.NamedObjectRegistry<DataExtractor> registry) Set the registry with which to register -
Uses of DataExtractor in org.alfresco.repo.audit.model
Methods in org.alfresco.repo.audit.model that return DataExtractorMethod parameters in org.alfresco.repo.audit.model with type arguments of type DataExtractorModifier and TypeMethodDescriptionvoidAuditModelRegistryImpl.setDataExtractors(org.alfresco.util.registry.NamedObjectRegistry<DataExtractor> dataExtractors) Set the registry ofdata extractors.Constructors in org.alfresco.repo.audit.model with parameters of type DataExtractorModifierConstructorDescriptionDataExtractorDefinition(String dataTrigger, String dataSource, String dataTarget, DataExtractor dataExtractor)