Package org.alfresco.repo.audit.generator
-
Interface Summary Interface Description DataGenerator Interface for Audit data value generators.These are used to produce auditable data values extract auditable values from nothing; typically these values are derived from the system state or from the thread context. -
Class Summary Class Description AbstractDataGenerator Abstract implementation to provide support.AuthenticatedPersonDataGenerator Gives back the full name (person details) of the currently-authenticated user.AuthenticatedUserDataGenerator Gives back the currently-authenticated user.SystemTimeDataGenerator Gives back the currently time.TransactionIdDataGenerator Gives back the currently transaction ID.