Uses of Interface
org.alfresco.repo.audit.generator.DataGenerator
Packages that use DataGenerator
-
Uses of DataGenerator in org.alfresco.repo.audit.generator
Classes in org.alfresco.repo.audit.generator that implement DataGeneratorModifier and TypeClassDescriptionclassAbstract implementation to provide support.classGives back the full name (person details) of the currently-authenticated user.classGives back the currently-authenticated user.classGives back the currently time.classGives back the currently transaction ID.Method parameters in org.alfresco.repo.audit.generator with type arguments of type DataGeneratorModifier and TypeMethodDescriptionvoidAbstractDataGenerator.setRegistry(org.alfresco.util.registry.NamedObjectRegistry<DataGenerator> registry) Set the registry with which to register -
Uses of DataGenerator in org.alfresco.repo.audit.model
Methods in org.alfresco.repo.audit.model that return types with arguments of type DataGeneratorModifier and TypeMethodDescriptionAuditApplication.getDataGenerators(String path) Get all data generators applicable to a given path and scope.AuditApplication.getDataGenerators(Set<String> paths) Get all data generators applicable to a given path and scope.Method parameters in org.alfresco.repo.audit.model with type arguments of type DataGeneratorModifier and TypeMethodDescriptionvoidAuditModelRegistryImpl.setDataGenerators(org.alfresco.util.registry.NamedObjectRegistry<DataGenerator> dataGenerators) Set the registry ofdata generators.