Uses of Interface
org.alfresco.repo.audit.generator.DataGenerator
-
Packages that use DataGenerator Package Description org.alfresco.repo.audit.generator org.alfresco.repo.audit.model -
-
Uses of DataGenerator in org.alfresco.repo.audit.generator
Classes in org.alfresco.repo.audit.generator that implement DataGenerator Modifier and Type Class Description classAbstractDataGeneratorAbstract implementation to provide support.classAuthenticatedPersonDataGeneratorGives back the full name (person details) of the currently-authenticated user.classAuthenticatedUserDataGeneratorGives back the currently-authenticated user.classSystemTimeDataGeneratorGives back the currently time.classTransactionIdDataGeneratorGives back the currently transaction ID.Method parameters in org.alfresco.repo.audit.generator with type arguments of type DataGenerator Modifier and Type Method Description voidAbstractDataGenerator. 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 DataGenerator Modifier and Type Method Description java.util.Map<java.lang.String,DataGenerator>AuditApplication. getDataGenerators(java.lang.String path)Get all data generators applicable to a given path and scope.java.util.Map<java.lang.String,DataGenerator>AuditApplication. getDataGenerators(java.util.Set<java.lang.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 DataGenerator Modifier and Type Method Description voidAuditModelRegistryImpl. setDataGenerators(org.alfresco.util.registry.NamedObjectRegistry<DataGenerator> dataGenerators)Set the registry ofdata generators.
-