| Package | Description |
|---|---|
| org.alfresco.repo.audit.generator | |
| org.alfresco.repo.audit.model |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractDataGenerator
Abstract implementation to provide support.
|
class |
AuthenticatedPersonDataGenerator
Gives back the full name (person details) of the currently-authenticated user.
|
class |
AuthenticatedUserDataGenerator
Gives back the currently-authenticated user.
|
class |
SystemTimeDataGenerator
Gives back the currently time.
|
class |
TransactionIdDataGenerator
Gives back the currently transaction ID.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractDataGenerator.setRegistry(org.alfresco.util.registry.NamedObjectRegistry<DataGenerator> registry)
Set the registry with which to register
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,DataGenerator> |
AuditApplication.getDataGenerators(Set<String> paths)
Get all data generators applicable to a given path and scope.
|
Map<String,DataGenerator> |
AuditApplication.getDataGenerators(String path)
Get all data generators applicable to a given path and scope.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AuditModelRegistryImpl.setDataGenerators(org.alfresco.util.registry.NamedObjectRegistry<DataGenerator> dataGenerators)
Set the registry of
data generators. |
Copyright © 2005–2018 Alfresco Software. All rights reserved.